We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cd80a7 commit f73446dCopy full SHA for f73446d
Sources/Massbuild/Main.swift
@@ -102,6 +102,23 @@ enum Main
102
"2.4.0",
103
"2.4.1")
104
105
+ try await builder.build("swift-certificates",
106
+ repository: "https://github.com/apple/swift-certificates.git",
107
+ versions:
108
+ "0.6.0")
109
+
110
+ try await builder.build("swift-asn1",
111
+ repository: "https://github.com/apple/swift-asn1.git",
112
113
+ "0.8.0",
114
+ "0.9.1",
115
+ "0.10.0")
116
117
+ try await builder.build("swift-crypto",
118
+ repository: "https://github.com/apple/swift-crypto.git",
119
120
+ "2.6.0")
121
122
try await builder.build("swift-hash",
123
repository: "https://github.com/tayloraswift/swift-hash.git",
124
versions:
0 commit comments