Build Information
Failed to build swift-hoods, reference main (247e12), with Swift 6.1 for Wasm on 11 Nov 2025 14:22:35 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
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 247e123 Merge pull request #24 from dirtyhenry/bump-yams
Cloned https://github.com/dirtyhenry/swift-hoods.git
Revision (git rev-parse @):
247e1230d96b1db55906beee536a1c39d65c7b05
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" : {
"range" : [
{
"lower_bound" : "0.8.0",
"upper_bound" : "1.0.0"
}
]
},
"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.23.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-composable-architecture"
},
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.18.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "6.0.0",
"upper_bound" : "7.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" : "15.0"
},
{
"name" : "ios",
"version" : "18.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",
"SnapshotTesting"
],
"product_memberships" : [
"HoodsTestsTools"
],
"sources" : [
"SnapshottingTransport.swift",
"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" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/HoodsTests/__Snapshots__/SnapshottingTransportTests/snapshotsMockTransport.1.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/HoodsTests/__Snapshots__/SnapshottingTransportTests/snapshotsMockTransport.2",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/HoodsTests/__Snapshots__/SnapshottingTransportTests/snapshotsMockTransport.3.txt",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"FrontMatterCMarkTests.swift",
"InputableValueTests.swift",
"JWTFactoryTests.swift",
"MailButtonTests.swift",
"SnapshottingTransportTests.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/KeychainUIFeature.swift",
"KeychainUI/PublicKeychainUIFeature.swift",
"Mailer/MFMailComposeViewController+Extension.swift",
"Mailer/MailButtonFeature.swift",
"Mailer/MailButtonView.swift",
"Mailer/MailerFeature.swift",
"Mailer/MailerView.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.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:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/dirtyhenry/swift-blocks
Fetching https://github.com/vapor/jwt-kit.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/pointfreeco/swift-composable-architecture
[1/3022] Fetching swift-blocks
[455/19708] Fetching swift-blocks, swift-argument-parser
[1745/30971] Fetching swift-blocks, swift-argument-parser, yams
[5175/40426] Fetching swift-blocks, swift-argument-parser, yams, jwt-kit
[28178/352192] Fetching swift-blocks, swift-argument-parser, yams, jwt-kit, swift-composable-architecture
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[47089/367791] Fetching swift-blocks, swift-argument-parser, yams, jwt-kit, swift-composable-architecture, swift-snapshot-testing
Fetched https://github.com/dirtyhenry/swift-blocks from cache (2.41s)
[57982/364769] Fetching swift-argument-parser, yams, jwt-kit, swift-composable-architecture, swift-snapshot-testing
Fetched https://github.com/jpsim/Yams.git from cache (2.46s)
[47187/353506] Fetching swift-argument-parser, jwt-kit, swift-composable-architecture, swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.92s)
[169554/337907] Fetching swift-argument-parser, jwt-kit, swift-composable-architecture
Fetched https://github.com/vapor/jwt-kit.git from cache (20.74s)
Fetched https://github.com/apple/swift-argument-parser from cache (20.74s)
Fetched https://github.com/pointfreeco/swift-composable-architecture from cache (21.15s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture
Computed https://github.com/pointfreeco/swift-composable-architecture at 1.23.1 (22.09s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/pointfreeco/swift-navigation
Fetching https://github.com/pointfreeco/swift-sharing
Fetching https://github.com/pointfreeco/swift-identified-collections
[1/1946] Fetching swift-perception
[1052/7501] Fetching swift-perception, xctest-dynamic-overlay
[1552/11011] Fetching swift-perception, xctest-dynamic-overlay, swift-sharing
[3343/12548] Fetching swift-perception, xctest-dynamic-overlay, swift-sharing, swift-identified-collections
[7596/58575] Fetching swift-perception, xctest-dynamic-overlay, swift-sharing, swift-identified-collections, swift-navigation
[12796/131308] Fetching swift-perception, xctest-dynamic-overlay, swift-sharing, swift-identified-collections, swift-navigation, swift-syntax
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (0.71s)
Fetching https://github.com/pointfreeco/swift-dependencies
[12962/129771] Fetching swift-perception, xctest-dynamic-overlay, swift-sharing, swift-navigation, swift-syntax
[27298/136167] Fetching swift-perception, xctest-dynamic-overlay, swift-sharing, swift-navigation, swift-syntax, swift-dependencies
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.44s)
[49191/130612] Fetching swift-perception, swift-sharing, swift-navigation, swift-syntax, swift-dependencies
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.85s)
[50961/124216] Fetching swift-perception, swift-sharing, swift-navigation, swift-syntax
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[66031/128817] Fetching swift-perception, swift-sharing, swift-navigation, swift-syntax, swift-custom-dump
[70632/129703] Fetching swift-perception, swift-sharing, swift-navigation, swift-syntax, swift-custom-dump, swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.66s)
Fetching https://github.com/pointfreeco/swift-case-paths
[70553/125102] Fetching swift-perception, swift-sharing, swift-navigation, swift-syntax, swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.75s)
[76940/124216] Fetching swift-perception, swift-sharing, swift-navigation, swift-syntax
Fetching https://github.com/pointfreeco/combine-schedulers
[80578/128691] Fetching swift-perception, swift-sharing, swift-navigation, swift-syntax, swift-case-paths
[85723/131229] Fetching swift-perception, swift-sharing, swift-navigation, swift-syntax, swift-case-paths, combine-schedulers
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.73s)
[84569/126754] Fetching swift-perception, swift-sharing, swift-navigation, swift-syntax, combine-schedulers
Fetching https://github.com/apple/swift-collections
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.64s)
[85668/124216] Fetching swift-perception, swift-sharing, swift-navigation, swift-syntax
[102398/142530] Fetching swift-perception, swift-sharing, swift-navigation, swift-syntax, swift-collections
Fetched https://github.com/pointfreeco/swift-sharing from cache (3.96s)
[123124/139020] Fetching swift-perception, swift-navigation, swift-syntax, swift-collections
Fetched https://github.com/pointfreeco/swift-navigation from cache (4.01s)
[78552/92993] Fetching swift-perception, swift-syntax, swift-collections
Fetched https://github.com/apple/swift-collections from cache (2.47s)
Fetched https://github.com/pointfreeco/swift-perception from cache (8.44s)
Fetched https://github.com/swiftlang/swift-syntax from cache (8.50s)
Computing version for https://github.com/dirtyhenry/swift-blocks
Computed https://github.com/dirtyhenry/swift-blocks at 0.8.0 (9.17s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (0.80s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.72s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.1.0 (2.63s)
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8284] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (0.79s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (5.97s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.63s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.2.0 (0.65s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 5.3.0 (0.70s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-crypto.git
[1/6915] Fetching swift-certificates
[486/11313] Fetching swift-certificates, swift-log
[11314/28752] Fetching swift-certificates, swift-log, swift-crypto
Fetched https://github.com/apple/swift-log.git from cache (3.10s)
Fetched https://github.com/apple/swift-certificates.git from cache (3.12s)
Fetched https://github.com/apple/swift-crypto.git from cache (3.17s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.1.0 (7.03s)
Fetching https://github.com/apple/swift-asn1.git
[1/1653] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.25s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.15.1 (5.86s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (0.65s)
Computing version for https://github.com/pointfreeco/swift-navigation
Computed https://github.com/pointfreeco/swift-navigation at 2.6.0 (0.61s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.2 (0.79s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (0.64s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (0.76s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.67s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (3.88s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (3.53s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 2.0.9 (0.69s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.10.0 (0.65s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1299] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.29s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.89s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.60s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.7.4 (0.93s)
Creating working copy for https://github.com/pointfreeco/swift-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 2.0.9
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.0
Creating working copy for https://github.com/pointfreeco/swift-navigation
Working copy of https://github.com/pointfreeco/swift-navigation resolved at 2.6.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/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.2
Creating working copy for https://github.com/dirtyhenry/swift-blocks
Working copy of https://github.com/dirtyhenry/swift-blocks resolved at 0.8.0
Creating working copy for https://github.com/vapor/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 5.3.0
Creating working copy for https://github.com/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 6.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.15.1
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.2
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/pointfreeco/swift-sharing
Working copy of https://github.com/pointfreeco/swift-sharing resolved at 2.7.4
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.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.1.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
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.7
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.10.0
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.4
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.0
Creating working copy for https://github.com/pointfreeco/swift-composable-architecture
Working copy of https://github.com/pointfreeco/swift-composable-architecture resolved at 1.23.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.7.0
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.1.0
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/472] Write sources
[4/472] Copying PrivacyInfo.xcprivacy
[4/472] Write sources
[4/472] Copying PrivacyInfo.xcprivacy
[4/472] Write sources
[60/472] Compiling UIKitNavigationShim shim.m
[61/472] Compiling _SwiftSyntaxCShims PlatformMutex.c
[62/472] Compiling writer.c
[63/472] Compiling CXKCPShims shims.c
[64/472] Compiling SimpleFIPS202.c
[65/472] Compiling reader.c
[66/472] Compiling KeccakSponge.c
[67/472] Compiling KeccakHash.c
[68/472] Compiling parser.c
[69/472] Compiling fiat_p256_adx_sqr.S
[70/472] Compiling fiat_p256_adx_mul.S
[71/472] Compiling api.c
[72/472] Compiling fiat_curve25519_adx_square.S
[73/472] Write swift-version-24593BA9C3E375BF.txt
[74/472] Compiling fiat_curve25519_adx_mul.S
[75/472] Compiling md5-x86_64-linux.S
[76/472] Compiling emitter.c
[77/472] Compiling md5-x86_64-apple.S
[78/472] Compiling md5-586-linux.S
[79/474] Compiling scanner.c
[80/482] Compiling CCryptoBoringSSLShims shims.c
[82/504] Compiling SwiftSyntax602 Empty.swift
[83/504] Emitting module SwiftSyntax602
[84/505] Emitting module SwiftSyntax601
[85/505] Compiling SwiftSyntax601 Empty.swift
[86/505] Emitting module SwiftSyntax510
[87/505] Emitting module SwiftSyntax600
[88/505] Compiling SwiftSyntax600 Empty.swift
[89/505] Compiling SwiftSyntax510 Empty.swift
[90/508] Emitting module SwiftSyntax509
[91/508] Compiling SwiftSyntax509 Empty.swift
[97/509] Compiling Yams Mark.swift
[98/509] Compiling Yams Node.Alias.swift
[99/509] Compiling Yams Node.Mapping.swift
[100/511] Compiling Yams Tag.swift
[101/511] Compiling Yams YamlAnchorProviding.swift
[102/511] Emitting module _CertificateInternals
[103/511] Compiling _CertificateInternals _TinyArray.swift
[105/632] Compiling Sharing2 Empty.swift
[106/632] Emitting module Sharing2
[107/633] Compiling Sharing1 Empty.swift
[108/633] Emitting module Sharing1
[111/652] Compiling IssueReportingPackageSupport _Test.swift
[112/652] Emitting module IssueReportingPackageSupport
[113/653] Compiling InternalCollectionsUtilities _SortedCollection.swift
[114/653] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[115/653] Compiling InternalCollectionsUtilities Debugging.swift
[116/653] Compiling InternalCollectionsUtilities Descriptions.swift
[118/655] Compiling Logging MetadataProvider.swift
[119/655] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[120/655] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[121/655] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[122/655] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[123/655] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[124/655] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[125/674] Compiling IssueReporting XCTest.swift
[126/674] Compiling IssueReporting IsTesting.swift
[127/674] Compiling IssueReporting FatalErrorReporter.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:338:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
336 | // Since `NumberFormatter` creates a string with insufficient precision for Decode,
337 | // it uses with `String(format:...)`
338 | let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
| `- error: cannot find 'DBL_DECIMAL_DIG' in scope
339 | // "%*.g" does not use scientific notation if the exponent is less than –4.
340 | // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[128/674] Compiling IssueReporting RuntimeWarningReporter.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:338:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
336 | // Since `NumberFormatter` creates a string with insufficient precision for Decode,
337 | // it uses with `String(format:...)`
338 | let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
| `- error: cannot find 'DBL_DECIMAL_DIG' in scope
339 | // "%*.g" does not use scientific notation if the exponent is less than –4.
340 | // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[129/674] Compiling IssueReporting ReportIssue.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:338:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
336 | // Since `NumberFormatter` creates a string with insufficient precision for Decode,
337 | // it uses with `String(format:...)`
338 | let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
| `- error: cannot find 'DBL_DECIMAL_DIG' in scope
339 | // "%*.g" does not use scientific notation if the exponent is less than –4.
340 | // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[130/674] Compiling IssueReporting TestContext.swift
[131/674] Compiling IssueReporting Unimplemented.swift
[132/674] Compiling SwiftSyntax SyntaxNodeStructure.swift
[133/674] Compiling SwiftSyntax SyntaxProtocol.swift
[134/674] Compiling SwiftSyntax SyntaxText.swift
[135/674] Emitting module Yams
[136/674] Compiling IssueReporting ErrorReporting.swift
[137/674] Compiling IssueReporting AppHostWarning.swift
[138/674] Compiling IssueReporting Deprecations.swift
[139/674] Compiling IssueReporting FailureObserver.swift
[140/674] Compiling IssueReporting LockIsolated.swift
[141/674] Compiling IssueReporting Rethrows.swift
[143/674] Compiling IssueReporting SwiftTesting.swift
[146/674] Compiling KeccakP-1600-opt64.c
[147/674] Compiling Logging LogHandler.swift
[148/674] Compiling Logging Locks.swift
[149/674] Emitting module Logging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
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
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/394] Compiling md5-586-apple.S
[3/394] Compiling chacha20_poly1305_x86_64-linux.S
[4/394] Compiling chacha20_poly1305_x86_64-apple.S
[5/394] Compiling chacha20_poly1305_armv8-win.S
[6/394] Compiling chacha20_poly1305_armv8-linux.S
[7/394] Compiling chacha20_poly1305_armv8-apple.S
[8/394] Compiling chacha-x86_64-linux.S
[9/394] Compiling chacha-x86-apple.S
[10/394] Compiling chacha-x86-linux.S
[11/394] Compiling chacha-armv8-win.S
[12/394] Compiling chacha-x86_64-apple.S
[13/394] Compiling chacha-armv8-linux.S
[14/394] Compiling chacha-armv8-apple.S
[15/394] Compiling chacha-armv4-linux.S
[16/394] Compiling x86_64-mont5-linux.S
[17/394] Compiling aes128gcmsiv-x86_64-linux.S
[18/394] Compiling aes128gcmsiv-x86_64-apple.S
[19/394] Compiling x86_64-mont5-apple.S
[20/394] Compiling x86-mont-linux.S
[21/394] Compiling x86_64-mont-linux.S
[22/394] Compiling vpaes-x86_64-linux.S
[23/394] Compiling x86_64-mont-apple.S
[24/394] Compiling vpaes-x86_64-apple.S
[25/394] Compiling x86-mont-apple.S
[26/394] Compiling vpaes-x86-linux.S
[27/394] Compiling vpaes-armv8-linux.S
[28/394] Compiling vpaes-x86-apple.S
[29/394] Compiling vpaes-armv8-win.S
[30/394] Compiling vpaes-armv7-linux.S
[31/394] Compiling vpaes-armv8-apple.S
[32/394] Compiling sha512-x86_64-apple.S
[33/394] Compiling sha512-x86_64-linux.S
[34/394] Write swift-version-24593BA9C3E375BF.txt
[35/394] Compiling sha512-armv8-win.S
[36/394] Compiling sha512-armv8-linux.S
[37/394] Compiling sha512-armv8-apple.S
[38/394] Compiling sha512-armv4-linux.S
[38/394] Compiling sha512-586-apple.S
[40/394] Compiling sha512-586-linux.S
[41/396] Compiling err_data.cc
[43/424] Compiling SwiftSyntax602 Empty.swift
[44/424] Emitting module SwiftSyntax602
[45/425] Compiling SwiftSyntax510 Empty.swift
[46/425] Compiling SwiftSyntax601 Empty.swift
[47/425] Emitting module SwiftSyntax510
[48/426] Emitting module SwiftSyntax601
[49/427] Emitting module SwiftSyntax600
[50/427] Compiling SwiftSyntax600 Empty.swift
[55/430] Emitting module SwiftSyntax509
[56/430] Compiling SwiftSyntax509 Empty.swift
[58/432] Compiling Yams Tag.swift
[59/432] Compiling Yams YamlAnchorProviding.swift
[60/485] Compiling _CertificateInternals _TinyArray.swift
[61/485] Emitting module _CertificateInternals
[62/485] Compiling SnapshotTesting View.swift
[63/485] Compiling SnapshotTesting XCTAttachment.swift
[64/486] Compiling Sharing1 Empty.swift
[65/486] Emitting module Sharing1
[66/487] Compiling Sharing2 Empty.swift
[67/487] Emitting module Sharing2
[68/488] Compiling SnapshotTesting Snapshotting.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:338:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
336 | // Since `NumberFormatter` creates a string with insufficient precision for Decode,
337 | // it uses with `String(format:...)`
338 | let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
| `- error: cannot find 'DBL_DECIMAL_DIG' in scope
339 | // "%*.g" does not use scientific notation if the exponent is less than –4.
340 | // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[69/488] Compiling SnapshotTesting Any.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:338:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
336 | // Since `NumberFormatter` creates a string with insufficient precision for Decode,
337 | // it uses with `String(format:...)`
338 | let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
| `- error: cannot find 'DBL_DECIMAL_DIG' in scope
339 | // "%*.g" does not use scientific notation if the exponent is less than –4.
340 | // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[70/488] Compiling SnapshotTesting CALayer.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:338:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
336 | // Since `NumberFormatter` creates a string with insufficient precision for Decode,
337 | // it uses with `String(format:...)`
338 | let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
| `- error: cannot find 'DBL_DECIMAL_DIG' in scope
339 | // "%*.g" does not use scientific notation if the exponent is less than –4.
340 | // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[74/574] Compiling SwiftSyntax SourceLocation.swift
[75/574] Compiling SwiftSyntax SourcePresence.swift
[76/574] Compiling IssueReportingPackageSupport _Test.swift
[77/574] Emitting module IssueReportingPackageSupport
[78/575] Compiling InternalCollectionsUtilities Descriptions.swift
[79/575] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[80/575] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[81/575] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[82/575] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[83/575] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[84/575] Compiling Logging MetadataProvider.swift
[86/575] Compiling InternalCollectionsUtilities Debugging.swift
[88/577] Emitting module Logging
[89/577] Emitting module Yams
[90/577] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[91/577] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[92/577] Compiling InternalCollectionsUtilities _SortedCollection.swift
[93/577] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[95/577] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[98/588] Compiling ConcurrencyExtras ActorIsolated.swift
[99/588] Compiling ConcurrencyExtras AnyHashableSendable.swift
[100/588] Compiling ConcurrencyExtras AsyncStream.swift
[101/588] Emitting module InternalCollectionsUtilities
[102/588] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[103/588] Compiling ConcurrencyExtras Locking.swift
[107/589] Compiling ConcurrencyExtras MainSerialExecutor.swift
[108/590] Emitting module ConcurrencyExtras
[110/591] Compiling ConcurrencyExtras UncheckedBox.swift
[111/591] Compiling ConcurrencyExtras LockIsolated.swift
[112/609] Compiling IssueReporting Rethrows.swift
[113/609] Compiling IssueReporting ErrorReporting.swift
[114/609] Compiling ConcurrencyExtras Result.swift
[115/609] Compiling ConcurrencyExtras Task.swift
[116/609] Compiling SwiftSyntax SourceLength.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[119/609] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[120/609] Compiling SwiftSyntax Syntax.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[121/609] Compiling SwiftSyntax SyntaxChildren.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[122/609] Compiling SwiftSyntax SyntaxCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[123/609] Compiling SwiftSyntax SyntaxHashable.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[124/613] Compiling IssueReporting FailureObserver.swift
[125/613] Compiling IssueReporting LockIsolated.swift
[126/613] Compiling ConcurrencyExtras UncheckedSendable.swift
[127/614] Compiling IssueReporting BreakpointReporter.swift
[128/614] Compiling IssueReporting FatalErrorReporter.swift
[129/616] Compiling Logging Locks.swift
[130/616] Compiling Logging Logging.swift
[131/616] Compiling Logging LogHandler.swift
[132/616] Compiling SwiftSyntax SyntaxIdentifier.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[133/616] Compiling SwiftSyntax ChildNameForKeyPath.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[134/616] Compiling SwiftSyntax Keyword.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[135/616] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[136/617] Compiling SnapshotTesting UIImage.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[137/617] Compiling SnapshotTesting UIView.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[138/617] Compiling SnapshotTesting UIViewController.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[139/617] Compiling SnapshotTesting URLRequest.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[144/617] Compiling IssueReporting AppHostWarning.swift
[145/617] Compiling IssueReporting Deprecations.swift
[146/617] Compiling KeccakP-1600-opt64.c
BUILD FAILURE 6.1 wasm