Build Information
Failed to build swift-hoods, reference main (dc2383
), with Swift 6.1 for Wasm on 30 May 2025 03:53:39 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/dirtyhenry/swift-hoods.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/dirtyhenry/swift-hoods
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at dc2383b bump: version 0.2.1 → 0.3.0
Cloned https://github.com/dirtyhenry/swift-hoods.git
Revision (git rev-parse @):
dc2383b930b9258a1c233d7b6d63ab4be4cf8f21
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/dirtyhenry/swift-hoods.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/dirtyhenry/swift-hoods.git
https://github.com/dirtyhenry/swift-hoods.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-blocks",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/dirtyhenry/swift-blocks"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-composable-architecture",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-composable-architecture"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.6",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
},
{
"identity" : "jwt-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/jwt-kit.git"
}
],
"manifest_display_name" : "swift-hoods",
"name" : "swift-hoods",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "Hoods",
"targets" : [
"Hoods"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HoodsTestsTools",
"targets" : [
"HoodsTestsTools"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HoodsTestsTools",
"module_type" : "SwiftTarget",
"name" : "HoodsTestsTools",
"path" : "Sources/HoodsTestsTools",
"product_dependencies" : [
"ComposableArchitecture"
],
"product_memberships" : [
"HoodsTestsTools"
],
"sources" : [
"TestDependenciesFactory.swift"
],
"target_dependencies" : [
"Hoods"
],
"type" : "library"
},
{
"c99name" : "HoodsTests",
"module_type" : "SwiftTarget",
"name" : "HoodsTests",
"path" : "Tests/HoodsTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/HoodsTests/Resources/sample-front-matter.md",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"FrontMatterCMarkTests.swift",
"InputableValueTests.swift",
"JWTFactoryTests.swift",
"MailButtonTests.swift"
],
"target_dependencies" : [
"Hoods",
"HoodsTestsTools"
],
"type" : "test"
},
{
"c99name" : "Hoods",
"module_type" : "SwiftTarget",
"name" : "Hoods",
"path" : "Sources/Hoods",
"product_dependencies" : [
"Blocks",
"ArgumentParser",
"ComposableArchitecture",
"Yams",
"JWTKit"
],
"product_memberships" : [
"Hoods",
"HoodsTestsTools"
],
"sources" : [
"CLITools/InputableValue.swift",
"CMS/FrontMatterCMark.swift",
"Dependencies/CopyText.swift",
"Dependencies/JWTFactory.swift",
"Dependencies/KeychainGateway.swift",
"Extensions/Blocks+Extension.swift",
"KeychainUI/AddKeychainItemFeature.swift",
"KeychainUI/AddKeychainItemView.swift",
"KeychainUI/KeychainUIFeature.swift",
"KeychainUI/KeychainUIView.swift",
"Mailer/MFMailComposeViewController+Extension.swift",
"Mailer/MailButtonFeature.swift",
"Mailer/MailButtonView.swift",
"Mailer/MailerFeature.swift",
"Mailer/MailerView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 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/dirtyhenry/swift-blocks
[1/2889] Fetching swift-blocks
Fetched https://github.com/dirtyhenry/swift-blocks from cache (1.04s)
Fetching https://github.com/vapor/jwt-kit.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/pointfreeco/swift-composable-architecture
Fetching https://github.com/apple/swift-argument-parser
[1/10657] Fetching yams
[1067/19706] Fetching yams, jwt-kit
[1717/35092] Fetching yams, jwt-kit, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (2.19s)
Fetched https://github.com/vapor/jwt-kit.git from cache (2.33s)
Fetched https://github.com/jpsim/Yams.git from cache (2.36s)
[1/303663] Fetching swift-composable-architecture
Fetched https://github.com/pointfreeco/swift-composable-architecture from cache (17.34s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 5.1.2 (17.87s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-crypto.git
[1/3836] Fetching swift-log
[1076/9991] Fetching swift-log, swift-certificates
[4985/23927] Fetching swift-log, swift-certificates, swift-crypto
Fetched https://github.com/apple/swift-certificates.git from cache (0.57s)
[6206/17772] Fetching swift-log, swift-crypto
Fetched https://github.com/apple/swift-log.git from cache (1.60s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.62s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (4.90s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (2.40s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.68s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.30s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.14s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.34s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (2.44s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture
Computed https://github.com/pointfreeco/swift-composable-architecture at 1.20.2 (0.90s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/swift-sharing
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-navigation
[1/3256] Fetching swift-sharing
[3257/4667] Fetching swift-sharing, swift-perception
[4668/6201] Fetching swift-sharing, swift-perception, swift-identified-collections
[4960/11659] Fetching swift-sharing, swift-perception, swift-identified-collections, xctest-dynamic-overlay
[6630/57060] Fetching swift-sharing, swift-perception, swift-identified-collections, xctest-dynamic-overlay, swift-navigation
[25898/127512] Fetching swift-sharing, swift-perception, swift-identified-collections, xctest-dynamic-overlay, swift-navigation, swift-syntax
Fetched https://github.com/pointfreeco/swift-perception from cache (1.84s)
Fetched https://github.com/pointfreeco/swift-sharing from cache (1.84s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/pointfreeco/swift-dependencies
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (1.85s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.86s)
Fetching https://github.com/pointfreeco/swift-case-paths
Fetched https://github.com/pointfreeco/swift-navigation from cache (1.88s)
Fetching https://github.com/pointfreeco/combine-schedulers
[13386/70452] Fetching swift-syntax
[22546/74827] Fetching swift-syntax, swift-case-paths
[22984/79408] Fetching swift-syntax, swift-case-paths, swift-custom-dump
[30938/81818] Fetching swift-syntax, swift-case-paths, swift-custom-dump, combine-schedulers
[38844/88067] Fetching swift-syntax, swift-case-paths, swift-custom-dump, combine-schedulers, swift-dependencies
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.44s)
[43126/85657] Fetching swift-syntax, swift-case-paths, swift-custom-dump, swift-dependencies
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.48s)
[38857/81076] Fetching swift-syntax, swift-case-paths, swift-dependencies
Fetching https://github.com/apple/swift-collections
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.47s)
[36891/76701] Fetching swift-syntax, swift-dependencies
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.64s)
[45794/70452] Fetching swift-syntax
[56363/87043] Fetching swift-syntax, swift-collections
[57027/87895] Fetching swift-syntax, swift-collections, swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.32s)
[61835/87043] Fetching swift-syntax, swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.40s)
Fetched https://github.com/swiftlang/swift-syntax from cache (6.41s)
Computing version for https://github.com/pointfreeco/swift-navigation
Computed https://github.com/pointfreeco/swift-navigation at 2.3.0 (8.55s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (0.55s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.80s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.80s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.60s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.0 (2.70s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.57s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (1.14s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 1.6.0 (0.73s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.89s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (0.88s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1292] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.45s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (1.16s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.5.2 (0.57s)
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/pointfreeco/swift-composable-architecture
Working copy of https://github.com/pointfreeco/swift-composable-architecture resolved at 1.20.2
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
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/vapor/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 5.1.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/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/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/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-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections resolved at 1.1.1
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/pointfreeco/swift-navigation
Working copy of https://github.com/pointfreeco/swift-navigation resolved at 2.3.0
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-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 1.6.0
Creating working copy for https://github.com/pointfreeco/swift-sharing
Working copy of https://github.com/pointfreeco/swift-sharing resolved at 2.5.2
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/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/dirtyhenry/swift-blocks
Working copy of https://github.com/dirtyhenry/swift-blocks resolved at main (3774722)
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/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 1.7.0
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
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/454] Write sources
[18/454] Copying PrivacyInfo.xcprivacy
[18/454] Write sources
[26/454] Copying PrivacyInfo.xcprivacy
[26/454] Write sources
[55/454] Compiling _SwiftSyntaxCShims dummy.c
[56/454] Compiling writer.c
[57/454] Compiling api.c
[58/454] Compiling reader.c
[59/454] Compiling fiat_p256_adx_sqr.S
[60/454] Compiling fiat_p256_adx_mul.S
[61/454] Compiling fiat_curve25519_adx_square.S
[62/454] Compiling parser.c
[63/454] Compiling fiat_curve25519_adx_mul.S
[64/454] Compiling md5-x86_64-linux.S
[65/454] Compiling md5-x86_64-apple.S
[66/454] Compiling md5-586-linux.S
[67/454] Compiling md5-586-apple.S
[68/454] Compiling emitter.c
[69/454] Compiling chacha20_poly1305_x86_64-linux.S
[70/454] Write swift-version-24593BA9C3E375BF.txt
[71/454] Compiling UIKitNavigationShim shim.m
[72/454] Compiling chacha20_poly1305_x86_64-apple.S
[73/454] Compiling chacha20_poly1305_armv8-win.S
[74/454] Compiling scanner.c
[75/454] Compiling CCryptoBoringSSLShims shims.c
[76/454] Compiling chacha20_poly1305_armv8-apple.S
[77/454] Compiling chacha20_poly1305_armv8-linux.S
[78/456] Compiling err_data.cc
[80/501] Emitting module SwiftSyntax601
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[81/503] Emitting module SwiftSyntax510
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/503] Emitting module Sharing2
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[83/503] Compiling Sharing2 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[84/503] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[85/503] Emitting module SwiftSyntax509
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[88/505] Compiling SwiftSyntax600 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/505] Emitting module SwiftSyntax600
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/505] Compiling SwiftSyntax601 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[91/506] Emitting module _CertificateInternals
[92/506] Compiling _CertificateInternals _TinyArray.swift
[96/508] Compiling Yams Node.swift
[97/508] Compiling Yams Resolver.swift
[98/510] Compiling SwiftSyntax510 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[99/510] Compiling SwiftASN1 Errors.swift
[100/510] Compiling Yams YamlAnchorProviding.swift
[101/520] Compiling Yams AliasDereferencingStrategy.swift
[102/520] Compiling Yams Anchor.swift
[103/520] Compiling Yams Constructor.swift
[104/524] Compiling IssueReporting ErrorReporting.swift
[105/524] Compiling IssueReporting AppHostWarning.swift
[106/524] Compiling IssueReporting Deprecations.swift
[107/548] Emitting module Sharing1
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[108/548] Compiling Sharing1 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[110/565] Emitting module SwiftASN1
[112/565] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[112/566] Wrapping AST for SwiftSyntax601 for debugging
[114/567] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[115/567] Compiling InternalCollectionsUtilities Debugging.swift
[116/567] Compiling InternalCollectionsUtilities Descriptions.swift
[117/567] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[117/624] Wrapping AST for SwiftSyntax600 for debugging
[119/630] Compiling Logging MetadataProvider.swift
[120/630] Compiling SwiftSyntax Identifier.swift
[121/630] Compiling SwiftSyntax MemoryLayout.swift
[122/630] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[122/630] Wrapping AST for SwiftSyntax510 for debugging
[124/630] Compiling SwiftSyntax RawSyntaxTokenView.swift
[125/630] Compiling SwiftSyntax SourceEdit.swift
[126/630] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[127/630] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[128/630] Compiling SwiftSyntax SourceLength.swift
[129/630] Compiling SwiftSyntax AbsolutePosition.swift
[130/630] Compiling SwiftSyntax Assert.swift
[131/630] Compiling SwiftSyntax BumpPtrAllocator.swift
[131/630] Wrapping AST for SwiftSyntax509 for debugging
[133/630] Compiling SwiftSyntax MissingNodeInitializers.swift
[134/630] Compiling SwiftSyntax RawSyntax.swift
[135/630] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[136/630] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[137/630] Emitting module InternalCollectionsUtilities
[137/630] Compiling chacha-x86_64-linux.S
[139/630] Compiling SwiftSyntax Convenience.swift
[140/630] Compiling SwiftSyntax CustomTraits.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.
[151/631] Compiling SwiftSyntax CommonAncestor.swift
[151/631] Compiling chacha-x86_64-apple.S
[154/631] Compiling SwiftSyntax SourcePresence.swift
[155/631] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[155/631] Compiling chacha-x86-linux.S
[163/631] Emitting module Yams
[165/631] Compiling SwiftSyntax EditorPlaceholder.swift
[165/631] Compiling chacha-armv8-win.S
[166/632] Compiling chacha-x86-apple.S
[167/632] Compiling chacha-armv8-linux.S
[168/632] Compiling Logging LogHandler.swift
[169/632] Compiling Logging Locks.swift
[170/632] Emitting module Logging
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Tests/HoodsTests/Hoods.xctestplan
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/372] Compiling chacha-armv8-linux.S
[2/372] Compiling chacha-armv4-linux.S
[3/372] Compiling chacha-armv8-apple.S
[4/372] Compiling x86_64-mont-linux.S
[4/372] Compiling x86_64-mont5-apple.S
[6/372] Compiling aes128gcmsiv-x86_64-linux.S
[7/372] Compiling x86_64-mont5-linux.S
[8/372] Compiling aes128gcmsiv-x86_64-apple.S
[9/372] Compiling vpaes-x86_64-apple.S
[10/372] Compiling x86_64-mont-apple.S
[11/372] Compiling x86-mont-apple.S
[12/372] Compiling vpaes-x86-linux.S
[13/372] Compiling x86-mont-linux.S
[14/372] Compiling vpaes-x86_64-linux.S
[15/372] Compiling vpaes-armv7-linux.S
[15/372] Compiling vpaes-x86-apple.S
[17/372] Compiling vpaes-armv8-apple.S
[18/372] Compiling sha512-x86_64-apple.S
[19/372] Compiling vpaes-armv8-win.S
[20/372] Compiling sha512-x86_64-linux.S
[21/372] Compiling vpaes-armv8-linux.S
[22/372] Write swift-version-24593BA9C3E375BF.txt
[23/372] Compiling sha512-armv8-win.S
[24/372] Compiling sha512-armv8-linux.S
[25/372] Compiling sha512-586-linux.S
[26/372] Compiling sha512-armv4-linux.S
[27/372] Compiling sha512-armv8-apple.S
[28/372] Compiling sha512-586-apple.S
[29/372] Compiling sha256-x86_64-linux.S
[30/372] Compiling sha256-x86_64-apple.S
[32/382] Compiling SwiftSyntax510 Empty.swift
[33/384] Emitting module SwiftSyntax509
[34/389] Compiling SwiftSyntax509 Empty.swift
[35/422] Emitting module SwiftSyntax510
[36/422] Emitting module SwiftSyntax601
[37/422] Compiling SwiftSyntax601 Empty.swift
[38/424] Emitting module SwiftSyntax600
[39/424] Compiling SwiftSyntax600 Empty.swift
[42/423] Compiling Sharing2 Empty.swift
[43/423] Emitting module Sharing2
[46/422] Emitting module _CertificateInternals
[47/422] Compiling _CertificateInternals _TinyArray.swift
[48/447] Compiling IssueReporting Unimplemented.swift
[49/447] Compiling IssueReporting RuntimeWarningReporter.swift
[52/465] Compiling Logging Locks.swift
[53/465] Emitting module Sharing1
[54/465] Compiling Logging MetadataProvider.swift
[55/465] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[56/465] Compiling InternalCollectionsUtilities _SortedCollection.swift
[57/477] Compiling Sharing1 Empty.swift
[58/478] Compiling IssueReporting ReportIssue.swift
[59/478] Compiling Yams String+Yams.swift
[61/478] Compiling InternalCollectionsUtilities Descriptions.swift
[62/478] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[63/478] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[64/478] Compiling InternalCollectionsUtilities Debugging.swift
[65/478] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[66/478] Emitting module Logging
[66/513] Compiling sha256-armv8-win.S
[68/520] Compiling SwiftSyntax SourceLocation.swift
[69/520] Compiling SwiftSyntax SourcePresence.swift
[70/520] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[71/520] Compiling SwiftSyntax Syntax.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.
[72/520] Compiling SwiftSyntax SyntaxArena.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.
[73/520] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.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.
[74/542] Compiling SwiftSyntax AbsolutePosition.swift
[75/542] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[76/542] Compiling SwiftSyntax BumpPtrAllocator.swift
[77/542] Compiling SwiftSyntax CommonAncestor.swift
[78/542] Compiling ConcurrencyExtras MainSerialExecutor.swift
[79/542] Compiling ConcurrencyExtras Result.swift
[79/543] Compiling sha256-armv8-linux.S
[81/543] Compiling ConcurrencyExtras Task.swift
[82/543] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[83/543] Compiling ConcurrencyExtras LockIsolated.swift
[84/543] Compiling ConcurrencyExtras UncheckedSendable.swift
[84/543] Compiling sha256-armv8-apple.S
[86/543] Compiling SwiftSyntax Assert.swift
[90/543] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[93/547] Compiling sha256-armv4-linux.S
[97/547] Emitting module ConcurrencyExtras
[99/548] Compiling sha256-586-linux.S
[102/548] Compiling SwiftSyntax SyntaxChildren.swift
[103/548] Compiling IssueReporting WithIssueContext.swift
[104/548] Compiling SwiftSyntax MissingNodeInitializers.swift
[104/548] Compiling sha256-586-apple.S
[108/548] Compiling sha1-x86_64-linux.S
[112/548] Compiling sha1-x86_64-apple.S
[115/548] Compiling SwiftSyntax Convenience.swift
[116/548] Compiling SwiftSyntax CustomTraits.swift
[117/548] Compiling SwiftSyntax EditorPlaceholder.swift
[122/548] Compiling sha1-armv8-win.S
[123/548] Compiling sha1-armv8-linux.S
[127/548] Compiling SwiftASN1 DER.swift
[128/548] Compiling SwiftASN1 Errors.swift
[132/548] Compiling sha1-armv4-large-linux.S
[133/548] Compiling sha1-armv8-apple.S
[138/548] Emitting module InternalCollectionsUtilities
[139/548] Emitting module SwiftASN1
[139/548] Compiling sha1-586-apple.S
[140/549] Compiling sha1-586-linux.S
[142/549] Emitting module IssueReporting
[143/549] Compiling rsaz-avx2-apple.S
[144/549] Compiling rsaz-avx2-linux.S
[146/549] Compiling IssueReporting WithExpectedIssue.swift
[147/549] Compiling rdrand-x86_64-apple.S
[148/549] Compiling rdrand-x86_64-linux.S
[149/549] Compiling p256_beeu-x86_64-asm-apple.S
[150/549] Compiling p256_beeu-x86_64-asm-linux.S
[151/549] Compiling p256_beeu-armv8-asm-win.S
[152/549] Compiling p256_beeu-armv8-asm-linux.S
[153/549] Compiling p256_beeu-armv8-asm-apple.S
[154/549] Compiling p256-x86_64-asm-linux.S
[155/549] Compiling p256-x86_64-asm-apple.S
[162/549] Compiling p256-armv8-asm-win.S
[165/551] Compiling p256-armv8-asm-linux.S
[166/551] Compiling p256-armv8-asm-apple.S
[168/597] Compiling ghashv8-armv8-win.S
[170/606] Compiling ghashv8-armv8-linux.S
[172/606] Compiling Logging LogHandler.swift
[173/606] Compiling Logging Logging.swift
[173/607] Compiling ghashv8-armv8-apple.S
[174/607] Compiling ghashv8-armv7-linux.S
[176/619] Compiling ghash-x86_64-linux.S
[177/627] Compiling ghash-x86_64-apple.S
[179/630] Compiling CombineSchedulers UIKit.swift
[180/630] Compiling CombineSchedulers UIScheduler.swift
[181/630] Compiling CombineSchedulers Timer.swift
[181/644] Compiling ghash-x86-linux.S
[183/644] Emitting module CombineSchedulers
[184/644] Compiling PerceptionCore Unchecked.swift
[185/644] Compiling PerceptionCore _PerceptionRegistrar.swift
[185/644] Compiling ghash-x86-apple.S
[187/644] Compiling PerceptionCore BetaChecking.swift
[188/644] Compiling PerceptionCore Exports.swift
[189/644] Compiling PerceptionCore Bindable.swift
[190/644] Compiling PerceptionCore Environment.swift
[191/644] Compiling PerceptionCore Locking.swift
[192/644] Compiling PerceptionCore ThreadLocal.swift
[195/644] Compiling PerceptionCore Perceptible.swift
[196/644] Emitting module Yams
[200/644] Compiling CombineSchedulers UnimplementedScheduler.swift
[200/645] Compiling ghash-ssse3-x86_64-linux.S
[202/645] Compiling Clocks Timer.swift
[203/645] Compiling Clocks Lock.swift
[204/645] Compiling Clocks _AsyncTimerSequence.swift
[205/646] Compiling XCTestDynamicOverlay Exports.swift
[205/646] Compiling ghash-ssse3-x86_64-apple.S
[208/646] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[209/646] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[210/646] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[211/646] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[212/646] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[213/646] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[214/646] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[215/646] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[216/646] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[217/646] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[218/646] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[219/646] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[220/646] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[221/646] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[221/646] Compiling ghash-ssse3-x86-linux.S
[223/646] Emitting module Clocks
[223/653] Compiling ghash-ssse3-x86-apple.S
[224/653] Compiling Clocks SwiftUI.swift
BUILD FAILURE 6.1 wasm