The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build JWSETKit, reference 1.2.0 (9f9581), with Swift 6.2 for Wasm on 13 Dec 2025 11:11:49 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/amosavian/JWSETKit.git
Reference: 1.2.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/amosavian/JWSETKit
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at 9f95819 tests: Add more tests for JSONPointer and SDJWT serialization
Cloned https://github.com/amosavian/JWSETKit.git
Revision (git rev-parse @):
9f958190e4a530354ea0d2bf4e1560642493838c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/amosavian/JWSETKit.git at 1.2.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/amosavian/JWSETKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:ea378e7d7954b9ce813c0ebc8f6bc113436e2b3d5aa4fd45225da8bf07e6be73
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
warning: multiple Swift SDKs match target triple `wasm32-unknown-wasip1` and host triple x86_64-unknown-linux-gnu, selected one at /root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/embedded-swift-sdk.json
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-crypto.git
[1/1667] Fetching swift-asn1
[1635/19132] Fetching swift-asn1, swift-crypto
[1985/37519] Fetching swift-asn1, swift-crypto, swift-collections
Fetched https://github.com/apple/swift-asn1.git from cache (0.80s)
[1995/35852] Fetching swift-crypto, swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.97s)
[12051/17465] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (4.47s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (10.22s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.17s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (0.91s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.0
Building for debugging...
[0/393] Write sources
[0/393] Copying Localizable.stringsdict
[0/393] Copying PrivacyInfo.xcprivacy
[0/393] Copying Info.plist
[0/393] Write sources
[20/393] Compiling CXKCPShims shims.c
[21/393] Compiling SimpleFIPS202.c
[22/393] Write swift-version-24593BA9C3E375BF.txt
[23/393] Compiling KeccakSponge.c
[24/393] Compiling KeccakHash.c
[25/397] Compiling a_dup.cc
[26/397] Compiling aes.cc
[27/397] Compiling fiat_p256_adx_sqr.S
[28/397] Compiling fiat_p256_adx_mul.S
error: emit-module command failed with exit code 1 (use -v to see invocation)
[30/397] Emitting module SwiftASN1
/host/spi-builder-workspace/.build/checkouts/swift-asn1/Sources/SwiftASN1/Basic ASN1 Types/ASN1Strings.swift:44:38: error: 'StringLiteralType' is unavailable: unavailable in embedded Swift
 42 |
 43 |     @inlinable
 44 |     public init(stringLiteral value: StringLiteralType) {
    |                                      `- error: 'StringLiteralType' is unavailable: unavailable in embedded Swift
 45 |         self.bytes = ArraySlice(value.utf8)
 46 |     }
Swift.StringLiteralType:2:18: note: 'StringLiteralType' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public typealias StringLiteralType = String
  |                  `- note: 'StringLiteralType' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/swift-asn1/Sources/SwiftASN1/Basic ASN1 Types/ASN1Strings.swift:97:38: error: 'StringLiteralType' is unavailable: unavailable in embedded Swift
 95 |
 96 |     @inlinable
 97 |     public init(stringLiteral value: StringLiteralType) {
    |                                      `- error: 'StringLiteralType' is unavailable: unavailable in embedded Swift
 98 |         self.bytes = ArraySlice(value.utf8)
 99 |     }
Swift.StringLiteralType:2:18: note: 'StringLiteralType' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public typealias StringLiteralType = String
  |                  `- note: 'StringLiteralType' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/swift-asn1/Sources/SwiftASN1/Basic ASN1 Types/ASN1Strings.swift:161:38: error: 'StringLiteralType' is unavailable: unavailable in embedded Swift
159 |
160 |     @inlinable
161 |     public init(stringLiteral value: StringLiteralType) {
    |                                      `- error: 'StringLiteralType' is unavailable: unavailable in embedded Swift
162 |         self.bytes = ArraySlice(value.utf8)
163 |         precondition(Self._isValid(self.bytes))
Swift.StringLiteralType:2:18: note: 'StringLiteralType' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public typealias StringLiteralType = String
  |                  `- note: 'StringLiteralType' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/swift-asn1/Sources/SwiftASN1/Basic ASN1 Types/ASN1Strings.swift:239:38: error: 'StringLiteralType' is unavailable: unavailable in embedded Swift
237 |
238 |     @inlinable
239 |     public init(stringLiteral value: StringLiteralType) {
    |                                      `- error: 'StringLiteralType' is unavailable: unavailable in embedded Swift
240 |         self.bytes = ArraySlice(value.utf8)
241 |     }
Swift.StringLiteralType:2:18: note: 'StringLiteralType' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public typealias StringLiteralType = String
  |                  `- note: 'StringLiteralType' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/swift-asn1/Sources/SwiftASN1/Basic ASN1 Types/ASN1Strings.swift:286:38: error: 'StringLiteralType' is unavailable: unavailable in embedded Swift
284 |
285 |     @inlinable
286 |     public init(stringLiteral value: StringLiteralType) {
    |                                      `- error: 'StringLiteralType' is unavailable: unavailable in embedded Swift
287 |         guard
288 |             value.utf16.allSatisfy({ codeUnit in
Swift.StringLiteralType:2:18: note: 'StringLiteralType' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public typealias StringLiteralType = String
  |                  `- note: 'StringLiteralType' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/swift-asn1/Sources/SwiftASN1/Basic ASN1 Types/ASN1Strings.swift:362:38: error: 'StringLiteralType' is unavailable: unavailable in embedded Swift
360 |
361 |     @inlinable
362 |     public init(stringLiteral value: StringLiteralType) {
    |                                      `- error: 'StringLiteralType' is unavailable: unavailable in embedded Swift
363 |         self.bytes = ArraySlice(value.utf8)
364 |         precondition(Self._isValid(self.bytes))
Swift.StringLiteralType:2:18: note: 'StringLiteralType' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public typealias StringLiteralType = String
  |                  `- note: 'StringLiteralType' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/swift-asn1/Sources/SwiftASN1/Basic ASN1 Types/TimeUtilities.swift:216:45: error: no exact matches in call to initializer
214 |
215 |         if fractionalSeconds != 0 {
216 |             let fractionalSecondsAsString = String(fractionalSeconds)
    |                                             `- error: no exact matches in call to initializer
217 |
218 |             assert(fractionalSecondsAsString.starts(with: "0."), "Invalid fractional seconds")
Swift.String.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(describing:)')
1 | struct String {
2 | public init<Subject>(describing instance: Subject)}
  |        `- note: incorrect labels for candidate (have: '(_:)', expected: '(describing:)')
3 |
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(_:)', expected: '(describing:)')
1 | struct String {
2 | @inlinable public init<Subject>(describing instance: Subject) where Subject : CustomStringConvertible}
  |                   `- note: incorrect labels for candidate (have: '(_:)', expected: '(describing:)')
3 |
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(_:)', expected: '(describing:)')
1 | struct String {
2 | @inlinable public init<Subject>(describing instance: Subject) where Subject : TextOutputStreamable}
  |                   `- note: incorrect labels for candidate (have: '(_:)', expected: '(describing:)')
3 |
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(_:)', expected: '(describing:)')
1 | struct String {
2 | @inlinable public init<Subject>(describing instance: Subject) where Subject : CustomStringConvertible, Subject : TextOutputStreamable}
  |                   `- note: incorrect labels for candidate (have: '(_:)', expected: '(describing:)')
3 |
Swift.String.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(reflecting:)')
1 | struct String {
2 | public init<Subject>(reflecting subject: Subject)}
  |        `- note: incorrect labels for candidate (have: '(_:)', expected: '(reflecting:)')
3 |
/host/spi-builder-workspace/.build/checkouts/swift-asn1/Sources/SwiftASN1/Basic ASN1 Types/TimeUtilities.swift:319:39: error: no exact matches in call to initializer
317 |         let fractionalSecondsAsString = "0.\(rawFractionalSecondsAsString)"
318 |
319 |         guard let fractionalSeconds = Double(fractionalSecondsAsString) else {
    |                                       `- error: no exact matches in call to initializer
320 |             throw ASN1Error.invalidASN1Object(
321 |                 reason: "Invalid raw fractional seconds"
Swift.Double.init:2:8: note: candidate expects value of type 'Builtin.FPIEEE64' for parameter #1 (got 'String')
1 | struct Double {
2 | public init(_ _value: Builtin.FPIEEE64)}
  |        `- note: candidate expects value of type 'Builtin.FPIEEE64' for parameter #1 (got 'String')
3 |
Swift.Double.init:2:8: note: candidate expects value of type 'Int' for parameter #1 (got 'String')
1 | struct Double {
2 | public init(_ v: Int)}
  |        `- note: candidate expects value of type 'Int' for parameter #1 (got 'String')
3 |
Swift.Double.init:3:21: note: candidate expects value of type 'Float16' for parameter #1 (got 'String')
1 | struct Double {
2 | @available(macOS 10.9, iOS 7.0, watchOS 2.0, tvOS 9.0, visionOS 1.0, *)
3 |   @inlinable public init(_ other: Float16)}
  |                     `- note: candidate expects value of type 'Float16' for parameter #1 (got 'String')
4 |
Swift.Double.init:2:19: note: candidate expects value of type 'Float' for parameter #1 (got 'String')
1 | struct Double {
2 | @inlinable public init(_ other: Float)}
  |                   `- note: candidate expects value of type 'Float' for parameter #1 (got 'String')
3 |
Swift.Double.init:2:19: note: candidate expects value of type 'Double' for parameter #1 (got 'String')
1 | struct Double {
2 | @inlinable public init(_ other: Double)}
  |                   `- note: candidate expects value of type 'Double' for parameter #1 (got 'String')
3 |
/host/spi-builder-workspace/.build/checkouts/swift-asn1/Sources/SwiftASN1/Errors.swift:236:20: error: 'init(describing:)' is unavailable: unavailable in embedded Swift
234 |
235 |         public var description: String {
236 |             return String(describing: self.backingCode)
    |                    `- error: 'init(describing:)' is unavailable: unavailable in embedded Swift
237 |         }
238 |     }
Swift.String.init:2:8: note: 'init(describing:)' has been explicitly marked unavailable here
1 | struct String {
2 | public init<Subject>(describing instance: Subject)}
  |        `- note: 'init(describing:)' has been explicitly marked unavailable here
3 |
[30/397] Compiling a_bool.cc
[31/397] Compiling a_bitstr.cc
[32/397] Compiling a_gentm.cc
[33/397] Compiling fiat_curve25519_adx_square.S
[34/397] Compiling md5-x86_64-apple.S
[35/397] Compiling fiat_curve25519_adx_mul.S
[36/397] Compiling md5-x86_64-linux.S
[37/397] Compiling md5-586-linux.S
[38/397] Compiling md5-586-apple.S
[39/397] Compiling chacha20_poly1305_x86_64-apple.S
[40/397] Compiling chacha20_poly1305_x86_64-linux.S
[41/397] Compiling chacha20_poly1305_armv8-win.S
[42/397] Compiling chacha20_poly1305_armv8-apple.S
[43/397] Compiling chacha20_poly1305_armv8-linux.S
[44/397] Compiling chacha-x86_64-linux.S
[46/397] Emitting module InternalCollectionsUtilities
[46/398] Compiling CCryptoBoringSSLShims shims.c
[47/398] Compiling chacha-x86-apple.S
[48/398] Compiling chacha-x86-linux.S
[49/398] Compiling chacha-x86_64-apple.S
[51/398] Compiling chacha-armv8-win.S
[52/398] Compiling chacha-armv8-apple.S
[53/398] Compiling chacha-armv4-linux.S
[54/398] Compiling chacha-armv8-linux.S
[55/398] Compiling aes128gcmsiv-x86_64-linux.S
[56/398] Compiling x86_64-mont5-linux.S
[57/398] Compiling x86_64-mont5-apple.S
[58/398] Compiling aes128gcmsiv-x86_64-apple.S
[59/398] Compiling x86_64-mont-linux.S
[60/398] Compiling x86_64-mont-apple.S
[61/398] Compiling x86-mont-linux.S
[62/398] Compiling x86-mont-apple.S
[63/398] Compiling vpaes-x86_64-apple.S
[64/398] Compiling vpaes-x86_64-linux.S
[65/398] Compiling vpaes-armv8-linux.S
[66/398] Compiling vpaes-armv8-win.S
[67/398] Compiling vpaes-x86-linux.S
[68/398] Compiling vpaes-x86-apple.S
[69/398] Compiling vpaes-armv8-apple.S
[70/398] Compiling vpaes-armv7-linux.S
[71/398] Compiling sha512-x86_64-linux.S
[72/398] Compiling sha512-x86_64-apple.S
[73/398] Compiling sha512-armv8-win.S
[74/398] Compiling sha512-armv8-linux.S
[75/398] Compiling sha512-armv4-linux.S
[76/398] Compiling sha512-armv8-apple.S
[77/398] Compiling sha512-586-linux.S
[79/398] Compiling SwiftASN1 ASN1.swift
/host/spi-builder-workspace/.build/checkouts/swift-asn1/Sources/SwiftASN1/Basic ASN1 Types/ASN1Strings.swift:44:38: error: 'StringLiteralType' is unavailable: unavailable in embedded Swift
 42 |
 43 |     @inlinable
 44 |     public init(stringLiteral value: StringLiteralType) {
    |                                      `- error: 'StringLiteralType' is unavailable: unavailable in embedded Swift
 45 |         self.bytes = ArraySlice(value.utf8)
 46 |     }
Swift.StringLiteralType:2:18: note: 'StringLiteralType' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public typealias StringLiteralType = String
  |                  `- note: 'StringLiteralType' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/swift-asn1/Sources/SwiftASN1/Basic ASN1 Types/ASN1Strings.swift:97:38: error: 'StringLiteralType' is unavailable: unavailable in embedded Swift
 95 |
 96 |     @inlinable
 97 |     public init(stringLiteral value: StringLiteralType) {
    |                                      `- error: 'StringLiteralType' is unavailable: unavailable in embedded Swift
 98 |         self.bytes = ArraySlice(value.utf8)
 99 |     }
Swift.StringLiteralType:2:18: note: 'StringLiteralType' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public typealias StringLiteralType = String
  |                  `- note: 'StringLiteralType' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/swift-asn1/Sources/SwiftASN1/Basic ASN1 Types/ASN1Strings.swift:161:38: error: 'StringLiteralType' is unavailable: unavailable in embedded Swift
159 |
160 |     @inlinable
161 |     public init(stringLiteral value: StringLiteralType) {
    |                                      `- error: 'StringLiteralType' is unavailable: unavailable in embedded Swift
162 |         self.bytes = ArraySlice(value.utf8)
163 |         precondition(Self._isValid(self.bytes))
Swift.StringLiteralType:2:18: note: 'StringLiteralType' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public typealias StringLiteralType = String
  |                  `- note: 'StringLiteralType' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/swift-asn1/Sources/SwiftASN1/Basic ASN1 Types/ASN1Strings.swift:239:38: error: 'StringLiteralType' is unavailable: unavailable in embedded Swift
237 |
238 |     @inlinable
239 |     public init(stringLiteral value: StringLiteralType) {
    |                                      `- error: 'StringLiteralType' is unavailable: unavailable in embedded Swift
240 |         self.bytes = ArraySlice(value.utf8)
241 |     }
Swift.StringLiteralType:2:18: note: 'StringLiteralType' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public typealias StringLiteralType = String
  |                  `- note: 'StringLiteralType' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/swift-asn1/Sources/SwiftASN1/Basic ASN1 Types/ASN1Strings.swift:286:38: error: 'StringLiteralType' is unavailable: unavailable in embedded Swift
284 |
285 |     @inlinable
286 |     public init(stringLiteral value: StringLiteralType) {
    |                                      `- error: 'StringLiteralType' is unavailable: unavailable in embedded Swift
287 |         guard
288 |             value.utf16.allSatisfy({ codeUnit in
Swift.StringLiteralType:2:18: note: 'StringLiteralType' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public typealias StringLiteralType = String
  |                  `- note: 'StringLiteralType' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/swift-asn1/Sources/SwiftASN1/Basic ASN1 Types/ASN1Strings.swift:362:38: error: 'StringLiteralType' is unavailable: unavailable in embedded Swift
360 |
361 |     @inlinable
362 |     public init(stringLiteral value: StringLiteralType) {
    |                                      `- error: 'StringLiteralType' is unavailable: unavailable in embedded Swift
363 |         self.bytes = ArraySlice(value.utf8)
364 |         precondition(Self._isValid(self.bytes))
Swift.StringLiteralType:2:18: note: 'StringLiteralType' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public typealias StringLiteralType = String
  |                  `- note: 'StringLiteralType' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/swift-asn1/Sources/SwiftASN1/Basic ASN1 Types/TimeUtilities.swift:216:45: error: no exact matches in call to initializer
214 |
215 |         if fractionalSeconds != 0 {
216 |             let fractionalSecondsAsString = String(fractionalSeconds)
    |                                             `- error: no exact matches in call to initializer
217 |
218 |             assert(fractionalSecondsAsString.starts(with: "0."), "Invalid fractional seconds")
Swift.String.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(describing:)')
1 | struct String {
2 | public init<Subject>(describing instance: Subject)}
  |        `- note: incorrect labels for candidate (have: '(_:)', expected: '(describing:)')
3 |
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(_:)', expected: '(describing:)')
1 | struct String {
2 | @inlinable public init<Subject>(describing instance: Subject) where Subject : CustomStringConvertible}
  |                   `- note: incorrect labels for candidate (have: '(_:)', expected: '(describing:)')
3 |
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(_:)', expected: '(describing:)')
1 | struct String {
2 | @inlinable public init<Subject>(describing instance: Subject) where Subject : TextOutputStreamable}
  |                   `- note: incorrect labels for candidate (have: '(_:)', expected: '(describing:)')
3 |
Swift.String.init:2:19: note: incorrect labels for candidate (have: '(_:)', expected: '(describing:)')
1 | struct String {
2 | @inlinable public init<Subject>(describing instance: Subject) where Subject : CustomStringConvertible, Subject : TextOutputStreamable}
  |                   `- note: incorrect labels for candidate (have: '(_:)', expected: '(describing:)')
3 |
Swift.String.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(reflecting:)')
1 | struct String {
2 | public init<Subject>(reflecting subject: Subject)}
  |        `- note: incorrect labels for candidate (have: '(_:)', expected: '(reflecting:)')
3 |
/host/spi-builder-workspace/.build/checkouts/swift-asn1/Sources/SwiftASN1/Basic ASN1 Types/TimeUtilities.swift:319:39: error: no exact matches in call to initializer
317 |         let fractionalSecondsAsString = "0.\(rawFractionalSecondsAsString)"
318 |
319 |         guard let fractionalSeconds = Double(fractionalSecondsAsString) else {
    |                                       `- error: no exact matches in call to initializer
320 |             throw ASN1Error.invalidASN1Object(
321 |                 reason: "Invalid raw fractional seconds"
Swift.Double.init:2:8: note: candidate expects value of type 'Builtin.FPIEEE64' for parameter #1 (got 'String')
1 | struct Double {
2 | public init(_ _value: Builtin.FPIEEE64)}
  |        `- note: candidate expects value of type 'Builtin.FPIEEE64' for parameter #1 (got 'String')
3 |
Swift.Double.init:2:8: note: candidate expects value of type 'Int' for parameter #1 (got 'String')
1 | struct Double {
2 | public init(_ v: Int)}
  |        `- note: candidate expects value of type 'Int' for parameter #1 (got 'String')
3 |
Swift.Double.init:3:21: note: candidate expects value of type 'Float16' for parameter #1 (got 'String')
1 | struct Double {
2 | @available(macOS 10.9, iOS 7.0, watchOS 2.0, tvOS 9.0, visionOS 1.0, *)
3 |   @inlinable public init(_ other: Float16)}
  |                     `- note: candidate expects value of type 'Float16' for parameter #1 (got 'String')
4 |
Swift.Double.init:2:19: note: candidate expects value of type 'Float' for parameter #1 (got 'String')
1 | struct Double {
2 | @inlinable public init(_ other: Float)}
  |                   `- note: candidate expects value of type 'Float' for parameter #1 (got 'String')
3 |
Swift.Double.init:2:19: note: candidate expects value of type 'Double' for parameter #1 (got 'String')
1 | struct Double {
2 | @inlinable public init(_ other: Double)}
  |                   `- note: candidate expects value of type 'Double' for parameter #1 (got 'String')
3 |
/host/spi-builder-workspace/.build/checkouts/swift-asn1/Sources/SwiftASN1/Errors.swift:236:20: error: 'init(describing:)' is unavailable: unavailable in embedded Swift
234 |
235 |         public var description: String {
236 |             return String(describing: self.backingCode)
    |                    `- error: 'init(describing:)' is unavailable: unavailable in embedded Swift
237 |         }
238 |     }
Swift.String.init:2:8: note: 'init(describing:)' has been explicitly marked unavailable here
1 | struct String {
2 | public init<Subject>(describing instance: Subject)}
  |        `- note: 'init(describing:)' has been explicitly marked unavailable here
3 |
[79/398] Compiling sha256-x86_64-linux.S
[80/398] Compiling sha512-586-apple.S
[80/398] Compiling sha256-x86_64-apple.S
[80/398] Compiling sha256-armv8-linux.S
[80/398] Compiling err_data.cc
[80/398] Compiling KeccakP-1600-opt64.c
[80/398] Compiling sha256-armv8-win.S
BUILD FAILURE 6.2 wasm