Build Information
Failed to build AppRemoteConfig, reference 0.6.1 (0a8e68
), with Swift 6.1 for Wasm on 12 Jun 2025 13:09:56 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/egeniq/app-remote-config.git
Reference: 0.6.1
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/egeniq/app-remote-config
* tag 0.6.1 -> FETCH_HEAD
HEAD is now at 0a8e68c Typos
Cloned https://github.com/egeniq/app-remote-config.git
Revision (git rev-parse @):
0a8e68c01704c53412f3394d468dbb0b38304a56
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/egeniq/app-remote-config.git at 0.6.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/egeniq/app-remote-config.git
https://github.com/egeniq/app-remote-config.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"default_localization" : "en",
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.6",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
},
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies"
},
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing"
},
{
"identity" : "xctest-dynamic-overlay",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0",
"upper_bound" : "602.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
}
],
"manifest_display_name" : "AppRemoteConfig",
"name" : "AppRemoteConfig",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "AppRemoteConfig",
"targets" : [
"AppRemoteConfig"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AppRemoteConfigService",
"targets" : [
"AppRemoteConfigService"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AppRemoteConfigServiceMacros",
"targets" : [
"AppRemoteConfigServiceMacros"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "care",
"targets" : [
"care"
],
"type" : {
"executable" : null
}
},
{
"name" : "AppRemoteConfigServiceMacrosPlugin",
"targets" : [
"AppRemoteConfigServiceMacrosPlugin"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "care",
"module_type" : "SwiftTarget",
"name" : "care",
"path" : "Sources/care",
"product_dependencies" : [
"ArgumentParser",
"Yams"
],
"product_memberships" : [
"care"
],
"sources" : [
"ANSIEffect.swift",
"CreateKeyPair.swift",
"Error.swift",
"Init.swift",
"Prepare.swift",
"Resolve.swift",
"Verify.swift",
"care.swift"
],
"target_dependencies" : [
"AppRemoteConfig"
],
"type" : "executable"
},
{
"c99name" : "AppRemoteConfigTests",
"module_type" : "SwiftTarget",
"name" : "AppRemoteConfigTests",
"path" : "Tests/AppRemoteConfigTests",
"sources" : [
"AppRemoteConfigTests.swift",
"SigningTests.swift"
],
"target_dependencies" : [
"AppRemoteConfig"
],
"type" : "test"
},
{
"c99name" : "AppRemoteConfigServiceTests",
"module_type" : "SwiftTarget",
"name" : "AppRemoteConfigServiceTests",
"path" : "Tests/AppRemoteConfigServiceTests",
"sources" : [
"AppRemoteConfigServiceTests.swift"
],
"target_dependencies" : [
"AppRemoteConfigService"
],
"type" : "test"
},
{
"c99name" : "AppRemoteConfigServiceMacrosPlugin",
"module_type" : "SwiftTarget",
"name" : "AppRemoteConfigServiceMacrosPlugin",
"path" : "Sources/AppRemoteConfigServiceMacrosPlugin",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"AppRemoteConfigServiceMacros",
"AppRemoteConfigServiceMacrosPlugin"
],
"sources" : [
"AppRemoteConfigValuesMacro.swift",
"Plugins.swift"
],
"type" : "macro"
},
{
"c99name" : "AppRemoteConfigServiceMacros",
"module_type" : "SwiftTarget",
"name" : "AppRemoteConfigServiceMacros",
"path" : "Sources/AppRemoteConfigServiceMacros",
"product_dependencies" : [
"IssueReporting"
],
"product_memberships" : [
"AppRemoteConfigServiceMacros"
],
"sources" : [
"Macros.swift"
],
"target_dependencies" : [
"AppRemoteConfigServiceMacrosPlugin"
],
"type" : "library"
},
{
"c99name" : "AppRemoteConfigService",
"module_type" : "SwiftTarget",
"name" : "AppRemoteConfigService",
"path" : "Sources/AppRemoteConfigService",
"product_dependencies" : [
"Dependencies"
],
"product_memberships" : [
"AppRemoteConfigService"
],
"sources" : [
"AppRemoteConfigService.swift"
],
"target_dependencies" : [
"AppRemoteConfig"
],
"type" : "library"
},
{
"c99name" : "AppRemoteConfigMacrosPluginTests",
"module_type" : "SwiftTarget",
"name" : "AppRemoteConfigMacrosPluginTests",
"path" : "Tests/AppRemoteConfigMacrosPluginTests",
"product_dependencies" : [
"MacroTesting"
],
"sources" : [
"AppRemoteConfigValuesMacroTests.swift",
"Internal/BaseTestCase.swift"
],
"target_dependencies" : [
"AppRemoteConfigServiceMacrosPlugin"
],
"type" : "test"
},
{
"c99name" : "AppRemoteConfig",
"module_type" : "SwiftTarget",
"name" : "AppRemoteConfig",
"path" : "Sources/AppRemoteConfig",
"product_dependencies" : [
"Crypto",
"Logging"
],
"product_memberships" : [
"AppRemoteConfig",
"AppRemoteConfigService",
"care"
],
"sources" : [
"BuildVariant.swift",
"Condition.swift",
"Config+Resolve.swift",
"Config+Signing.swift",
"Config.swift",
"Error.swift",
"Override.swift",
"Platform.swift",
"Schedule.swift",
"Version.swift",
"VersionRange.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/jpsim/Yams.git
[1/908] Fetching swift-macro-testing
[909/11767] Fetching swift-macro-testing, yams
[1018/17225] Fetching swift-macro-testing, yams, xctest-dynamic-overlay
[1945/23474] Fetching swift-macro-testing, yams, xctest-dynamic-overlay, swift-dependencies
[18263/94261] Fetching swift-macro-testing, yams, xctest-dynamic-overlay, swift-dependencies, swift-syntax
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.08s)
[13429/88012] Fetching swift-macro-testing, yams, xctest-dynamic-overlay, swift-syntax
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-log.git
[33183/91848] Fetching swift-macro-testing, yams, xctest-dynamic-overlay, swift-syntax, swift-log
[43714/106699] Fetching swift-macro-testing, yams, xctest-dynamic-overlay, swift-syntax, swift-log, swift-crypto
Fetched https://github.com/apple/swift-log.git from cache (1.09s)
[51605/102863] Fetching swift-macro-testing, yams, xctest-dynamic-overlay, swift-syntax, swift-crypto
Fetching https://github.com/apple/swift-argument-parser
Fetched https://github.com/jpsim/Yams.git from cache (3.09s)
[48829/92004] Fetching swift-macro-testing, xctest-dynamic-overlay, swift-syntax, swift-crypto
[65626/107384] Fetching swift-macro-testing, xctest-dynamic-overlay, swift-syntax, swift-crypto, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.50s)
[91466/92004] Fetching swift-macro-testing, xctest-dynamic-overlay, swift-syntax, swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (5.09s)
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (19.98s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (20.01s)
Fetched https://github.com/swiftlang/swift-syntax from cache (20.08s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.3 (22.22s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13227] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.58s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (7.16s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (0.93s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.44s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.35s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (1.16s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.84s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.94s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.87s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (0.98s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/2410] Fetching combine-schedulers
[2411/3271] Fetching combine-schedulers, swift-concurrency-extras
[2678/4563] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.57s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.64s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.64s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (1.61s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.99s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (1.07s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.79s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.51s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.70s)
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/swift-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.3
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.4
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.2
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/800] Write sources
[38/800] Compiling _SwiftSyntaxCShims dummy.c
[39/800] Compiling fiat_p256_adx_sqr.S
[40/800] Compiling fiat_p256_adx_mul.S
[41/800] Compiling fiat_curve25519_adx_square.S
[42/800] Compiling fiat_curve25519_adx_mul.S
[43/800] Compiling md5-x86_64-linux.S
[44/800] Write swift-version-24593BA9C3E375BF.txt
[45/800] Compiling md5-x86_64-apple.S
[46/800] Compiling md5-586-linux.S
[47/800] Compiling a_d2i_fp.cc
[48/800] Compiling a_bool.cc
[50/800] Compiling CCryptoBoringSSLShims shims.c
[51/800] Compiling a_bitstr.cc
[53/828] Emitting module SwiftSyntax600
[54/835] Emitting module SwiftSyntax601
[54/837] Compiling a_bitstr.cc
[56/837] Emitting module SwiftSyntax510
[57/856] Emitting module Logging
[58/856] Emitting module IssueReporting
[59/858] Emitting module SwiftSyntax509
[60/858] Compiling SwiftSyntax509 Empty.swift
[61/858] Compiling Logging LogHandler.swift
[62/859] Compiling SwiftSyntax601 Empty.swift
[63/860] Compiling SwiftSyntax510 Empty.swift
[65/861] Compiling SwiftSyntax600 Empty.swift
[68/862] Wrapping AST for SwiftSyntax601 for debugging
[70/875] Compiling IssueReporting BreakpointReporter.swift
[71/875] Compiling IssueReporting FatalErrorReporter.swift
[71/877] Wrapping AST for SwiftSyntax510 for debugging
[73/877] Emitting module ConcurrencyExtras
[74/877] Compiling ConcurrencyExtras ActorIsolated.swift
[75/877] Compiling ConcurrencyExtras AnyHashableSendable.swift
[76/878] Compiling Logging Locks.swift
[77/878] Emitting module Logging
[77/878] Wrapping AST for SwiftSyntax509 for debugging
[78/878] Compiling md5-586-apple.S
[80/878] Compiling ConcurrencyExtras UncheckedSendable.swift
[81/878] Compiling IssueReporting WithExpectedIssue.swift
[82/878] Compiling IssueReporting WithIssueContext.swift
[83/878] Compiling Logging MetadataProvider.swift
[84/878] Compiling Logging Locks.swift
[85/878] Compiling Logging Logging.swift
[85/878] Compiling err_data.cc
[89/879] Compiling chacha20_poly1305_x86_64-linux.S
[90/879] Compiling chacha20_poly1305_x86_64-apple.S
[91/879] Compiling chacha20_poly1305_armv8-win.S
[93/879] Emitting module ArgumentParserToolInfo
[94/879] Compiling ArgumentParserToolInfo ToolInfo.swift
[94/880] Compiling chacha20_poly1305_armv8-linux.S
[96/880] Compiling chacha20_poly1305_armv8-apple.S
[98/880] Compiling ConcurrencyExtras LockIsolated.swift
[98/880] Compiling chacha-x86_64-linux.S
[100/880] Compiling Logging LogHandler.swift
[101/880] Compiling Logging MetadataProvider.swift
[102/880] Compiling Logging Logging.swift
[103/881] Compiling IssueReporting TestContext.swift
[104/881] Compiling IssueReporting Unimplemented.swift
[105/881] Compiling IssueReporting RuntimeWarningReporter.swift
[106/881] Compiling IssueReporting ReportIssue.swift
[106/881] Compiling chacha-x86_64-apple.S
[107/881] Compiling chacha-x86-linux.S
[109/881] Emitting module IssueReporting
[110/881] Compiling ConcurrencyExtras Result.swift
[111/881] Compiling ConcurrencyExtras Task.swift
[112/881] Compiling ConcurrencyExtras MainSerialExecutor.swift
[112/881] Compiling chacha-x86-apple.S
[113/881] Compiling chacha-armv8-win.S
[115/881] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[116/881] Compiling ConcurrencyExtras Locking.swift
[117/881] Compiling ConcurrencyExtras UncheckedBox.swift
[120/881] Compiling ConcurrencyExtras AsyncStream.swift
[121/881] Compiling IssueReporting SwiftTesting.swift
[122/881] Compiling IssueReporting UncheckedSendable.swift
[123/881] Compiling IssueReporting Warn.swift
[124/881] Compiling IssueReporting XCTest.swift
[125/881] Compiling IssueReporting IsTesting.swift
[126/881] Compiling IssueReporting IssueReporter.swift
[131/883] Compiling chacha-armv8-linux.S
[147/883] Compiling chacha-armv8-apple.S
[153/884] Compiling chacha-armv4-linux.S
[155/884] Compiling aes128gcmsiv-x86_64-linux.S
[156/884] Compiling aes128gcmsiv-x86_64-apple.S
[157/884] Compiling x86_64-mont5-linux.S
[158/884] Compiling x86_64-mont5-apple.S
[159/884] Compiling x86_64-mont-linux.S
[160/884] Compiling x86_64-mont-apple.S
[161/884] Compiling x86-mont-linux.S
[162/884] Compiling x86-mont-apple.S
[163/884] Compiling vpaes-x86_64-linux.S
[164/884] Compiling vpaes-x86_64-apple.S
[165/884] Compiling vpaes-x86-linux.S
[166/884] Compiling vpaes-x86-apple.S
[167/884] Compiling vpaes-armv8-win.S
[168/884] Compiling vpaes-armv8-linux.S
[169/884] Compiling vpaes-armv8-apple.S
[170/884] Compiling vpaes-armv7-linux.S
[171/884] Compiling sha512-x86_64-linux.S
[172/884] Compiling sha512-x86_64-apple.S
[173/884] Compiling sha512-armv8-win.S
[174/884] Compiling sha512-armv8-linux.S
[175/884] Compiling sha512-armv8-apple.S
[176/884] Compiling sha512-armv4-linux.S
[177/884] Compiling sha512-586-linux.S
[178/884] Compiling sha512-586-apple.S
[179/884] Compiling sha256-x86_64-linux.S
[180/884] Wrapping AST for SwiftSyntax600 for debugging
[181/884] Compiling sha256-x86_64-apple.S
[182/947] Compiling sha256-armv8-win.S
[183/948] Compiling sha256-armv8-linux.S
[184/948] Compiling sha256-armv8-apple.S
[185/948] Compiling sha256-armv4-linux.S
[186/948] Compiling sha256-586-linux.S
[187/948] Compiling sha256-586-apple.S
[188/948] Compiling sha1-x86_64-linux.S
[189/948] Compiling sha1-x86_64-apple.S
[190/948] Compiling sha1-armv8-win.S
[191/948] Compiling sha1-armv8-linux.S
[192/948] Compiling sha1-armv8-apple.S
[193/948] Compiling sha1-armv4-large-linux.S
[194/948] Compiling sha1-586-linux.S
[195/948] Compiling sha1-586-apple.S
[196/948] Compiling rsaz-avx2-linux.S
[197/948] Compiling rsaz-avx2-apple.S
[199/948] Compiling SwiftSyntax AbsolutePosition.swift
[200/948] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[201/948] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[202/948] Compiling SwiftSyntax Assert.swift
[203/948] Compiling SwiftSyntax BumpPtrAllocator.swift
[204/948] Compiling SwiftSyntax CommonAncestor.swift
[205/948] Compiling SwiftSyntax Convenience.swift
[206/948] Compiling SwiftSyntax CustomTraits.swift
[207/948] Compiling SwiftSyntax EditorPlaceholder.swift
[207/957] Compiling rdrand-x86_64-linux.S
[208/957] Compiling rdrand-x86_64-apple.S
[209/957] Compiling p256_beeu-x86_64-asm-linux.S
[210/957] Compiling p256_beeu-x86_64-asm-apple.S
[211/957] Compiling p256_beeu-armv8-asm-win.S
[212/957] Compiling p256_beeu-armv8-asm-linux.S
[213/957] Compiling p256_beeu-armv8-asm-apple.S
[214/957] Compiling p256-x86_64-asm-linux.S
[216/957] Compiling SwiftSyntax Identifier.swift
[217/957] Compiling SwiftSyntax MemoryLayout.swift
[218/957] Compiling SwiftSyntax MissingNodeInitializers.swift
[219/957] Compiling SwiftSyntax RawSyntax.swift
[220/957] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[221/957] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[222/957] Compiling SwiftSyntax RawSyntaxTokenView.swift
[223/957] Compiling SwiftSyntax SourceEdit.swift
[224/957] Compiling SwiftSyntax SourceLength.swift
[224/957] Compiling p256-x86_64-asm-apple.S
[225/957] Compiling p256-armv8-asm-win.S
[226/957] Compiling p256-armv8-asm-linux.S
[227/995] Compiling ghashv8-armv8-win.S
[228/995] Compiling p256-armv8-asm-apple.S
[229/995] Compiling ghashv8-armv8-apple.S
[229/995] Compiling ghashv8-armv8-linux.S
[231/995] Compiling ghashv8-armv7-linux.S
[232/1018] Compiling ghash-x86_64-apple.S
[233/1018] Compiling ghash-x86_64-linux.S
[234/1018] Compiling ghash-x86-linux.S
[235/1018] Compiling ghash-x86-apple.S
[236/1018] Compiling ghash-ssse3-x86_64-linux.S
[238/1018] Compiling CombineSchedulers UIScheduler.swift
[238/1019] Compiling ghash-ssse3-x86_64-apple.S
[240/1019] Compiling XCTestDynamicOverlay Exports.swift
[241/1019] Compiling Clocks SwiftUI.swift
[242/1020] Compiling CombineSchedulers UIKit.swift
[242/1020] Compiling ghash-ssse3-x86-linux.S
[244/1020] Compiling CombineSchedulers SwiftUI.swift
[245/1020] Compiling CombineSchedulers TestScheduler.swift
[246/1020] Compiling CombineSchedulers Timer.swift
[247/1020] Emitting module CombineSchedulers
[248/1020] Compiling CombineSchedulers Lock.swift
[249/1020] Compiling CombineSchedulers NSRecursiveLock.swift
[250/1020] Compiling CombineSchedulers ImmediateScheduler.swift
[251/1020] Compiling CombineSchedulers Deprecations.swift
[252/1020] Compiling CombineSchedulers AnyScheduler.swift
[253/1020] Compiling CombineSchedulers Concurrency.swift
[253/1020] Compiling ghash-neon-armv8-win.S
[254/1020] Compiling ghash-ssse3-x86-apple.S
[256/1020] Compiling Clocks Timer.swift
[256/1020] Compiling ghash-neon-armv8-linux.S
[257/1020] Compiling ghash-armv4-linux.S
[258/1020] Compiling co-586-linux.S
[259/1020] Compiling ghash-neon-armv8-apple.S
[261/1020] Compiling CombineSchedulers UnimplementedScheduler.swift
[262/1021] Compiling Clocks ImmediateClock.swift
[263/1021] Emitting module Clocks
[264/1021] Compiling Clocks AnyClock.swift
[264/1021] Compiling co-586-apple.S
[265/1021] Compiling bsaes-armv7-linux.S
[267/1021] Emitting module XCTestDynamicOverlay
[267/1021] Compiling bn-armv8-win.S
[268/1021] Compiling bn-armv8-linux.S
[269/1021] Compiling bn-armv8-apple.S
[270/1021] Compiling bn-586-linux.S
[271/1021] Compiling armv8-mont-win.S
[273/1021] Compiling bn-586-apple.S
[275/1021] Compiling Clocks Lock.swift
[276/1021] Compiling Clocks _AsyncTimerSequence.swift
[277/1021] Compiling Clocks UnimplementedClock.swift
[277/1021] Compiling armv8-mont-linux.S
[278/1021] Compiling armv8-mont-apple.S
[279/1021] Compiling armv4-mont-linux.S
[280/1021] Compiling aesv8-gcm-armv8-win.S
[281/1021] Compiling aesv8-gcm-armv8-linux.S
[282/1021] Compiling aesv8-gcm-armv8-apple.S
[283/1021] Compiling aesv8-armv8-win.S
[284/1021] Compiling aesv8-armv8-linux.S
[286/1021] Compiling Clocks TestClock.swift
[286/1022] Compiling aesv8-armv7-linux.S
[287/1022] Compiling aesv8-armv8-apple.S
[288/1022] Compiling aesni-x86-linux.S
[289/1022] Compiling aesni-x86_64-apple.S
[291/1022] Compiling XCTestDynamicOverlay Deprecations.swift
[291/1022] Compiling aesni-x86_64-linux.S
[292/1023] Compiling aesni-gcm-x86_64-apple.S
[294/1023] Compiling aesni-x86-apple.S
[295/1023] Compiling aesni-gcm-x86_64-linux.S
[296/1023] Compiling aes-gcm-avx10-x86_64-linux.S
[297/1023] Compiling aes-gcm-avx10-x86_64-apple.S
[300/1046] Compiling Dependencies Deprecations.swift
[301/1046] Compiling Dependencies Exports.swift
[302/1046] Compiling Dependencies TypeName.swift
[303/1049] Compiling Dependencies Locale.swift
[304/1049] Compiling Dependencies MainQueue.swift
[305/1049] Compiling Dependencies MainRunLoop.swift
[305/1049] Compiling x_spki.cc
[306/1049] Compiling x_sig.cc
[308/1049] Compiling Dependencies Assert.swift
[309/1049] Compiling Dependencies Calendar.swift
[310/1049] Compiling Dependencies Clocks.swift
[311/1049] Compiling Dependencies Context.swift
[312/1049] Compiling Dependencies Date.swift
[313/1049] Compiling Dependencies FireAndForget.swift
[315/1049] Compiling Dependencies OpenURL.swift
[316/1049] Compiling Dependencies TimeZone.swift
[317/1049] Compiling Dependencies URLSession.swift
[318/1049] Compiling Dependencies UUID.swift
[318/1054] Compiling x_x509.cc
[321/1054] Compiling Dependencies WithRandomNumberGenerator.swift
[322/1054] Compiling Dependencies AppEntryPoint.swift
[325/1054] Compiling x_val.cc
[326/1054] Compiling x_x509a.cc
[327/1054] Compiling x_req.cc
[329/1054] Compiling Dependencies PreviewTrait.swift
[330/1054] Compiling Dependencies TestTrait.swift
[331/1054] Compiling Dependencies WithDependencies.swift
[332/1054] Emitting module Dependencies
[333/1054] Compiling Dependencies Dependency.swift
[334/1054] Compiling Dependencies DependencyContext.swift
[335/1054] Compiling Dependencies DependencyKey.swift
[336/1054] Compiling Dependencies DependencyValues.swift
[337/1055] Emitting module ArgumentParser
[338/1055] Compiling x_pubkey.cc
[351/1055] Compiling x_crl.cc
[352/1055] Compiling x_exten.cc
[353/1055] Compiling x_name.cc
[354/1055] Compiling x_attrib.cc
[356/1055] Compiling ArgumentParser CollectionExtensions.swift
[357/1055] Compiling ArgumentParser Platform.swift
[358/1055] Compiling ArgumentParser SequenceExtensions.swift
[359/1055] Compiling ArgumentParser StringExtensions.swift
[360/1055] Compiling ArgumentParser Tree.swift
[369/1055] Compiling ArgumentParser InputKey.swift
[370/1055] Compiling ArgumentParser InputOrigin.swift
[370/1055] Compiling x_algor.cc
[371/1055] Compiling x_all.cc
[372/1055] Compiling x509spki.cc
[373/1055] Compiling x509rset.cc
[374/1055] Compiling x509name.cc
[375/1055] Compiling x509cset.cc
[377/1055] Compiling ArgumentParser DumpHelpGenerator.swift
[378/1055] Compiling ArgumentParser HelpCommand.swift
[379/1055] Compiling ArgumentParser HelpGenerator.swift
[380/1055] Compiling ArgumentParser MessageInfo.swift
[381/1055] Compiling ArgumentParser UsageGenerator.swift
[382/1055] Compiling ArgumentParser Name.swift
[383/1055] Compiling ArgumentParser Parsed.swift
[384/1055] Compiling ArgumentParser ParsedValues.swift
[385/1055] Compiling ArgumentParser ParserError.swift
[386/1055] Compiling ArgumentParser SplitArguments.swift
[386/1056] Compiling x509_vpm.cc
[388/1056] Compiling x509_txt.cc
[389/1056] Compiling x509_trs.cc
[390/1056] Compiling x509_vfy.cc
[391/1056] Compiling x509_v3.cc
[392/1056] Compiling x509_set.cc
[393/1056] Compiling x509_req.cc
[394/1056] Compiling x509_ext.cc
[395/1056] Compiling x509_def.cc
[396/1056] Compiling x509_d2.cc
[397/1056] Compiling x509_obj.cc
[398/1056] Compiling x509_lu.cc
[399/1056] Compiling x509_cmp.cc
[400/1056] Compiling x509.cc
[401/1056] Compiling v3_prn.cc
[402/1056] Compiling v3_pmaps.cc
[403/1056] Compiling x509_att.cc
[404/1056] Compiling v3_utl.cc
[405/1056] Compiling v3_purp.cc
[406/1056] Compiling v3_skey.cc
[407/1056] Compiling v3_ocsp.cc
[408/1056] Compiling v3_pcons.cc
[409/1056] Compiling v3_ncons.cc
[410/1056] Compiling v3_int.cc
[411/1056] Compiling v3_lib.cc
[412/1056] Compiling v3_ia5.cc
[413/1056] Compiling v3_info.cc
[414/1056] Compiling v3_genn.cc
[415/1056] Compiling v3_extku.cc
[417/1056] Emitting module SwiftSyntax
[417/1056] Compiling v3_bcons.cc
[418/1056] Compiling v3_enum.cc
[419/1056] Compiling v3_crld.cc
[420/1056] Compiling v3_cpols.cc
[421/1056] Compiling v3_bitst.cc
[422/1056] Compiling v3_conf.cc
[423/1056] Compiling v3_alt.cc
[424/1056] Compiling t_x509a.cc
[425/1056] Compiling v3_akey.cc
[426/1056] Compiling v3_akeya.cc
[427/1056] Compiling t_crl.cc
[428/1056] Compiling t_x509.cc
[429/1056] Compiling t_req.cc
[430/1056] Compiling i2d_pr.cc
[431/1056] Compiling rsa_pss.cc
[432/1056] Compiling by_dir.cc
[433/1056] Compiling by_file.cc
[434/1056] Compiling policy.cc
[435/1056] Compiling asn1_gen.cc
[436/1056] Compiling name_print.cc
[437/1056] Compiling a_sign.cc
[438/1056] Compiling trust_token.cc
[439/1056] Compiling pmbtoken.cc
[440/1056] Compiling algorithm.cc
[441/1056] Compiling voprf.cc
[442/1056] Compiling a_verify.cc
[443/1056] Compiling thread_win.cc
[444/1056] Compiling thread.cc
[445/1056] Compiling a_digest.cc
[446/1056] Compiling stack.cc
[447/1056] Compiling thread_pthread.cc
[448/1056] Compiling thread_none.cc
[449/1056] Compiling thash.cc
[450/1056] Compiling wots.cc
[451/1056] Compiling merkle.cc
[452/1056] Compiling sha256.cc
[453/1056] Compiling sha512.cc
[454/1056] Compiling siphash.cc
[454/1056] Compiling slhdsa.cc
[456/1056] Compiling sha1.cc
[457/1056] Compiling fors.cc
[458/1056] Compiling rsa_extra.cc
[459/1056] Compiling rsa_print.cc
[460/1056] Compiling rc4.cc
[461/1056] Compiling rsa_crypt.cc
[462/1056] Compiling refcount.cc
[462/1056] Compiling windows.cc
[464/1056] Compiling rsa_asn1.cc
[465/1056] Compiling rand_extra.cc
[466/1056] Compiling trusty.cc
[467/1056] Compiling urandom.cc
[468/1056] Compiling ios.cc
[469/1056] Compiling passive.cc
[470/1056] Compiling poly1305_arm_asm.S
[471/1056] Compiling getentropy.cc
[472/1056] Compiling forkunsafe.cc
[473/1056] Compiling deterministic.cc
[474/1056] Compiling fork_detect.cc
[475/1056] Compiling pool.cc
[476/1056] Compiling poly1305_arm.cc
[477/1056] Compiling poly1305_vec.cc
[478/1056] Compiling poly1305.cc
[479/1056] Compiling pkcs7.cc
[480/1056] Compiling pkcs8.cc
[481/1056] Compiling pkcs7_x509.cc
[482/1056] Compiling pkcs8_x509.cc
[483/1056] Compiling pem_xaux.cc
[484/1056] Compiling pem_x509.cc
[485/1056] Compiling p5_pbev2.cc
[486/1056] Compiling pem_pkey.cc
[486/1056] Compiling pem_pk8.cc
[488/1056] Compiling pem_oth.cc
[489/1056] Compiling obj_xref.cc
[490/1056] Compiling pem_lib.cc
[491/1056] Compiling pem_all.cc
[492/1056] Compiling pem_info.cc
[493/1056] Compiling mldsa.cc
[494/1056] Compiling mem.cc
[495/1056] Compiling mlkem.cc
[496/1056] Compiling md4.cc
[497/1056] Compiling poly_rq_mul.S
[498/1056] Compiling fips_shared_support.cc
[499/1056] Compiling md5.cc
[500/1056] Compiling obj.cc
[501/1056] Compiling lhash.cc
[502/1056] Compiling kyber.cc
[503/1056] Compiling ex_data.cc
[504/1056] Compiling sign.cc
[505/1056] Compiling hrss.cc
[506/1056] Compiling scrypt.cc
[507/1056] Compiling hpke.cc
[508/1056] Compiling print.cc
[509/1056] Compiling pbkdf.cc
[510/1056] Compiling p_x25519.cc
[511/1056] Compiling p_x25519_asn1.cc
[512/1056] Compiling p_ed25519_asn1.cc
[513/1056] Compiling p_rsa.cc
[514/1056] Compiling p_hkdf.cc
[515/1056] Compiling p_rsa_asn1.cc
[516/1056] Compiling p_ed25519.cc
[517/1056] Compiling p_ec_asn1.cc
[518/1056] Compiling p_dh.cc
[518/1056] Compiling p_ec.cc
[520/1056] Compiling p_dh_asn1.cc
[520/1056] Compiling p_dsa_asn1.cc
[522/1056] Compiling err.cc
[523/1056] Compiling ecdsa_asn1.cc
[524/1056] Compiling evp.cc
[525/1056] Compiling engine.cc
[526/1056] Compiling evp_ctx.cc
[527/1056] Compiling evp_asn1.cc
[528/1056] Compiling ecdh_extra.cc
[529/1056] Compiling ec_derive.cc
[530/1056] Compiling hash_to_curve.cc
[531/1056] Compiling dsa.cc
[532/1056] Compiling ec_asn1.cc
[533/1056] Compiling dsa_asn1.cc
[534/1056] Compiling spake25519.cc
[535/1056] Compiling digest_extra.cc
[536/1056] Compiling dh_asn1.cc
[537/1056] Compiling des.cc
[537/1056] Compiling params.cc
[539/1056] Compiling x25519-asm-arm.S
[540/1056] Compiling bcm.cc
[541/1056] Compiling curve25519.cc
[542/1056] Compiling cpu_arm_linux.cc
[543/1056] Compiling curve25519_64_adx.cc
[544/1056] Compiling crypto.cc
[545/1056] Compiling cpu_intel.cc
[546/1056] Compiling cpu_aarch64_win.cc
[547/1056] Compiling cpu_arm_freebsd.cc
[566/1056] Compiling cpu_aarch64_openbsd.cc
[567/1056] Compiling cpu_aarch64_sysreg.cc
[568/1056] Compiling cpu_aarch64_apple.cc
[569/1056] Compiling cpu_aarch64_linux.cc
[570/1056] Compiling cpu_aarch64_fuchsia.cc
[571/1056] Compiling conf.cc
[572/1056] Compiling tls_cbc.cc
[573/1056] Compiling e_tls.cc
[574/1056] Compiling e_rc4.cc
[575/1056] Compiling e_null.cc
[576/1056] Compiling e_rc2.cc
[577/1056] Compiling e_des.cc
[578/1056] Compiling e_chacha20poly1305.cc
[579/1056] Compiling derive_key.cc
[580/1056] Compiling e_aesctrhmac.cc
[581/1056] Compiling e_aesgcmsiv.cc
[582/1056] Compiling cipher_extra.cc
[583/1056] Compiling chacha.cc
[584/1056] Compiling unicode.cc
[585/1056] Compiling asn1_compat.cc
[586/1056] Compiling cbb.cc
[587/1056] Compiling cbs.cc
[588/1056] Compiling ber.cc
[589/1056] Compiling buf.cc
[590/1056] Compiling convert.cc
[591/1056] Compiling blake2.cc
[592/1056] Compiling bn_asn1.cc
[593/1056] Compiling pair.cc
[594/1056] Compiling printf.cc
[595/1056] Compiling hexdump.cc
[596/1056] Compiling errno.cc
[597/1056] Compiling file.cc
[598/1056] Compiling fd.cc
[599/1056] Compiling base64.cc
[600/1056] Compiling bio.cc
[600/1056] Compiling tasn_utl.cc
[602/1056] Compiling bio_mem.cc
[603/1056] Compiling tasn_fre.cc
[604/1056] Compiling tasn_typ.cc
[605/1056] Compiling tasn_enc.cc
[606/1056] Compiling tasn_new.cc
[607/1056] Compiling f_string.cc
[608/1056] Compiling posix_time.cc
[609/1056] Compiling tasn_dec.cc
[610/1056] Compiling f_int.cc
[611/1056] Compiling asn_pack.cc
[612/1056] Compiling a_utctm.cc
[613/1056] Compiling a_time.cc
[614/1056] Compiling asn1_par.cc
[615/1056] Compiling asn1_lib.cc
[616/1056] Compiling a_type.cc
[617/1056] Compiling a_mbstr.cc
[618/1056] Compiling a_strnid.cc
[619/1056] Compiling a_strex.cc
[619/1056] Write sources
[622/1056] Compiling a_octet.cc
[623/1056] Compiling a_object.cc
[624/1056] Write sources
[626/1059] Wrapping AST for Logging for debugging
[626/1059] Write sources
[629/1059] Compiling writer.c
[630/1059] Compiling a_i2d_fp.cc
[631/1059] Compiling reader.c
[633/1059] Compiling XCTestDynamicOverlay Exports.swift
[633/1059] Compiling a_gentm.cc
[634/1059] Compiling a_dup.cc
[635/1067] Compiling parser.c
[636/1070] Compiling a_int.cc
[637/1075] Compiling emitter.c
[638/1078] Compiling api.c
[639/1078] Compiling fiat_p256_adx_sqr.S
[641/1078] Compiling ConcurrencyExtras LockIsolated.swift
[642/1079] Compiling ConcurrencyExtras MainSerialExecutor.swift
[642/1079] Compiling fiat_p256_adx_mul.S
[644/1079] Compiling ConcurrencyExtras Locking.swift
[645/1079] Compiling ConcurrencyExtras UncheckedBox.swift
[646/1079] Emitting module ConcurrencyExtras
[646/1079] Compiling fiat_curve25519_adx_square.S
[647/1079] Compiling fiat_curve25519_adx_mul.S
[648/1079] Compiling scanner.c
[649/1079] Compiling md5-x86_64-linux.S
[651/1079] Compiling ConcurrencyExtras UncheckedSendable.swift
[652/1079] Compiling ConcurrencyExtras Result.swift
[653/1079] Compiling ConcurrencyExtras AsyncStream.swift
[654/1079] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[654/1079] Compiling CCryptoBoringSSLShims shims.c
[656/1079] Compiling ConcurrencyExtras Task.swift
[657/1079] Compiling ConcurrencyExtras ActorIsolated.swift
[658/1079] Compiling ConcurrencyExtras AnyHashableSendable.swift
[659/1079] Emitting module XCTestDynamicOverlay
[660/1079] Compiling XCTestDynamicOverlay Deprecations.swift
[660/1080] Compiling md5-x86_64-apple.S
[661/1081] Compiling md5-586-linux.S
[662/1081] Compiling md5-586-apple.S
[665/1101] Compiling chacha20_poly1305_x86_64-apple.S
[666/1101] Compiling chacha20_poly1305_x86_64-linux.S
[667/1101] Compiling chacha20_poly1305_armv8-win.S
[668/1101] Compiling chacha-x86_64-linux.S
[669/1101] Compiling chacha20_poly1305_armv8-apple.S
[670/1101] Compiling chacha20_poly1305_armv8-linux.S
[671/1101] Compiling chacha-x86_64-apple.S
[672/1101] Compiling chacha-x86-linux.S
[673/1101] Compiling chacha-x86-apple.S
[674/1101] Compiling chacha-armv8-win.S
[675/1104] Compiling chacha-armv8-linux.S
[676/1120] Compiling chacha-armv8-apple.S
[677/1121] Compiling err_data.cc
[678/1121] Compiling chacha-armv4-linux.S
[679/1121] Compiling aes128gcmsiv-x86_64-linux.S
[680/1121] Compiling x86_64-mont5-linux.S
[682/1121] Compiling CombineSchedulers Timer.swift
[682/1122] Compiling aes128gcmsiv-x86_64-apple.S
[684/1122] Compiling Clocks SwiftUI.swift
[685/1123] Compiling CombineSchedulers UIKit.swift
[685/1123] Compiling x86_64-mont5-apple.S
[687/1123] Compiling CombineSchedulers Lock.swift
[688/1123] Compiling CombineSchedulers NSRecursiveLock.swift
[689/1123] Compiling CombineSchedulers AnyScheduler.swift
[690/1123] Compiling CombineSchedulers Concurrency.swift
[691/1123] Compiling CombineSchedulers ImmediateScheduler.swift
[692/1123] Compiling CombineSchedulers Deprecations.swift
[693/1123] Compiling CombineSchedulers SwiftUI.swift
[694/1123] Compiling CombineSchedulers TestScheduler.swift
[695/1123] Compiling CombineSchedulers UIScheduler.swift
[696/1123] Compiling Clocks Lock.swift
[697/1123] Emitting module CombineSchedulers
[697/1123] Compiling x86_64-mont-linux.S
[698/1123] Compiling x86_64-mont-apple.S
[700/1123] Compiling Clocks Timer.swift
[700/1123] Compiling x86-mont-linux.S
[701/1123] Compiling vpaes-x86_64-linux.S
[703/1123] Compiling CombineSchedulers UnimplementedScheduler.swift
[703/1123] Compiling x86-mont-apple.S
[705/1124] Compiling Clocks AnyClock.swift
[706/1124] Emitting module Clocks
[706/1124] Compiling vpaes-x86_64-apple.S
[707/1124] Compiling vpaes-x86-linux.S
[708/1124] Compiling vpaes-armv8-linux.S
[709/1124] Compiling vpaes-armv8-win.S
[710/1124] Compiling vpaes-x86-apple.S
[711/1124] Compiling vpaes-armv7-linux.S
[713/1124] Compiling sha512-x86_64-linux.S
[714/1124] Compiling vpaes-armv8-apple.S
[716/1124] Compiling Clocks ImmediateClock.swift
[717/1124] Compiling Clocks _AsyncTimerSequence.swift
[717/1124] Compiling sha512-x86_64-apple.S
[718/1124] Compiling sha512-armv8-win.S
[719/1124] Compiling sha512-armv8-linux.S
[720/1124] Compiling sha512-armv8-apple.S
[721/1124] Compiling sha512-586-linux.S
[723/1124] Compiling Clocks UnimplementedClock.swift
[723/1124] Compiling sha512-586-apple.S
[724/1124] Compiling sha512-armv4-linux.S
[725/1124] Compiling sha256-x86_64-linux.S
[726/1124] Compiling sha256-x86_64-apple.S
[727/1124] Compiling sha256-armv8-linux.S
[728/1124] Compiling sha256-armv8-apple.S
[729/1124] Compiling sha256-armv8-win.S
[730/1124] Compiling sha256-armv4-linux.S
[731/1124] Compiling sha256-586-linux.S
[733/1124] Compiling Clocks TestClock.swift
[733/1125] Compiling sha1-x86_64-linux.S
[734/1125] Compiling sha256-586-apple.S
[735/1125] Compiling sha1-x86_64-apple.S
[736/1125] Compiling sha1-armv8-win.S
[737/1125] Compiling sha1-armv8-linux.S
[739/1125] Compiling sha1-armv8-apple.S
[740/1125] Compiling sha1-armv4-large-linux.S
[741/1125] Compiling sha1-586-linux.S
[742/1125] Compiling sha1-586-apple.S
[743/1125] Compiling rdrand-x86_64-apple.S
[744/1125] Compiling rsaz-avx2-apple.S
[745/1125] Compiling rsaz-avx2-linux.S
[746/1125] Compiling rdrand-x86_64-linux.S
[747/1125] Compiling p256_beeu-x86_64-asm-apple.S
[748/1125] Compiling p256_beeu-armv8-asm-win.S
[749/1125] Compiling p256_beeu-x86_64-asm-linux.S
[750/1125] Compiling p256_beeu-armv8-asm-linux.S
[751/1125] Compiling p256-x86_64-asm-linux.S
[752/1125] Compiling p256-x86_64-asm-apple.S
[753/1125] Compiling p256_beeu-armv8-asm-apple.S
[754/1125] Compiling p256-armv8-asm-win.S
[755/1125] Compiling p256-armv8-asm-linux.S
[756/1125] Compiling p256-armv8-asm-apple.S
[757/1125] Compiling ghashv8-armv8-win.S
[758/1148] Compiling ghashv8-armv8-linux.S
[759/1148] Compiling ghashv8-armv8-apple.S
[760/1148] Compiling ghashv8-armv7-linux.S
[761/1148] Compiling ghash-x86_64-linux.S
[762/1148] Compiling ghash-x86_64-apple.S
[763/1148] Compiling ghash-x86-apple.S
[764/1148] Compiling ghash-x86-linux.S
[765/1148] Compiling ghash-ssse3-x86_64-linux.S
[766/1148] Compiling ghash-ssse3-x86-linux.S
[767/1148] Compiling ghash-neon-armv8-win.S
[768/1148] Compiling ghash-ssse3-x86-apple.S
[769/1148] Compiling ghash-ssse3-x86_64-apple.S
[770/1148] Compiling ghash-neon-armv8-apple.S
[771/1148] Compiling ghash-armv4-linux.S
[772/1148] Compiling ghash-neon-armv8-linux.S
[773/1148] Compiling co-586-linux.S
[774/1148] Compiling co-586-apple.S
[775/1148] Compiling bsaes-armv7-linux.S
[776/1148] Compiling bn-armv8-apple.S
[777/1148] Compiling bn-armv8-win.S
[778/1148] Compiling bn-586-linux.S
[779/1148] Compiling bn-armv8-linux.S
[780/1148] Compiling armv8-mont-win.S
[781/1148] Compiling bn-586-apple.S
[782/1148] Compiling armv8-mont-linux.S
[783/1148] Compiling armv8-mont-apple.S
[785/1148] Compiling Dependencies Locale.swift
[786/1148] Compiling Dependencies MainQueue.swift
[787/1148] Compiling Dependencies MainRunLoop.swift
[787/1148] Compiling armv4-mont-linux.S
[788/1151] Compiling aesv8-gcm-armv8-win.S
[790/1151] Compiling Dependencies OpenURL.swift
[791/1151] Compiling Dependencies TimeZone.swift
[792/1151] Compiling Dependencies URLSession.swift
[792/1151] Compiling aesv8-armv8-win.S
[793/1151] Compiling aesv8-gcm-armv8-linux.S
[794/1151] Compiling aesv8-armv8-linux.S
[795/1151] Compiling aesv8-armv8-apple.S
[796/1151] Compiling aesv8-gcm-armv8-apple.S
[797/1151] Compiling aesni-x86_64-apple.S
[798/1151] Compiling aesv8-armv7-linux.S
[799/1151] Compiling aesni-x86_64-linux.S
[800/1151] Compiling aesni-x86-linux.S
[802/1151] Compiling Dependencies Context.swift
[803/1151] Compiling Dependencies Date.swift
[804/1151] Compiling Dependencies FireAndForget.swift
[804/1151] Compiling aesni-gcm-x86_64-linux.S
[805/1151] Compiling aesni-x86-apple.S
[806/1151] Compiling aesni-gcm-x86_64-apple.S
[807/1151] Compiling aes-gcm-avx10-x86_64-linux.S
[808/1151] Compiling aes-gcm-avx10-x86_64-apple.S
[810/1151] Compiling Dependencies UUID.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[811/1151] Compiling Dependencies WithRandomNumberGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[812/1151] Compiling Dependencies AppEntryPoint.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[813/1151] Compiling Dependencies Deprecations.swift
[814/1151] Compiling Dependencies Exports.swift
[815/1151] Compiling Dependencies TypeName.swift
[816/1151] Compiling CryptoBoringWrapper RandomBytes.swift
[817/1151] Compiling Dependencies Assert.swift
[818/1151] Compiling Dependencies Calendar.swift
[819/1151] Compiling Dependencies Clocks.swift
[820/1151] Emitting module CryptoBoringWrapper
[821/1151] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[822/1151] Emitting module Dependencies
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[823/1151] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[824/1151] Compiling Dependencies Dependency.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 | set {
284 | if DependencyValues.isPreparing {
285 | if context == .preview, Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
286 | reportIssue("Ignoring dependencies prepared in preview app entry point")
287 | return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 | value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 | case .preview:
577 | if Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
578 | return Key.previewValue
579 | }
[825/1151] Compiling Dependencies DependencyContext.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 | set {
284 | if DependencyValues.isPreparing {
285 | if context == .preview, Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
286 | reportIssue("Ignoring dependencies prepared in preview app entry point")
287 | return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 | value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 | case .preview:
577 | if Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
578 | return Key.previewValue
579 | }
[826/1151] Compiling Dependencies DependencyKey.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 | set {
284 | if DependencyValues.isPreparing {
285 | if context == .preview, Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
286 | reportIssue("Ignoring dependencies prepared in preview app entry point")
287 | return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 | value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 | case .preview:
577 | if Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
578 | return Key.previewValue
579 | }
[827/1151] Compiling Dependencies DependencyValues.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 | set {
284 | if DependencyValues.isPreparing {
285 | if context == .preview, Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
286 | reportIssue("Ignoring dependencies prepared in preview app entry point")
287 | return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 | value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 | case .preview:
577 | if Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
578 | return Key.previewValue
579 | }
[828/1151] Compiling CryptoBoringWrapper EllipticCurve.swift
[829/1151] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[832/1153] Compiling Dependencies PreviewTrait.swift
[833/1153] Compiling Dependencies TestTrait.swift
[834/1153] Compiling Dependencies WithDependencies.swift
[835/1153] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[836/1153] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[839/1154] Compiling x_spki.cc
[839/1154] Compiling x_x509.cc
[839/1154] Compiling x_val.cc
[839/1154] Compiling x_x509a.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/268] Compiling x_val.cc
[2/268] Compiling x_name.cc
[3/268] Compiling x_pubkey.cc
[4/268] Compiling x_sig.cc
[5/268] Compiling x_x509.cc
[6/268] Compiling x_x509a.cc
[7/268] Compiling x_spki.cc
[8/268] Write swift-version-24593BA9C3E375BF.txt
[9/268] Compiling x_req.cc
[10/288] Compiling x_attrib.cc
[11/288] Compiling x_algor.cc
[12/288] Compiling x_exten.cc
[13/288] Compiling x509spki.cc
[14/290] Compiling x_crl.cc
[16/292] Compiling Yams Tag.swift
[17/292] Compiling Yams YamlAnchorProviding.swift
[18/297] Compiling SwiftSyntax601 Empty.swift
[19/297] Emitting module SwiftSyntax601
[20/299] Emitting module SwiftSyntax600
[21/299] Compiling SwiftSyntax600 Empty.swift
[22/299] Emitting module SwiftSyntax509
[23/300] Compiling SwiftSyntax509 Empty.swift
[23/304] Compiling x509rset.cc
[25/306] Compiling SwiftSyntax510 Empty.swift
[27/306] Emitting module SwiftSyntax510
[27/306] Compiling x_all.cc
[29/306] Compiling Yams Parser.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:307:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
305 | // Since `NumberFormatter` creates a string with insufficient precision for Decode,
306 | // it uses with `String(format:...)`
307 | let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
| `- error: cannot find 'DBL_DECIMAL_DIG' in scope
308 | // "%*.g" does not use scientific notation if the exponent is less than –4.
309 | // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[30/306] Compiling Yams RedundancyAliasingStrategy.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:307:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
305 | // Since `NumberFormatter` creates a string with insufficient precision for Decode,
306 | // it uses with `String(format:...)`
307 | let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
| `- error: cannot find 'DBL_DECIMAL_DIG' in scope
308 | // "%*.g" does not use scientific notation if the exponent is less than –4.
309 | // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[31/306] Compiling Yams Representer.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:307:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
305 | // Since `NumberFormatter` creates a string with insufficient precision for Decode,
306 | // it uses with `String(format:...)`
307 | let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
| `- error: cannot find 'DBL_DECIMAL_DIG' in scope
308 | // "%*.g" does not use scientific notation if the exponent is less than –4.
309 | // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[32/306] Compiling Yams Resolver.swift
[33/306] Compiling Yams String+Yams.swift
[37/322] Compiling IssueReporting BreakpointReporter.swift
[38/322] Compiling IssueReporting FatalErrorReporter.swift
[39/322] Compiling IssueReporting RuntimeWarningReporter.swift
[40/322] Compiling IssueReporting SwiftTesting.swift
[41/322] Compiling IssueReporting UncheckedSendable.swift
[42/322] Compiling IssueReporting Warn.swift
[43/322] Compiling Logging MetadataProvider.swift
[44/322] Compiling Logging LogHandler.swift
[45/354] Compiling Yams YamlError.swift
[46/354] Compiling Yams YamlTagProviding.swift
[47/354] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[48/354] Compiling Logging Locks.swift
[49/365] Emitting module Logging
[51/365] Compiling Logging Locks.swift
[52/365] Compiling Logging MetadataProvider.swift
[53/365] Compiling Logging LogHandler.swift
[54/365] Compiling ConcurrencyExtras MainSerialExecutor.swift
[55/374] Compiling SwiftSyntax AbsolutePosition.swift
[56/374] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[57/374] Compiling IssueReporting Deprecations.swift
[58/374] Compiling IssueReporting RuntimeWarningReporter.swift
[59/398] Compiling ConcurrencyExtras LockIsolated.swift
[60/434] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[61/434] Compiling SwiftSyntax RawSyntaxTokenView.swift
[62/434] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[63/434] Compiling ConcurrencyExtras Result.swift
[64/434] Compiling SwiftSyntax BumpPtrAllocator.swift
[65/434] Compiling SwiftSyntax CommonAncestor.swift
[68/434] Compiling ConcurrencyExtras Task.swift
[69/434] Compiling ConcurrencyExtras UncheckedSendable.swift
[70/434] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[71/434] Compiling SwiftSyntax SourceEdit.swift
[72/434] Compiling SwiftSyntax SourceLength.swift
[73/434] Compiling CryptoBoringWrapper RandomBytes.swift
[74/434] Compiling CryptoBoringWrapper EllipticCurve.swift
[75/434] Emitting module ConcurrencyExtras
[76/434] Emitting module Yams
[77/434] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[78/434] Compiling SwiftSyntax Assert.swift
[79/434] Emitting module IssueReporting
[80/435] Emitting module CryptoBoringWrapper
[81/435] Emitting module IssueReporting
[82/435] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[83/435] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[84/435] Compiling SwiftSyntax Identifier.swift
[85/435] Compiling SwiftSyntax MemoryLayout.swift
[89/435] Compiling SwiftSyntax MissingNodeInitializers.swift
[90/435] Compiling SwiftSyntax RawSyntax.swift
[100/436] Compiling SwiftSyntax Convenience.swift
[101/436] Compiling SwiftSyntax CustomTraits.swift
[102/436] Compiling SwiftSyntax EditorPlaceholder.swift
[105/436] Compiling SwiftSyntax SourceLocation.swift
[106/436] Compiling SwiftSyntax SourcePresence.swift
[109/437] Compiling Logging Logging.swift
[112/438] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[120/439] Compiling Logging Logging.swift
[124/521] Emitting module ConcurrencyExtras
[125/521] Compiling Crypto AES-GCM.swift
[126/521] Compiling Crypto AES-GCM_boring.swift
[127/522] Compiling Crypto Cipher.swift
[128/522] Compiling Crypto Nonces.swift
[129/522] Compiling ConcurrencyExtras LockIsolated.swift
[130/526] Compiling Crypto ChaChaPoly_boring.swift
[131/526] Compiling Crypto ChaChaPoly.swift
[132/527] Compiling ConcurrencyExtras Result.swift
[133/527] Compiling ConcurrencyExtras MainSerialExecutor.swift
[134/527] Compiling ConcurrencyExtras Task.swift
[135/542] Compiling ConcurrencyExtras UncheckedSendable.swift
[136/543] Compiling CombineSchedulers AnyScheduler.swift
[137/543] Compiling CombineSchedulers Concurrency.swift
[138/543] Compiling CombineSchedulers ImmediateScheduler.swift
[139/543] Compiling CombineSchedulers Deprecations.swift
[140/543] Compiling CombineSchedulers Lock.swift
[141/543] Compiling CombineSchedulers NSRecursiveLock.swift
[142/543] Compiling CombineSchedulers SwiftUI.swift
[143/543] Compiling CombineSchedulers TestScheduler.swift
[144/543] Compiling Crypto ASN1BitString.swift
[145/543] Compiling Crypto ASN1Boolean.swift
[146/543] Compiling Crypto HPKE-Ciphersuite.swift
[147/543] Compiling Crypto HPKE-KDF.swift
[148/543] Compiling Crypto HPKE-KexKeyDerivation.swift
[149/543] Compiling Crypto HPKE-LabeledExtract.swift
[150/543] Compiling Crypto HPKE-Utils.swift
[151/543] Compiling Crypto DHKEM.swift
[152/543] Compiling Crypto HPKE-KEM-Curve25519.swift
[153/543] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[155/552] Compiling XCTestDynamicOverlay Exports.swift
[156/552] Emitting module XCTestDynamicOverlay
[157/560] Emitting module CombineSchedulers
[164/561] Compiling XCTestDynamicOverlay Exports.swift
[171/561] Compiling CombineSchedulers UIKit.swift
[172/561] Compiling CombineSchedulers Timer.swift
[173/561] Compiling CombineSchedulers UIScheduler.swift
[176/561] Compiling Clocks SwiftUI.swift
[177/562] Compiling CombineSchedulers UnimplementedScheduler.swift
[178/563] Compiling Clocks Timer.swift
[179/563] Emitting module XCTestDynamicOverlay
[180/563] Compiling XCTestDynamicOverlay Deprecations.swift
[181/564] Compiling Clocks AnyClock.swift
[182/564] Emitting module Clocks
[183/564] Compiling Clocks ImmediateClock.swift
[185/564] Compiling Clocks Lock.swift
[186/564] Compiling Clocks _AsyncTimerSequence.swift
[187/564] Compiling Clocks UnimplementedClock.swift
[188/564] Compiling Clocks TestClock.swift
[190/564] Compiling XCTestDynamicOverlay Deprecations.swift
[193/566] Compiling Crypto HPKE-KEM.swift
[194/566] Compiling Crypto HPKE-Errors.swift
[195/566] Compiling Crypto ASN1Identifier.swift
[196/566] Compiling Crypto ASN1Integer.swift
[197/566] Compiling Crypto ASN1Null.swift
[198/566] Compiling Crypto ASN1OctetString.swift
[199/566] Compiling Crypto ASN1Strings.swift
[200/566] Compiling Crypto ArraySliceBigint.swift
[201/566] Compiling Crypto GeneralizedTime.swift
[202/566] Emitting module ArgumentParserToolInfo
[203/566] Compiling ArgumentParserToolInfo ToolInfo.swift
[203/567] Compiling x509name.cc
BUILD FAILURE 6.1 wasm