The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwWidevine, reference master (39ad90), with Swift 6.2 for Wasm on 22 Apr 2026 01:47:11 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/swiftpackageindex/spi-images:wasm-6.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mIwr/SwWidevine.git
Reference: master
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/mIwr/SwWidevine
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 39ad90f upd: Exclude CryptoSwift package from SPM for Apple devices; chore: Bump SPM dependencies
Cloned https://github.com/mIwr/SwWidevine.git
Revision (git rev-parse @):
39ad90fdcc67a4a669546741c45588f312443454
SUCCESS checkout https://github.com/mIwr/SwWidevine.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mIwr/SwWidevine.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/swiftpackageindex/spi-images:wasm-6.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1
wasm-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:2a8b2d9e022a9894c61e0736af7cdaa1ee64c002dbb133a55c0d7e8980b3ad16
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:39:52: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
37 |     name: "SwWidevine",
38 |     platforms: [
39 |         .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v5), .visionOS(.v1)
   |                                                    `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
40 |     ],
41 |     products: [
/host/spi-builder-workspace/Package.swift:39:65: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
37 |     name: "SwWidevine",
38 |     platforms: [
39 |         .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v5), .visionOS(.v1)
   |                                                                 `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
40 |     ],
41 |     products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Fetching https://github.com/mIwr/SwiftRSA.git
Fetching https://github.com/mIwr/SwPSSH.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/1456] Fetching swiftrsa
[1341/14807] Fetching swiftrsa, cryptoswift
[2793/14980] Fetching swiftrsa, cryptoswift, swpssh
Fetched https://github.com/mIwr/SwiftRSA.git from cache (0.48s)
[2044/60692] Fetching cryptoswift, swpssh, swift-protobuf
Fetched https://github.com/mIwr/SwPSSH.git from cache (8.00s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (8.04s)
Fetched https://github.com/apple/swift-protobuf.git from cache (8.13s)
Computing version for https://github.com/mIwr/SwiftRSA.git
warning: 'swiftrsa': /Package.swift:9:52: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 7 |     name: "SwiftRSA",
 8 |     platforms: [
 9 |         .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
   |                                                    `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
10 |     ],
11 |     products: [
/Package.swift:9:65: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 7 |     name: "SwiftRSA",
 8 |     platforms: [
 9 |         .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
   |                                                                 `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
10 |     ],
11 |     products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Computed https://github.com/mIwr/SwiftRSA.git at 2.6.1 (8.60s)
Fetching https://github.com/mIwr/BigInt
Fetching https://github.com/mIwr/Digest
Fetching https://github.com/mIwr/ASN1
[1/2450] Fetching asn1
[1398/5133] Fetching asn1, digest
[4813/11828] Fetching asn1, digest, bigint
Fetched https://github.com/mIwr/Digest from cache (0.78s)
Fetched https://github.com/mIwr/ASN1 from cache (0.78s)
[1674/6695] Fetching bigint
Fetched https://github.com/mIwr/BigInt from cache (1.55s)
Computing version for https://github.com/mIwr/Digest
warning: 'digest': /Package.swift:9:52: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 7 |     name: "Digest",
 8 |     platforms: [
 9 |         .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
   |                                                    `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
10 |     ],
11 |     products: [
/Package.swift:9:65: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 7 |     name: "Digest",
 8 |     platforms: [
 9 |         .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
   |                                                                 `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
10 |     ],
11 |     products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Computed https://github.com/mIwr/Digest at 1.13.1 (2.01s)
Computing version for https://github.com/mIwr/ASN1
warning: 'asn1': /Package.swift:9:52: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 7 |     name: "ASN1",
 8 |     platforms: [
 9 |         .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
   |                                                    `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
10 |     ],
11 |     products: [
/Package.swift:9:65: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 7 |     name: "ASN1",
 8 |     platforms: [
 9 |         .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
   |                                                                 `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
10 |     ],
11 |     products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Computed https://github.com/mIwr/ASN1 at 2.7.2 (0.46s)
Computing version for https://github.com/mIwr/SwPSSH.git
warning: 'swpssh': /Package.swift:25:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
23 | #endif
24 |
25 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
26 |     name: "SwPSSH",
27 |     platforms: [
/Package.swift:28:52: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
26 |     name: "SwPSSH",
27 |     platforms: [
28 |         .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v5), .visionOS(.v1)
   |                                                    `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
29 |     ],
30 |     products: [
/Package.swift:28:65: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
26 |     name: "SwPSSH",
27 |     platforms: [
28 |         .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v5), .visionOS(.v1)
   |                                                                 `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
29 |     ],
30 |     products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Computed https://github.com/mIwr/SwPSSH.git at 1.2.3 (0.86s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.9.0 (7.43s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.37.0 (0.49s)
Computing version for https://github.com/mIwr/BigInt
warning: 'bigint': /Package.swift:7:17: warning: 'v10_12' is deprecated: macOS 10.13 is the oldest supported version [#DeprecatedDeclaration]
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                 `- warning: 'v10_12' is deprecated: macOS 10.13 is the oldest supported version [#DeprecatedDeclaration]
 8 |     ],
 9 |     products: [
/Package.swift:7:52: warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                                                    `- warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 8 |     ],
 9 |     products: [
/Package.swift:7:64: warning: 'v9' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                                                                `- warning: 'v9' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 8 |     ],
 9 |     products: [
/Package.swift:7:79: warning: 'v2' is deprecated: watchOS 4.0 is the oldest supported version [#DeprecatedDeclaration]
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                                                                               `- warning: 'v2' is deprecated: watchOS 4.0 is the oldest supported version [#DeprecatedDeclaration]
 8 |     ],
 9 |     products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Computed https://github.com/mIwr/BigInt at 1.23.1 (0.74s)
Creating working copy for https://github.com/mIwr/BigInt
Working copy of https://github.com/mIwr/BigInt resolved at 1.23.1
Creating working copy for https://github.com/mIwr/SwPSSH.git
Working copy of https://github.com/mIwr/SwPSSH.git resolved at 1.2.3
Creating working copy for https://github.com/mIwr/ASN1
Working copy of https://github.com/mIwr/ASN1 resolved at 2.7.2
Creating working copy for https://github.com/mIwr/Digest
Working copy of https://github.com/mIwr/Digest resolved at 1.13.1
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.9.0
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.37.0
Creating working copy for https://github.com/mIwr/SwiftRSA.git
Working copy of https://github.com/mIwr/SwiftRSA.git resolved at 2.6.1
warning: 'swiftrsa': /host/spi-builder-workspace/.build/checkouts/SwiftRSA/Package.swift:9:52: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 7 |     name: "SwiftRSA",
 8 |     platforms: [
 9 |         .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
   |                                                    `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
10 |     ],
11 |     products: [
/host/spi-builder-workspace/.build/checkouts/SwiftRSA/Package.swift:9:65: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 7 |     name: "SwiftRSA",
 8 |     platforms: [
 9 |         .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
   |                                                                 `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
10 |     ],
11 |     products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
warning: 'swpssh': /host/spi-builder-workspace/.build/checkouts/SwPSSH/Package.swift:25:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
23 | #endif
24 |
25 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
26 |     name: "SwPSSH",
27 |     platforms: [
/host/spi-builder-workspace/.build/checkouts/SwPSSH/Package.swift:28:52: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
26 |     name: "SwPSSH",
27 |     platforms: [
28 |         .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v5), .visionOS(.v1)
   |                                                    `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
29 |     ],
30 |     products: [
/host/spi-builder-workspace/.build/checkouts/SwPSSH/Package.swift:28:65: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
26 |     name: "SwPSSH",
27 |     platforms: [
28 |         .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v5), .visionOS(.v1)
   |                                                                 `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
29 |     ],
30 |     products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
warning: 'bigint': /host/spi-builder-workspace/.build/checkouts/BigInt/Package.swift:7:17: warning: 'v10_12' is deprecated: macOS 10.13 is the oldest supported version [#DeprecatedDeclaration]
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                 `- warning: 'v10_12' is deprecated: macOS 10.13 is the oldest supported version [#DeprecatedDeclaration]
 8 |     ],
 9 |     products: [
/host/spi-builder-workspace/.build/checkouts/BigInt/Package.swift:7:52: warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                                                    `- warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 8 |     ],
 9 |     products: [
/host/spi-builder-workspace/.build/checkouts/BigInt/Package.swift:7:64: warning: 'v9' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                                                                `- warning: 'v9' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 8 |     ],
 9 |     products: [
/host/spi-builder-workspace/.build/checkouts/BigInt/Package.swift:7:79: warning: 'v2' is deprecated: watchOS 4.0 is the oldest supported version [#DeprecatedDeclaration]
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                                                                               `- warning: 'v2' is deprecated: watchOS 4.0 is the oldest supported version [#DeprecatedDeclaration]
 8 |     ],
 9 |     products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
warning: 'digest': /host/spi-builder-workspace/.build/checkouts/Digest/Package.swift:9:52: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 7 |     name: "Digest",
 8 |     platforms: [
 9 |         .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
   |                                                    `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
10 |     ],
11 |     products: [
/host/spi-builder-workspace/.build/checkouts/Digest/Package.swift:9:65: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 7 |     name: "Digest",
 8 |     platforms: [
 9 |         .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
   |                                                                 `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
10 |     ],
11 |     products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
warning: 'asn1': /host/spi-builder-workspace/.build/checkouts/ASN1/Package.swift:9:52: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 7 |     name: "ASN1",
 8 |     platforms: [
 9 |         .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
   |                                                    `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
10 |     ],
11 |     products: [
/host/spi-builder-workspace/.build/checkouts/ASN1/Package.swift:9:65: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 7 |     name: "ASN1",
 8 |     platforms: [
 9 |         .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
   |                                                                 `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
10 |     ],
11 |     products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/17] Write sources
[4/17] Copying PrivacyInfo.xcprivacy
[6/17] Write sources
[7/17] Copying PrivacyInfo.xcprivacy
[8/17] Write sources
[10/17] Copying PrivacyInfo.xcprivacy
[12/17] Write sources
[16/17] Write swift-version-24593BA9C3E375BF.txt
[18/227] Compiling Digest SHAKE.swift
[19/227] Compiling Digest XOF.swift
[20/228] Compiling CryptoSwift ASN1Decoder.swift
[21/228] Compiling CryptoSwift ASN1Encoder.swift
[22/228] Compiling CryptoSwift ASN1Scanner.swift
[23/228] Compiling CryptoSwift Array+Extension.swift
[24/228] Compiling CryptoSwift Authenticator.swift
[25/228] Compiling CryptoSwift BatchedCollection.swift
[26/228] Compiling CryptoSwift AES.swift
[27/228] Compiling CryptoSwift ASN1.swift
[28/228] Compiling BigInt ToomCook.swift
[29/229] Compiling Digest SHA2.swift
[30/229] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[31/229] Compiling CryptoSwift AES.Cryptors.swift
[32/229] Compiling Digest SHA3.swift
[35/229] Compiling Digest resource_bundle_accessor.swift
[36/229] Compiling CryptoSwift XChaCha20+Foundation.swift
[37/229] Compiling CryptoSwift Generics.swift
[38/229] Compiling CryptoSwift HKDF.swift
[39/229] Compiling CryptoSwift HMAC.swift
[40/229] Compiling CryptoSwift ISO10126Padding.swift
[41/229] Compiling CryptoSwift ISO78164Padding.swift
[42/229] Compiling CryptoSwift Int+Extension.swift
[43/229] Compiling CryptoSwift MD5.swift
[44/229] Compiling CryptoSwift NoPadding.swift
[45/229] Compiling CryptoSwift Operators.swift
[46/229] Compiling CryptoSwift DER.swift
[47/240] Compiling CryptoSwift Shifts.swift
[48/240] Compiling CryptoSwift SquareRoot.swift
[49/240] Compiling CryptoSwift Strideable.swift
[50/240] Compiling CryptoSwift StringConversion.swift
[51/240] Compiling CryptoSwift Subtraction.swift
[52/240] Compiling CryptoSwift WordsAndBits.swift
[53/240] Compiling CryptoSwift ChaCha20.swift
[54/240] Compiling CryptoSwift Checksum.swift
[55/240] Compiling CryptoSwift Cipher.swift
[56/240] Compiling CryptoSwift Collection+Extension.swift
[57/240] Compiling CryptoSwift CompactMap.swift
[58/240] Compiling CryptoSwift Cryptor.swift
[59/240] Compiling CryptoSwift Cryptors.swift
[60/240] Compiling CryptoSwift Digest.swift
[61/240] Compiling CryptoSwift DigestType.swift
[62/240] Compiling CryptoSwift AES+Foundation.swift
[63/240] Compiling CryptoSwift Array+Foundation.swift
[64/240] Compiling CryptoSwift Blowfish+Foundation.swift
[65/240] Compiling CryptoSwift ChaCha20+Foundation.swift
[66/240] Compiling CryptoSwift Data+Extension.swift
[67/240] Compiling CryptoSwift HMAC+Foundation.swift
[68/240] Compiling CryptoSwift Rabbit+Foundation.swift
[69/240] Compiling CryptoSwift String+FoundationExtension.swift
[70/240] Compiling CryptoSwift Utils+Foundation.swift
[71/240] Compiling CryptoSwift Codable.swift
[72/240] Compiling CryptoSwift Comparable.swift
[73/240] Compiling CryptoSwift DataConversion.swift
[74/240] Compiling CryptoSwift Division.swift
[75/240] Compiling CryptoSwift Exponentiation.swift
[76/240] Compiling CryptoSwift FloatingPointConversion.swift
[77/240] Compiling CryptoSwift GCD.swift
[78/240] Compiling CryptoSwift Hashable.swift
[79/240] Compiling CryptoSwift IntegerConversion.swift
[80/240] Compiling CryptoSwift Multiplication.swift
[81/240] Compiling CryptoSwift PrimeTest.swift
[82/240] Compiling CryptoSwift Random.swift
[83/240] Compiling BigInt resource_bundle_accessor.swift
[84/240] Compiling CryptoSwift Bit.swift
[85/240] Compiling CryptoSwift BlockCipher.swift
[86/240] Compiling CryptoSwift BlockDecryptor.swift
[87/240] Compiling CryptoSwift BlockEncryptor.swift
[88/240] Compiling CryptoSwift BlockMode.swift
[89/240] Compiling CryptoSwift BlockModeOptions.swift
[90/240] Compiling CryptoSwift CBC.swift
[91/240] Compiling CryptoSwift CCM.swift
[92/240] Compiling CryptoSwift CFB.swift
[93/240] Compiling CryptoSwift CTR.swift
[94/240] Compiling CryptoSwift CipherModeWorker.swift
[95/240] Compiling CryptoSwift ECB.swift
[96/240] Compiling CryptoSwift GCM.swift
[97/240] Compiling CryptoSwift OCB.swift
[98/240] Compiling CryptoSwift OFB.swift
[99/240] Compiling CryptoSwift PCBC.swift
[100/240] Compiling CryptoSwift Blowfish.swift
[101/240] Compiling CryptoSwift CBCMAC.swift
[102/240] Compiling CryptoSwift CMAC.swift
[103/240] Compiling CryptoSwift Addition.swift
[104/240] Compiling CryptoSwift BigInt.swift
[105/240] Compiling CryptoSwift BigUInt.swift
[106/240] Compiling CryptoSwift BitwiseOps.swift
[107/240] Compiling CryptoSwift CS.swift
[108/240] Compiling CryptoSwift AEAD.swift
[109/240] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[110/240] Emitting module Digest
[111/241] Emitting module BigInt
[160/278] Compiling ASN1 ASN1Exception.swift
[161/278] Compiling ASN1 ASN1GeneralizedTime.swift
[162/278] Compiling ASN1 ASN1IA5String.swift
[163/280] Compiling ASN1 ASN1Set.swift
[164/280] Compiling ASN1 ASN1SimpleType.swift
[165/280] Compiling ASN1 ASN1T61String.swift
[166/280] Compiling ASN1 ASN1Time.swift
[167/280] Compiling ASN1 ASN1UTCTime.swift
[168/280] Compiling ASN1 ASN1UTF8String.swift
[169/280] Compiling ASN1 ASN1OctetString.swift
[170/280] Compiling ASN1 ASN1PrintableString.swift
[171/280] Compiling ASN1 ASN1Sequence.swift
[172/280] Compiling ASN1 ASN1Boolean.swift
[173/280] Compiling ASN1 ASN1Collection.swift
[174/280] Compiling ASN1 ASN1Ctx.swift
[181/280] Compiling ASN1 InputStream.swift
[182/280] Compiling ASN1 resource_bundle_accessor.swift
[196/280] Compiling ASN1 ASN1Integer.swift
[197/280] Compiling ASN1 ASN1Null.swift
[198/280] Compiling ASN1 ASN1ObjectIdentifier.swift
[199/280] Compiling ASN1 ASN1.swift
[200/280] Compiling ASN1 ASN1BMPString.swift
[201/280] Compiling ASN1 ASN1BitString.swift
[202/280] Emitting module SwiftProtobuf
[208/280] Emitting module CryptoSwift
[224/280] Compiling SwiftProtobuf duration.pb.swift
[225/280] Compiling SwiftProtobuf empty.pb.swift
[226/280] Compiling SwiftProtobuf field_mask.pb.swift
[227/280] Compiling SwiftProtobuf source_context.pb.swift
[228/280] Compiling SwiftProtobuf struct.pb.swift
[229/280] Compiling SwiftProtobuf timestamp.pb.swift
[230/280] Compiling SwiftProtobuf type.pb.swift
[231/280] Compiling SwiftProtobuf wrappers.pb.swift
[232/280] Compiling CryptoSwift Rabbit.swift
[233/280] Compiling CryptoSwift SHA1.swift
[234/280] Compiling CryptoSwift SHA2.swift
[235/280] Compiling CryptoSwift SHA3.swift
[236/280] Compiling CryptoSwift Scrypt.swift
[237/280] Compiling CryptoSwift SecureBytes.swift
[249/280] Compiling SwiftProtobuf any.pb.swift
[250/280] Compiling SwiftProtobuf api.pb.swift
[251/280] Compiling SwiftProtobuf descriptor.pb.swift
[252/280] Emitting module ASN1
[257/286] Compiling SwiftRSA resource_bundle_accessor.swift
[258/286] Compiling CryptoSwift Signature.swift
[259/286] Compiling CryptoSwift StreamDecryptor.swift
[260/286] Compiling CryptoSwift StreamEncryptor.swift
[261/286] Compiling CryptoSwift String+Extension.swift
[262/286] Compiling CryptoSwift UInt128.swift
[263/286] Compiling CryptoSwift UInt16+Extension.swift
[264/286] Compiling CryptoSwift UInt32+Extension.swift
[265/286] Compiling CryptoSwift UInt64+Extension.swift
[266/286] Compiling CryptoSwift UInt8+Extension.swift
[267/286] Compiling CryptoSwift Updatable.swift
[268/286] Compiling CryptoSwift Utils.swift
[269/286] Compiling CryptoSwift XChaCha20.swift
[270/286] Compiling CryptoSwift ZeroPadding.swift
[271/286] Compiling CryptoSwift resource_bundle_accessor.swift
[273/287] Compiling SwiftRSA RSAPrivateKey.swift
[274/287] Compiling SwiftRSA RSA.swift
[275/287] Emitting module SwiftRSA
[276/287] Compiling SwiftRSA RSAPublicKey.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[290/307] Emitting module SwPSSH
/host/spi-builder-workspace/.build/checkouts/SwPSSH/Sources/SwPSSH/Model/PlayReady/Header/PlayReadyRecordHeader.swift:106:25: error: cannot find 'DispatchQueue' in scope
104 |     private var value: PlayReadyRecordHeader?
105 |     /// Dispatch queue
106 |     private let queue = DispatchQueue(label: "xml-parsed.record")
    |                         `- error: cannot find 'DispatchQueue' in scope
107 |
108 |     init(initialValue: PlayReadyRecordHeader? = nil) {
[291/307] Compiling SwPSSH PSSHBinaryIntegerExt.swift
[292/307] Compiling SwPSSH PSSHBox+Nagra.swift
[293/307] Compiling SwPSSH PSSHBox+PlayReady.swift
[294/309] Compiling SwPSSH PlayReadyRecordHeaderXmlParser.swift
[295/309] Compiling SwPSSH PlayReadyPsshData.swift
[296/309] Compiling SwPSSH PSSHCryptoUtil.swift
[297/309] Compiling SwPSSH resource_bundle_accessor.swift
[298/309] Compiling SwPSSH PSSHConstants.swift
[299/309] Compiling SwPSSH PSSHBinaryUtil.swift
[300/309] Compiling SwPSSH PlayReadyRecord.swift
[301/309] Compiling SwPSSH PlayReadyRecordType.swift
[302/309] Compiling SwPSSH PlayReadyRecordHeaderKey.swift
[303/309] Compiling SwPSSH PlayReadyRecordHeaderKeyAlgo.swift
[304/309] Compiling SwPSSH License.pb.swift
[305/309] Compiling SwPSSH NagraPsshData+WDVConverter.swift
[306/309] Compiling SwPSSH NagraPsshData.swift
[307/309] Compiling SwPSSH PSSHBox+Wdv.swift
/host/spi-builder-workspace/.build/checkouts/SwPSSH/Sources/SwPSSH/Model/PlayReady/Header/PlayReadyRecordHeader.swift:106:25: error: cannot find 'DispatchQueue' in scope
104 |     private var value: PlayReadyRecordHeader?
105 |     /// Dispatch queue
106 |     private let queue = DispatchQueue(label: "xml-parsed.record")
    |                         `- error: cannot find 'DispatchQueue' in scope
107 |
108 |     init(initialValue: PlayReadyRecordHeader? = nil) {
/host/spi-builder-workspace/.build/checkouts/SwPSSH/Sources/SwPSSH/Model/PlayReady/Header/PlayReadyRecordHeader.swift:65:33: error: cannot find 'DispatchSemaphore' in scope
 63 |     public static func fromSync(record: PlayReadyRecord) -> PlayReadyRecordHeader? {
 64 |         let res = ConcurrentPlayReadyRecordHeader()
 65 |         let dispatchSemaphore = DispatchSemaphore(value: 0)
    |                                 `- error: cannot find 'DispatchSemaphore' in scope
 66 |         _ = PlayReadyRecordHeaderXmlParser(xmlData: record.recordValue) { header in
 67 |             res.set(newVal: header)
/host/spi-builder-workspace/.build/checkouts/SwPSSH/Sources/SwPSSH/Model/PlayReady/Header/PlayReadyRecordHeader.swift:70:46: error: cannot infer contextual base in reference to member 'distantFuture'
 68 |             dispatchSemaphore.signal()
 69 |         }
 70 |         _ = dispatchSemaphore.wait(timeout: .distantFuture)
    |                                              `- error: cannot infer contextual base in reference to member 'distantFuture'
 71 |         return res.get()
 72 |     }
[308/309] Compiling SwPSSH PSSHBox.swift
/host/spi-builder-workspace/.build/checkouts/SwPSSH/Sources/SwPSSH/Model/PlayReady/Header/PlayReadyRecordHeader.swift:106:25: error: cannot find 'DispatchQueue' in scope
104 |     private var value: PlayReadyRecordHeader?
105 |     /// Dispatch queue
106 |     private let queue = DispatchQueue(label: "xml-parsed.record")
    |                         `- error: cannot find 'DispatchQueue' in scope
107 |
108 |     init(initialValue: PlayReadyRecordHeader? = nil) {
/host/spi-builder-workspace/.build/checkouts/SwPSSH/Sources/SwPSSH/Model/PlayReady/Header/PlayReadyRecordHeader.swift:65:33: error: cannot find 'DispatchSemaphore' in scope
 63 |     public static func fromSync(record: PlayReadyRecord) -> PlayReadyRecordHeader? {
 64 |         let res = ConcurrentPlayReadyRecordHeader()
 65 |         let dispatchSemaphore = DispatchSemaphore(value: 0)
    |                                 `- error: cannot find 'DispatchSemaphore' in scope
 66 |         _ = PlayReadyRecordHeaderXmlParser(xmlData: record.recordValue) { header in
 67 |             res.set(newVal: header)
/host/spi-builder-workspace/.build/checkouts/SwPSSH/Sources/SwPSSH/Model/PlayReady/Header/PlayReadyRecordHeader.swift:70:46: error: cannot infer contextual base in reference to member 'distantFuture'
 68 |             dispatchSemaphore.signal()
 69 |         }
 70 |         _ = dispatchSemaphore.wait(timeout: .distantFuture)
    |                                              `- error: cannot infer contextual base in reference to member 'distantFuture'
 71 |         return res.get()
 72 |     }
[309/309] Compiling SwPSSH PlayReadyRecordHeader.swift
/host/spi-builder-workspace/.build/checkouts/SwPSSH/Sources/SwPSSH/Model/PlayReady/Header/PlayReadyRecordHeader.swift:106:25: error: cannot find 'DispatchQueue' in scope
104 |     private var value: PlayReadyRecordHeader?
105 |     /// Dispatch queue
106 |     private let queue = DispatchQueue(label: "xml-parsed.record")
    |                         `- error: cannot find 'DispatchQueue' in scope
107 |
108 |     init(initialValue: PlayReadyRecordHeader? = nil) {
/host/spi-builder-workspace/.build/checkouts/SwPSSH/Sources/SwPSSH/Model/PlayReady/Header/PlayReadyRecordHeader.swift:65:33: error: cannot find 'DispatchSemaphore' in scope
 63 |     public static func fromSync(record: PlayReadyRecord) -> PlayReadyRecordHeader? {
 64 |         let res = ConcurrentPlayReadyRecordHeader()
 65 |         let dispatchSemaphore = DispatchSemaphore(value: 0)
    |                                 `- error: cannot find 'DispatchSemaphore' in scope
 66 |         _ = PlayReadyRecordHeaderXmlParser(xmlData: record.recordValue) { header in
 67 |             res.set(newVal: header)
/host/spi-builder-workspace/.build/checkouts/SwPSSH/Sources/SwPSSH/Model/PlayReady/Header/PlayReadyRecordHeader.swift:70:46: error: cannot infer contextual base in reference to member 'distantFuture'
 68 |             dispatchSemaphore.signal()
 69 |         }
 70 |         _ = dispatchSemaphore.wait(timeout: .distantFuture)
    |                                              `- error: cannot infer contextual base in reference to member 'distantFuture'
 71 |         return res.get()
 72 |     }
BUILD FAILURE 6.2 wasm