Build Information
Failed to build AppRemoteConfig, reference main (0a8e68
), with Swift 6.1 for Wasm on 12 Jun 2025 13:05:46 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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: main
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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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-3":/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/swiftlang/swift-syntax
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/apple/swift-log.git
[1/908] Fetching swift-macro-testing
[909/4744] Fetching swift-macro-testing, swift-log
[4745/15603] Fetching swift-macro-testing, swift-log, yams
[4963/21061] Fetching swift-macro-testing, swift-log, yams, xctest-dynamic-overlay
[9434/27310] Fetching swift-macro-testing, swift-log, yams, xctest-dynamic-overlay, swift-dependencies
Fetched https://github.com/apple/swift-log.git from cache (0.93s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.94s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-argument-parser
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.94s)
[7967/11767] Fetching swift-macro-testing, yams
Fetched https://github.com/jpsim/Yams.git from cache (1.40s)
[1/15380] Fetching swift-argument-parser
[15381/86167] Fetching swift-argument-parser, swift-syntax
[20337/101018] Fetching swift-argument-parser, swift-syntax, swift-crypto
Fetched https://github.com/apple/swift-argument-parser from cache (0.89s)
[9535/85638] Fetching swift-syntax, swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.32s)
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (5.41s)
Fetched https://github.com/swiftlang/swift-syntax from cache (5.46s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.3 (5.99s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13227] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.98s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (4.70s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (0.64s)
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.39s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.09s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (1.36s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.64s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.50s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.77s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (0.76s)
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/861] Fetching swift-concurrency-extras
[243/2153] Fetching swift-concurrency-extras, swift-clocks
[244/4563] Fetching swift-concurrency-extras, swift-clocks, combine-schedulers
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.55s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.55s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.56s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (1.41s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.47s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.46s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.09s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.41s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.33s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
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/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/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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
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/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-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-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.2
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/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-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/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-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/800] Write sources
[28/800] Compiling fiat_curve25519_adx_square.S
[29/800] Compiling _SwiftSyntaxCShims dummy.c
[30/800] Compiling fiat_p256_adx_mul.S
[31/800] Compiling fiat_p256_adx_sqr.S
[31/800] Compiling md5-x86_64-linux.S
[33/800] Compiling md5-x86_64-apple.S
[34/800] Compiling fiat_curve25519_adx_mul.S
[35/800] Compiling md5-586-linux.S
[36/800] Compiling chacha20_poly1305_armv8-win.S
[37/800] Compiling md5-586-apple.S
[38/800] Compiling chacha20_poly1305_x86_64-apple.S
[39/800] Compiling chacha20_poly1305_armv8-apple.S
[40/800] Compiling chacha20_poly1305_armv8-linux.S
[41/800] Compiling chacha-x86_64-linux.S
[42/800] Compiling chacha20_poly1305_x86_64-linux.S
[43/800] Compiling chacha-x86-linux.S
[44/800] Compiling chacha-armv8-win.S
[45/800] Compiling chacha-x86_64-apple.S
[46/800] Compiling chacha-x86-apple.S
[47/800] Compiling chacha-armv8-linux.S
[48/800] Write swift-version-24593BA9C3E375BF.txt
[49/800] Compiling chacha-armv8-apple.S
[50/800] Compiling aes128gcmsiv-x86_64-linux.S
[51/800] Compiling aes128gcmsiv-x86_64-apple.S
[52/800] Compiling chacha-armv4-linux.S
[53/800] Compiling x86_64-mont5-apple.S
[54/800] Compiling x86_64-mont5-linux.S
[55/802] Compiling err_data.cc
[56/806] Compiling CCryptoBoringSSLShims shims.c
[58/811] Emitting module SwiftSyntax601
[59/819] Emitting module SwiftSyntax600
[60/848] Compiling SwiftSyntax601 Empty.swift
[61/849] Compiling SwiftSyntax510 Empty.swift
[62/849] Emitting module SwiftSyntax510
[63/850] Compiling SwiftSyntax600 Empty.swift
[64/851] Compiling IssueReporting BreakpointReporter.swift
[65/851] Compiling IssueReporting FatalErrorReporter.swift
[67/853] Compiling SwiftSyntax509 Empty.swift
[68/853] Emitting module SwiftSyntax509
[70/854] Compiling x86_64-mont-linux.S
[71/854] Wrapping AST for SwiftSyntax601 for debugging
[73/854] Compiling x86_64-mont-apple.S
[75/854] Emitting module Logging
[75/854] Compiling x86-mont-linux.S
[76/854] Wrapping AST for SwiftSyntax510 for debugging
[78/854] Compiling Logging Locks.swift
[78/854] Wrapping AST for SwiftSyntax600 for debugging
[80/854] Compiling IssueReporting TestContext.swift
[81/854] Compiling IssueReporting Unimplemented.swift
[81/854] Compiling x86-mont-apple.S
[82/854] Compiling vpaes-x86_64-linux.S
[83/854] Wrapping AST for SwiftSyntax509 for debugging
[84/854] Compiling vpaes-x86-linux.S
[85/854] Compiling vpaes-x86_64-apple.S
[86/854] Compiling vpaes-x86-apple.S
[87/854] Compiling vpaes-armv8-linux.S
[88/854] Compiling vpaes-armv8-win.S
[89/854] Compiling vpaes-armv8-apple.S
[90/877] Compiling vpaes-armv7-linux.S
[91/897] Compiling sha512-x86_64-linux.S
[92/906] Compiling sha512-x86_64-apple.S
[93/918] Compiling sha512-armv8-win.S
[94/918] Compiling sha512-armv8-linux.S
[95/918] Compiling sha512-armv8-apple.S
[96/918] Compiling sha512-armv4-linux.S
[97/918] Compiling sha512-586-linux.S
[98/918] Compiling sha512-586-apple.S
[99/918] Compiling sha256-x86_64-apple.S
[100/918] Compiling sha256-armv8-win.S
[101/918] Compiling sha256-x86_64-linux.S
[102/918] Compiling sha256-armv8-linux.S
[104/918] Compiling SwiftSyntax Identifier.swift
[105/918] Compiling SwiftSyntax MemoryLayout.swift
[105/918] Compiling sha256-armv8-apple.S
[106/918] Compiling sha256-armv4-linux.S
[108/918] Compiling Logging LogHandler.swift
[109/918] Compiling Logging Logging.swift
[110/918] Compiling Logging MetadataProvider.swift
[110/918] Compiling sha256-586-linux.S
[111/919] Compiling sha1-x86_64-linux.S
[112/919] Compiling sha256-586-apple.S
[113/919] Compiling sha1-x86_64-apple.S
[114/919] Compiling sha1-armv8-win.S
[115/919] Compiling sha1-armv8-linux.S
[117/919] Compiling sha1-armv8-apple.S
[118/919] Compiling sha1-armv4-large-linux.S
[119/919] Compiling sha1-586-linux.S
[120/919] Compiling rsaz-avx2-apple.S
[121/919] Compiling sha1-586-apple.S
[122/919] Compiling rsaz-avx2-linux.S
[123/919] Compiling rdrand-x86_64-linux.S
[124/919] Compiling rdrand-x86_64-apple.S
[125/919] Compiling p256_beeu-x86_64-asm-apple.S
[127/919] Emitting module Logging
[128/919] Compiling Logging MetadataProvider.swift
[128/919] Compiling p256_beeu-x86_64-asm-linux.S
[129/919] Compiling p256_beeu-armv8-asm-linux.S
[130/919] Compiling p256_beeu-armv8-asm-win.S
[131/919] Compiling p256_beeu-armv8-asm-apple.S
[133/919] Compiling Logging LogHandler.swift
[134/919] Compiling Logging Locks.swift
[135/919] Compiling Logging Logging.swift
[135/920] Compiling p256-armv8-asm-win.S
[136/920] Compiling p256-x86_64-asm-linux.S
[137/920] Compiling p256-x86_64-asm-apple.S
[138/920] Compiling p256-armv8-asm-linux.S
[139/920] Compiling ghashv8-armv8-linux.S
[140/920] Compiling ghashv8-armv8-win.S
[141/920] Compiling p256-armv8-asm-apple.S
[142/920] Compiling ghashv8-armv7-linux.S
[143/920] Compiling ghashv8-armv8-apple.S
[144/920] Compiling ghash-x86_64-linux.S
[145/920] Compiling ghash-x86_64-apple.S
[146/920] Compiling ghash-x86-linux.S
[149/920] Emitting module ConcurrencyExtras
[150/920] Compiling SwiftSyntax SourceLocation.swift
[151/920] Compiling SwiftSyntax SourcePresence.swift
[152/921] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[153/921] Compiling SwiftSyntax Syntax.swift
[153/921] Compiling ghash-ssse3-x86_64-linux.S
[155/921] Emitting module IssueReporting
[156/921] Compiling SwiftSyntax CommonAncestor.swift
[157/921] Compiling SwiftSyntax Convenience.swift
[157/921] Compiling ghash-x86-apple.S
[159/921] Compiling SwiftSyntax SyntaxArena.swift
[160/921] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[160/921] Compiling ghash-ssse3-x86_64-apple.S
[161/921] Compiling ghash-ssse3-x86-linux.S
[162/921] Compiling ghash-ssse3-x86-apple.S
[164/921] Compiling ConcurrencyExtras LockIsolated.swift
[165/921] Compiling ConcurrencyExtras MainSerialExecutor.swift
[166/921] Compiling ConcurrencyExtras Result.swift
[167/921] Compiling ConcurrencyExtras Task.swift
[170/921] Compiling ghash-neon-armv8-win.S
[171/921] Compiling ghash-neon-armv8-apple.S
[172/921] Compiling ghash-neon-armv8-linux.S
[173/921] Compiling ghash-armv4-linux.S
[174/921] Compiling co-586-linux.S
[176/921] Compiling ConcurrencyExtras UncheckedSendable.swift
[176/921] Compiling bsaes-armv7-linux.S
[177/922] Compiling co-586-apple.S
[178/922] Compiling bn-armv8-win.S
[179/922] Compiling bn-armv8-apple.S
[180/922] Compiling bn-armv8-linux.S
[181/922] Compiling armv8-mont-win.S
[182/922] Compiling bn-586-apple.S
[183/922] Compiling bn-586-linux.S
[184/922] Compiling armv8-mont-apple.S
[185/922] Compiling armv4-mont-linux.S
[186/922] Compiling aesv8-gcm-armv8-linux.S
[188/922] Compiling armv8-mont-linux.S
[189/922] Compiling aesv8-gcm-armv8-apple.S
[190/922] Compiling aesv8-gcm-armv8-win.S
[191/922] Compiling aesv8-armv8-win.S
[192/922] Compiling aesv8-armv8-linux.S
[194/922] Compiling SwiftSyntax AbsolutePosition.swift
[195/922] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[196/922] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[200/922] Compiling SwiftSyntax SyntaxChildren.swift
[201/922] Compiling SwiftSyntax SyntaxCollection.swift
[202/922] Compiling SwiftSyntax SyntaxHashable.swift
[202/923] Compiling aesv8-armv7-linux.S
[203/923] Compiling aesv8-armv8-apple.S
[204/923] Compiling aesni-x86_64-apple.S
[205/923] Compiling aesni-x86-linux.S
[206/923] Compiling aesni-x86_64-linux.S
[207/923] Compiling aesni-x86-apple.S
[208/923] Compiling aesni-gcm-x86_64-linux.S
[209/923] Compiling aes-gcm-avx10-x86_64-linux.S
[211/923] Compiling aesni-gcm-x86_64-apple.S
[212/923] Compiling aes-gcm-avx10-x86_64-apple.S
[214/938] Compiling XCTestDynamicOverlay Exports.swift
[215/938] Compiling CombineSchedulers UIScheduler.swift
[216/939] Emitting module CombineSchedulers
[217/939] Compiling CombineSchedulers ImmediateScheduler.swift
[218/939] Compiling CombineSchedulers Deprecations.swift
[219/939] Compiling CombineSchedulers UIKit.swift
[220/939] Compiling CombineSchedulers AnyScheduler.swift
[221/939] Compiling CombineSchedulers Concurrency.swift
[222/939] Compiling CombineSchedulers SwiftUI.swift
[223/939] Compiling CombineSchedulers TestScheduler.swift
[224/939] Compiling CombineSchedulers Lock.swift
[225/939] Compiling CombineSchedulers NSRecursiveLock.swift
[226/939] Compiling CombineSchedulers Timer.swift
[227/939] Emitting module XCTestDynamicOverlay
[228/939] Compiling CombineSchedulers UnimplementedScheduler.swift
[229/940] Compiling x_sig.cc
[230/940] Compiling x_x509.cc
[231/940] Compiling x_val.cc
[232/940] Compiling x_x509a.cc
[234/940] Compiling XCTestDynamicOverlay Deprecations.swift
[234/949] Compiling x_spki.cc
[237/949] Compiling Clocks Timer.swift
[238/950] Compiling Clocks ImmediateClock.swift
[239/950] Emitting module Clocks
[240/950] Compiling Clocks AnyClock.swift
[241/950] Compiling Clocks Lock.swift
[242/950] Compiling Clocks UnimplementedClock.swift
[243/950] Compiling Clocks _AsyncTimerSequence.swift
[244/950] Compiling Clocks SwiftUI.swift
[245/950] Compiling Clocks TestClock.swift
[245/951] Compiling x_pubkey.cc
[247/951] Compiling x_req.cc
[248/951] Compiling x_name.cc
[249/951] Compiling x_exten.cc
[250/951] Compiling x_crl.cc
[251/951] Compiling x_attrib.cc
[253/974] Compiling Dependencies Deprecations.swift
[254/974] Compiling Dependencies Exports.swift
[255/974] Compiling Dependencies TypeName.swift
[256/977] Compiling Dependencies UUID.swift
[257/977] Compiling Dependencies WithRandomNumberGenerator.swift
[258/977] Compiling Dependencies AppEntryPoint.swift
[259/977] Compiling Dependencies Assert.swift
[260/977] Compiling Dependencies Calendar.swift
[261/977] Compiling Dependencies Clocks.swift
[262/977] Compiling Dependencies Context.swift
[263/977] Compiling Dependencies Date.swift
[264/977] Compiling Dependencies FireAndForget.swift
[265/977] Compiling Dependencies Locale.swift
[266/977] Compiling Dependencies MainQueue.swift
[267/977] Compiling Dependencies MainRunLoop.swift
[268/977] Compiling Dependencies OpenURL.swift
[269/977] Compiling Dependencies TimeZone.swift
[270/977] Compiling Dependencies URLSession.swift
[270/977] Compiling x509spki.cc
[272/977] Compiling Dependencies Dependency.swift
[273/977] Compiling Dependencies DependencyContext.swift
[274/977] Compiling Dependencies DependencyKey.swift
[275/977] Compiling Dependencies DependencyValues.swift
[280/986] Compiling x_algor.cc
[281/986] Compiling x_all.cc
[282/986] Compiling x509rset.cc
[283/986] Compiling x509name.cc
[284/986] Compiling x509cset.cc
[290/986] Emitting module Dependencies
[291/986] Compiling Dependencies PreviewTrait.swift
[292/986] Compiling Dependencies TestTrait.swift
[293/986] Compiling Dependencies WithDependencies.swift
[294/987] Compiling x509_vpm.cc
[295/987] Compiling x509_txt.cc
[296/987] Compiling x509_vfy.cc
[297/987] Compiling x509_v3.cc
[298/987] Compiling x509_trs.cc
[299/987] Compiling x509_set.cc
[300/987] Compiling x509_obj.cc
[301/987] Compiling x509_req.cc
[302/987] Compiling x509_def.cc
[303/987] Compiling x509_ext.cc
[304/987] Compiling x509_lu.cc
[305/987] Compiling x509_d2.cc
[306/987] Compiling x509_cmp.cc
[307/987] Compiling x509.cc
[308/987] Compiling x509_att.cc
[309/987] Compiling v3_skey.cc
[310/987] Compiling v3_prn.cc
[311/987] Compiling v3_utl.cc
[312/987] Compiling v3_purp.cc
[313/987] Compiling v3_pmaps.cc
[314/987] Compiling v3_ocsp.cc
[315/987] Compiling v3_pcons.cc
[316/987] Compiling v3_ncons.cc
[317/987] Compiling v3_lib.cc
[318/987] Compiling v3_int.cc
[319/987] Compiling v3_ia5.cc
[320/987] Compiling v3_info.cc
[321/987] Compiling v3_extku.cc
[322/987] Compiling v3_genn.cc
[323/987] Compiling v3_enum.cc
[324/987] Compiling v3_crld.cc
[325/987] Compiling v3_cpols.cc
[326/987] Compiling v3_conf.cc
[327/987] Compiling v3_bitst.cc
[328/987] Compiling v3_bcons.cc
[329/987] Compiling v3_alt.cc
[330/987] Compiling v3_akeya.cc
[331/987] Compiling v3_akey.cc
[332/987] Compiling t_x509a.cc
[333/987] Compiling t_x509.cc
[334/987] Compiling t_req.cc
[335/987] Compiling i2d_pr.cc
[336/987] Compiling t_crl.cc
[337/987] Compiling name_print.cc
[338/987] Compiling rsa_pss.cc
[339/987] Compiling policy.cc
[340/987] Compiling by_file.cc
[341/987] Compiling by_dir.cc
[342/987] Compiling asn1_gen.cc
[343/987] Compiling algorithm.cc
[344/987] Compiling a_digest.cc
[345/987] Compiling voprf.cc
[346/987] Compiling trust_token.cc
[347/987] Compiling a_verify.cc
[348/987] Compiling a_sign.cc
[349/987] Compiling thread_win.cc
[350/987] Compiling thread.cc
[351/987] Compiling thread_none.cc
[352/987] Compiling thread_pthread.cc
[353/987] Compiling pmbtoken.cc
[354/987] Compiling stack.cc
[355/987] Compiling wots.cc
[356/987] Compiling thash.cc
[357/987] Compiling slhdsa.cc
[358/987] Compiling merkle.cc
[359/987] Compiling fors.cc
[360/987] Compiling siphash.cc
[361/987] Compiling sha512.cc
[362/987] Compiling sha256.cc
[363/987] Compiling sha1.cc
[364/987] Compiling rsa_print.cc
[365/987] Compiling rsa_extra.cc
[366/987] Compiling refcount.cc
[366/987] Compiling rsa_crypt.cc
[368/987] Compiling rc4.cc
[369/987] Compiling rsa_asn1.cc
[370/987] Compiling windows.cc
[371/987] Compiling trusty.cc
[372/987] Compiling urandom.cc
[374/987] Emitting module SwiftSyntax
[374/987] Compiling rand_extra.cc
[375/987] Compiling ios.cc
[376/987] Compiling getentropy.cc
[377/987] Compiling passive.cc
[378/987] Compiling poly1305_arm_asm.S
[379/987] Compiling deterministic.cc
[380/987] Compiling forkunsafe.cc
[381/987] Compiling fork_detect.cc
[382/987] Compiling pool.cc
[383/987] Compiling poly1305_arm.cc
[384/987] Compiling poly1305.cc
[385/987] Compiling poly1305_vec.cc
[386/987] Compiling pkcs7.cc
[387/987] Compiling pkcs8.cc
[388/987] Compiling pkcs8_x509.cc
[389/987] Compiling p5_pbev2.cc
[390/987] Compiling pkcs7_x509.cc
[391/987] Compiling pem_xaux.cc
[392/987] Compiling pem_x509.cc
[393/987] Compiling pem_oth.cc
[394/987] Compiling pem_pk8.cc
[395/987] Compiling pem_info.cc
[396/987] Compiling pem_pkey.cc
[397/987] Compiling obj_xref.cc
[398/987] Compiling mlkem.cc
[399/987] Compiling pem_lib.cc
[400/987] Compiling mem.cc
[401/987] Compiling mldsa.cc
[402/987] Compiling pem_all.cc
[403/987] Compiling obj.cc
[404/987] Compiling md5.cc
[405/987] Compiling md4.cc
[406/987] Compiling fips_shared_support.cc
[407/987] Compiling poly_rq_mul.S
[408/987] Compiling lhash.cc
[409/987] Compiling kyber.cc
[410/987] Compiling ex_data.cc
[411/987] Compiling sign.cc
[412/987] Compiling hrss.cc
[413/987] Compiling hpke.cc
[414/987] Compiling scrypt.cc
[415/987] Compiling p_x25519.cc
[416/987] Compiling pbkdf.cc
[417/987] Compiling print.cc
[418/987] Compiling p_x25519_asn1.cc
[419/987] Compiling p_rsa_asn1.cc
[420/987] Compiling p_rsa.cc
[421/987] Compiling p_hkdf.cc
[422/987] Compiling p_ed25519.cc
[423/987] Compiling p_ed25519_asn1.cc
[424/987] Compiling p_ec_asn1.cc
[425/987] Compiling p_dh.cc
[426/987] Compiling p_ec.cc
[427/987] Compiling p_dh_asn1.cc
[428/987] Compiling evp_ctx.cc
[429/987] Compiling p_dsa_asn1.cc
[430/987] Compiling evp_asn1.cc
[431/987] Compiling evp.cc
[432/987] Compiling err.cc
[433/987] Compiling ecdh_extra.cc
[434/987] Compiling engine.cc
[435/987] Compiling ecdsa_asn1.cc
[436/987] Compiling dsa_asn1.cc
[437/987] Compiling ec_asn1.cc
[438/987] Compiling hash_to_curve.cc
[439/987] Compiling ec_derive.cc
[440/987] Compiling dsa.cc
[441/987] Compiling params.cc
[442/987] Compiling digest_extra.cc
[443/987] Compiling x25519-asm-arm.S
[444/987] Compiling dh_asn1.cc
[445/987] Compiling spake25519.cc
[446/987] Compiling des.cc
[447/987] Compiling cpu_arm_freebsd.cc
[448/987] Compiling crypto.cc
[449/987] Compiling cpu_intel.cc
[450/987] Compiling cpu_arm_linux.cc
[451/987] Compiling bcm.cc
[452/987] Compiling cpu_aarch64_sysreg.cc
[453/987] Compiling curve25519.cc
[454/987] Compiling cpu_aarch64_win.cc
[455/987] Compiling cpu_aarch64_fuchsia.cc
[456/987] Compiling cpu_aarch64_openbsd.cc
[457/987] Compiling curve25519_64_adx.cc
[458/987] Compiling cpu_aarch64_linux.cc
[459/987] Compiling cpu_aarch64_apple.cc
[460/987] Compiling conf.cc
[461/987] Compiling tls_cbc.cc
[462/987] Compiling e_rc4.cc
[463/987] Compiling e_tls.cc
[464/987] Compiling e_rc2.cc
[465/987] Compiling e_null.cc
[466/987] Compiling e_des.cc
[467/987] Compiling derive_key.cc
[468/987] Compiling e_chacha20poly1305.cc
[469/987] Compiling cipher_extra.cc
[470/987] Compiling e_aesctrhmac.cc
[471/987] Compiling e_aesgcmsiv.cc
[471/987] Compiling chacha.cc
[473/987] Compiling unicode.cc
[474/987] Compiling ber.cc
[475/987] Compiling cbb.cc
[476/987] Compiling asn1_compat.cc
[477/987] Compiling buf.cc
[478/987] Compiling cbs.cc
[479/987] Compiling convert.cc
[480/987] Compiling bn_asn1.cc
[481/987] Compiling printf.cc
[482/987] Compiling blake2.cc
[484/987] Compiling SwiftSyntax SyntaxEnum.swift
[485/987] Compiling SwiftSyntax SyntaxKind.swift
[486/987] Compiling SwiftSyntax SyntaxRewriter.swift
[487/987] Compiling SwiftSyntax SyntaxTraits.swift
[488/987] Compiling SwiftSyntax SyntaxVisitor.swift
[489/987] Compiling SwiftSyntax TokenKind.swift
[490/987] Compiling SwiftSyntax Tokens.swift
[491/987] Compiling SwiftSyntax TriviaPieces.swift
[492/987] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[492/987] Compiling pair.cc
[493/987] Compiling file.cc
[494/987] Compiling hexdump.cc
[495/987] Compiling errno.cc
[496/987] Compiling fd.cc
[497/987] Compiling bio_mem.cc
[498/987] Compiling bio.cc
[499/987] Compiling base64.cc
[500/987] Compiling tasn_typ.cc
[501/987] Compiling tasn_utl.cc
[502/987] Compiling tasn_fre.cc
[503/987] Compiling tasn_new.cc
[504/987] Compiling tasn_enc.cc
[505/987] Compiling tasn_dec.cc
[506/987] Compiling f_int.cc
[507/987] Compiling f_string.cc
[508/987] Compiling posix_time.cc
[509/987] Compiling asn_pack.cc
[510/987] Compiling asn1_par.cc
[511/987] Compiling asn1_lib.cc
[512/987] Compiling a_utctm.cc
[513/987] Compiling a_type.cc
[514/987] Compiling a_octet.cc
[515/987] Compiling a_time.cc
[516/987] Compiling a_strnid.cc
[517/987] Compiling a_strex.cc
[518/987] Compiling a_i2d_fp.cc
[519/987] Compiling a_object.cc
[520/987] Compiling a_mbstr.cc
[521/987] Write sources
[526/987] Compiling a_int.cc
[527/987] Write sources
[528/987] Compiling a_dup.cc
[528/987] Write sources
[534/987] Compiling a_d2i_fp.cc
[535/987] Compiling a_gentm.cc
[536/987] Compiling writer.c
[537/987] Compiling reader.c
[538/999] Wrapping AST for Logging for debugging
[539/1017] Compiling parser.c
[540/1017] Compiling a_bool.cc
[541/1017] Compiling scanner.c
[542/1017] Compiling fiat_p256_adx_sqr.S
[543/1017] Compiling api.c
[544/1017] Compiling emitter.c
[545/1017] Compiling fiat_p256_adx_mul.S
[546/1017] Compiling fiat_curve25519_adx_mul.S
[547/1017] Compiling fiat_curve25519_adx_square.S
[548/1017] Compiling md5-x86_64-linux.S
[549/1017] Compiling a_bitstr.cc
[550/1017] Compiling md5-x86_64-apple.S
[551/1017] Compiling md5-586-linux.S
[552/1017] Compiling md5-586-apple.S
[553/1037] Compiling chacha20_poly1305_x86_64-linux.S
[554/1037] Compiling chacha20_poly1305_x86_64-apple.S
[555/1037] Compiling CCryptoBoringSSLShims shims.c
[556/1044] Compiling chacha20_poly1305_armv8-win.S
[557/1045] Compiling chacha20_poly1305_armv8-linux.S
[558/1045] Compiling chacha20_poly1305_armv8-apple.S
[559/1045] Compiling chacha-x86_64-linux.S
[560/1045] Compiling chacha-x86-linux.S
[561/1045] Compiling chacha-x86_64-apple.S
[562/1045] Compiling chacha-x86-apple.S
[563/1045] Compiling chacha-armv8-win.S
[564/1045] Compiling chacha-armv8-linux.S
[565/1045] Compiling chacha-armv8-apple.S
[566/1045] Compiling chacha-armv4-linux.S
[567/1045] Compiling aes128gcmsiv-x86_64-linux.S
[568/1045] Compiling aes128gcmsiv-x86_64-apple.S
[569/1045] Compiling x86_64-mont5-apple.S
[570/1045] Compiling x86_64-mont5-linux.S
[571/1045] Compiling err_data.cc
[572/1045] Compiling x86_64-mont-linux.S
[572/1045] Compiling x86_64-mont-apple.S
[572/1045] Compiling x86-mont-apple.S
[575/1045] Compiling x86-mont-linux.S
[576/1045] Compiling vpaes-x86_64-linux.S
[577/1045] Compiling vpaes-x86_64-apple.S
[578/1045] Compiling vpaes-x86-apple.S
[579/1045] Compiling vpaes-x86-linux.S
[580/1045] Compiling vpaes-armv8-apple.S
[581/1045] Compiling vpaes-armv8-linux.S
[582/1045] Compiling vpaes-armv8-win.S
[583/1045] Compiling sha512-x86_64-linux.S
[584/1045] Compiling vpaes-armv7-linux.S
[585/1045] Compiling sha512-x86_64-apple.S
[586/1045] Compiling sha512-armv8-apple.S
[587/1045] Compiling sha512-armv8-win.S
[588/1045] Compiling sha512-armv8-linux.S
[589/1045] Compiling sha512-586-apple.S
[590/1045] Compiling sha512-586-linux.S
[591/1045] Compiling sha512-armv4-linux.S
[592/1045] Compiling sha256-armv8-win.S
[593/1045] Compiling sha256-x86_64-linux.S
[594/1045] Compiling sha256-x86_64-apple.S
[595/1045] Compiling sha256-armv8-linux.S
[596/1045] Compiling sha256-armv8-apple.S
[597/1045] Compiling sha256-armv4-linux.S
[598/1045] Compiling sha1-x86_64-linux.S
[599/1045] Compiling sha256-586-linux.S
[600/1045] Compiling sha256-586-apple.S
[601/1045] Compiling sha1-x86_64-apple.S
[602/1045] Compiling sha1-armv8-win.S
[603/1045] Compiling sha1-armv8-linux.S
[604/1045] Compiling sha1-armv8-apple.S
[605/1045] Compiling sha1-armv4-large-linux.S
[606/1045] Compiling sha1-586-apple.S
[607/1045] Compiling sha1-586-linux.S
[608/1045] Compiling rsaz-avx2-linux.S
[609/1045] Compiling rsaz-avx2-apple.S
[610/1045] Compiling rdrand-x86_64-apple.S
[611/1045] Compiling rdrand-x86_64-linux.S
[612/1045] Compiling p256_beeu-x86_64-asm-linux.S
[613/1045] Compiling p256_beeu-x86_64-asm-apple.S
[614/1045] Compiling p256_beeu-armv8-asm-win.S
[615/1045] Compiling p256_beeu-armv8-asm-linux.S
[616/1045] Compiling p256_beeu-armv8-asm-apple.S
[617/1045] Compiling p256-x86_64-asm-linux.S
[618/1045] Compiling p256-x86_64-asm-apple.S
[619/1045] Compiling p256-armv8-asm-linux.S
[620/1045] Compiling p256-armv8-asm-win.S
[622/1045] Compiling SwiftSyntax RawSyntaxNodesC.swift
[623/1045] Compiling SwiftSyntax RawSyntaxNodesD.swift
[624/1045] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[625/1045] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[626/1045] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[627/1045] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[628/1045] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[629/1045] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[630/1045] Compiling SwiftSyntax RawSyntaxValidation.swift
[630/1045] Compiling ghashv8-armv8-win.S
[631/1045] Compiling p256-armv8-asm-apple.S
[632/1045] Compiling ghashv8-armv8-linux.S
[634/1045] Compiling Yams Parser.swift
[635/1045] Compiling Yams RedundancyAliasingStrategy.swift
[635/1045] Compiling ghashv8-armv7-linux.S
[636/1047] Compiling ghashv8-armv8-apple.S
[637/1047] Compiling ghash-x86_64-linux.S
[638/1047] Compiling ghash-x86-linux.S
[639/1047] Compiling ghash-x86_64-apple.S
[640/1047] Compiling ghash-x86-apple.S
[642/1047] Emitting module ConcurrencyExtras
[643/1047] Compiling Yams Mark.swift
[644/1047] Compiling Yams Node.Alias.swift
[644/1048] Compiling ghash-ssse3-x86_64-linux.S
[645/1048] Compiling ghash-ssse3-x86_64-apple.S
[646/1048] Compiling ghash-ssse3-x86-linux.S
[647/1048] Compiling ghash-ssse3-x86-apple.S
[648/1048] Compiling ghash-neon-armv8-win.S
[649/1048] Compiling ghash-neon-armv8-linux.S
[650/1048] Compiling co-586-linux.S
[651/1048] Compiling ghash-neon-armv8-apple.S
[652/1048] Compiling ghash-armv4-linux.S
[654/1048] Compiling Yams AliasDereferencingStrategy.swift
[655/1048] Compiling Yams Anchor.swift
[656/1048] Compiling Yams Constructor.swift
[656/1048] Compiling co-586-apple.S
[657/1048] Compiling bn-armv8-win.S
[658/1048] Compiling bsaes-armv7-linux.S
[659/1048] Compiling bn-armv8-linux.S
[659/1048] Compiling bn-586-linux.S
[661/1048] Compiling bn-armv8-apple.S
[663/1048] Compiling ConcurrencyExtras UncheckedSendable.swift
[663/1048] Compiling armv8-mont-linux.S
[664/1048] Compiling bn-586-apple.S
[666/1048] Compiling Yams Tag.swift
[667/1048] Compiling IssueReporting WithExpectedIssue.swift
[667/1048] Compiling armv8-mont-win.S
[668/1050] Compiling armv8-mont-apple.S
[669/1050] Compiling armv4-mont-linux.S
[670/1050] Compiling aesv8-gcm-armv8-win.S
[671/1050] Compiling aesv8-gcm-armv8-linux.S
[672/1050] Compiling aesv8-gcm-armv8-apple.S
[673/1050] Compiling aesv8-armv8-linux.S
[674/1050] Compiling aesv8-armv8-win.S
[675/1050] Compiling aesv8-armv8-apple.S
[676/1050] Compiling aesv8-armv7-linux.S
[677/1050] Compiling aesni-x86_64-linux.S
[678/1050] Compiling aesni-x86_64-apple.S
[679/1050] Compiling aesni-x86-linux.S
[680/1050] Compiling aesni-x86-apple.S
[681/1050] Compiling aesni-gcm-x86_64-linux.S
[682/1050] Compiling aesni-gcm-x86_64-apple.S
[683/1050] Compiling aes-gcm-avx10-x86_64-linux.S
[684/1050] Compiling aes-gcm-avx10-x86_64-apple.S
[687/1050] Compiling Yams YamlError.swift
[688/1050] Emitting module Yams
[689/1050] Compiling Yams Emitter.swift
[690/1050] Compiling Yams Encoder.swift
[691/1050] Compiling Yams Representer.swift
[692/1050] Compiling Yams Resolver.swift
[693/1050] Compiling Yams Node.swift
[696/1050] Compiling Yams String+Yams.swift
[697/1050] Compiling ConcurrencyExtras MainSerialExecutor.swift
[698/1050] Compiling ConcurrencyExtras Result.swift
[699/1050] Compiling ConcurrencyExtras Task.swift
[700/1050] Compiling ConcurrencyExtras LockIsolated.swift
[701/1050] Compiling Yams Node.Mapping.swift
[702/1050] Compiling Yams Decoder.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.
/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.
/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.
[710/1051] Compiling Yams YamlTagProviding.swift
[712/1051] Compiling CryptoBoringWrapper RandomBytes.swift
[717/1051] Compiling Yams Node.Scalar.swift
[718/1051] Compiling Yams Node.Sequence.swift
[719/1051] Emitting module IssueReporting
[723/1052] Emitting module CryptoBoringWrapper
[731/1052] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[731/1052] Compiling x_x509.cc
[733/1052] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[734/1052] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[734/1052] Compiling x_x509a.cc
[735/1052] Compiling x_val.cc
[737/1071] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[738/1072] Compiling CryptoBoringWrapper EllipticCurve.swift
[739/1072] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[740/1076] Compiling XCTestDynamicOverlay Exports.swift
[742/1076] Emitting module CombineSchedulers
[743/1077] Compiling CombineSchedulers ImmediateScheduler.swift
[744/1077] Compiling CombineSchedulers Deprecations.swift
[745/1077] Compiling CombineSchedulers AnyScheduler.swift
[746/1077] Compiling CombineSchedulers Concurrency.swift
[747/1077] Compiling CombineSchedulers Lock.swift
[748/1077] Compiling CombineSchedulers NSRecursiveLock.swift
[749/1077] Compiling CombineSchedulers UIKit.swift
[750/1077] Compiling CombineSchedulers UIScheduler.swift
[751/1077] Compiling CombineSchedulers SwiftUI.swift
[752/1077] Compiling CombineSchedulers TestScheduler.swift
[753/1077] Compiling CombineSchedulers Timer.swift
[754/1077] Compiling Clocks Timer.swift
[755/1078] Emitting module XCTestDynamicOverlay
[756/1078] Compiling Clocks ImmediateClock.swift
[757/1078] Compiling Clocks AnyClock.swift
[758/1078] Emitting module Clocks
[759/1078] Compiling CombineSchedulers UnimplementedScheduler.swift
[760/1079] Compiling Clocks Lock.swift
[761/1079] Compiling Clocks _AsyncTimerSequence.swift
[765/1079] Compiling x_req.cc
[765/1079] Compiling x_sig.cc
[765/1079] Compiling x_spki.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/272] Compiling x_spki.cc
[2/272] Write swift-version-24593BA9C3E375BF.txt
[3/272] Compiling x_name.cc
[4/272] Compiling x_req.cc
[5/272] Compiling x_attrib.cc
[6/272] Compiling x_crl.cc
[7/272] Compiling x_sig.cc
[8/272] Compiling x_pubkey.cc
[9/272] Compiling x_exten.cc
[10/310] Compiling x_all.cc
[12/310] Compiling SwiftSyntax509 Empty.swift
[13/310] Emitting module SwiftSyntax601
[14/310] Compiling SwiftSyntax601 Empty.swift
[15/311] Emitting module SwiftSyntax510
[16/311] Compiling SwiftSyntax510 Empty.swift
[17/312] Emitting module SwiftSyntax600
[18/312] Compiling SwiftSyntax600 Empty.swift
[20/312] Emitting module SwiftSyntax509
[22/313] Compiling Logging MetadataProvider.swift
[26/367] Compiling IssueReporting TestContext.swift
[27/367] Compiling IssueReporting Unimplemented.swift
[28/380] Compiling IssueReporting RuntimeWarningReporter.swift
[29/380] Compiling IssueReporting ReportIssue.swift
[30/380] Emitting module Logging
[31/380] Compiling ConcurrencyExtras Locking.swift
[32/380] Compiling ConcurrencyExtras UncheckedBox.swift
[33/380] Compiling ConcurrencyExtras LockIsolated.swift
[34/381] Compiling ConcurrencyExtras Task.swift
[35/382] Compiling IssueReporting BreakpointReporter.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.
[36/382] Compiling IssueReporting FatalErrorReporter.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.
[37/382] 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.
[38/382] Compiling ConcurrencyExtras Result.swift
[44/384] Compiling ConcurrencyExtras AsyncStream.swift
[45/384] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[46/384] Compiling ConcurrencyExtras MainSerialExecutor.swift
[47/384] Compiling ConcurrencyExtras Task.swift
[48/384] Emitting module CryptoBoringWrapper
[49/384] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[50/384] Emitting module ConcurrencyExtras
[51/384] Compiling ConcurrencyExtras ActorIsolated.swift
[52/384] Compiling ConcurrencyExtras AnyHashableSendable.swift
[53/384] Compiling ConcurrencyExtras MainSerialExecutor.swift
[54/384] Compiling ConcurrencyExtras LockIsolated.swift
[55/384] Compiling ConcurrencyExtras UncheckedSendable.swift
[60/384] Compiling IssueReporting ErrorReporting.swift
[61/384] Compiling IssueReporting AppHostWarning.swift
[62/384] Compiling IssueReporting Deprecations.swift
[63/384] Compiling CryptoBoringWrapper RandomBytes.swift
[66/384] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[67/384] Compiling IssueReporting SwiftTesting.swift
[68/384] Compiling IssueReporting UncheckedSendable.swift
[69/384] Compiling IssueReporting Warn.swift
[73/386] Emitting module ConcurrencyExtras
[76/387] Compiling ConcurrencyExtras UncheckedSendable.swift
[81/388] Compiling IssueReporting WithIssueContext.swift
[82/388] Compiling Yams YamlTagProviding.swift
[87/388] Emitting module Yams
[88/388] Emitting module IssueReporting
[92/388] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[93/388] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[94/388] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[95/388] Compiling CryptoBoringWrapper EllipticCurve.swift
[96/389] Emitting module IssueReporting
[97/389] Compiling IssueReporting WithExpectedIssue.swift
[99/389] Compiling Logging LogHandler.swift
[100/389] Compiling Logging Locks.swift
[101/389] Emitting module Logging
[102/389] Compiling Logging Logging.swift
[126/392] Compiling Logging LogHandler.swift
[127/392] Compiling Logging Locks.swift
[128/392] Compiling Logging Logging.swift
[136/392] Compiling x_algor.cc
[136/392] Compiling x509spki.cc
[137/400] Compiling Clocks Timer.swift
[138/401] Compiling Clocks Lock.swift
[139/401] Emitting module Clocks
[140/401] Compiling Clocks AnyClock.swift
[141/401] Compiling Clocks ImmediateClock.swift
[142/401] Compiling Clocks UnimplementedClock.swift
[143/401] Compiling Clocks TestClock.swift
[144/401] Compiling Clocks _AsyncTimerSequence.swift
[145/401] Compiling Clocks SwiftUI.swift
BUILD FAILURE 6.1 wasm