Build Information
Failed to build swift-svg-printer, reference main (672ed3), with Swift 6.1 for Wasm on 4 Nov 2025 21:02:48 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/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/coenttb/swift-svg-printer.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/coenttb/swift-svg-printer
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 672ed32 chore: disable nesting rule for namespacing flexibility
Cloned https://github.com/coenttb/swift-svg-printer.git
Revision (git rev-parse @):
672ed32ab0dc5fb21171ba5d22bba512f9a47e62
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/coenttb/swift-svg-printer.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/coenttb/swift-svg-printer.git
https://github.com/coenttb/swift-svg-printer.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-svg-types",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/coenttb/swift-svg-types"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
},
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies"
}
],
"manifest_display_name" : "swift-svg-printer",
"name" : "swift-svg-printer",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "SVGPrinter",
"targets" : [
"SVGPrinter"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SVGPrinterTests",
"module_type" : "SwiftTarget",
"name" : "SVGPrinterTests",
"path" : "Tests/SVGPrinterTests",
"sources" : [
"ReadmeVerificationTests.swift",
"SVGPrinterTests.swift"
],
"target_dependencies" : [
"SVGPrinter"
],
"type" : "test"
},
{
"c99name" : "SVGPrinter",
"module_type" : "SwiftTarget",
"name" : "SVGPrinter",
"path" : "Sources/SVGPrinter",
"product_dependencies" : [
"SVGTypes",
"OrderedCollections",
"Dependencies"
],
"product_memberships" : [
"SVGPrinter"
],
"sources" : [
"Attributes.swift",
"Element.swift",
"Rendering.swift",
"SVG.swift",
"SVGBuilder.swift",
"SVGEmpty.swift",
"SVGGroup.swift",
"SVGPrinter.swift",
"SVGRaw.swift",
"exports.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/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/apple/swift-collections
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/coenttb/swift-svg-types
[1/171] Fetching swift-svg-types
[172/6563] Fetching swift-svg-types, swift-dependencies
[6564/24849] Fetching swift-svg-types, swift-dependencies, swift-collections
Fetched https://github.com/coenttb/swift-svg-types from cache (1.64s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.64s)
Fetched https://github.com/apple/swift-collections from cache (1.67s)
Computing version for https://github.com/coenttb/swift-svg-types
Computed https://github.com/coenttb/swift-svg-types at 0.1.0 (2.42s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (1.05s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.10.0 (0.68s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/2522] Fetching combine-schedulers
[1716/3405] Fetching combine-schedulers, swift-concurrency-extras
[1835/4697] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks
[4698/10249] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.57s)
[5729/7727] Fetching swift-concurrency-extras, swift-clocks, xctest-dynamic-overlay
[5730/80441] Fetching swift-concurrency-extras, swift-clocks, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/swift-clocks from cache (1.08s)
[15888/79149] Fetching swift-concurrency-extras, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (1.09s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.11s)
[10180/72714] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (11.05s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (11.69s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.62s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.60s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.63s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (3.27s)
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/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-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
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/coenttb/swift-svg-types
Working copy of https://github.com/coenttb/swift-svg-types resolved at 0.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/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-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Building for debugging...
[0/12] Write sources
[11/12] Write swift-version-24593BA9C3E375BF.txt
[13/69] Emitting module SVGTypes
[14/72] Compiling SVGTypes Path.swift
[15/72] Compiling SVGTypes ForeignObject.swift
[16/74] Compiling SVGTypes G.swift
[17/74] Compiling SVGTypes Image.swift
[18/74] Compiling SVGTypes Switch.swift
[19/74] Compiling SVGTypes Symbol.swift
[20/74] Compiling SVGTypes TSpan.swift
[21/74] Compiling ConcurrencyExtras Result.swift
[22/75] Compiling ConcurrencyExtras MainSerialExecutor.swift
[23/75] Compiling SVGTypes SVGElementType.swift
[24/75] Compiling SVGTypes LinearGradient.swift
[25/75] Compiling SVGTypes Text.swift
[26/75] Compiling SVGTypes Use.swift
[27/75] Compiling SVGTypes exports.swift
[28/75] Compiling SVGTypes Marker.swift
[29/75] Compiling SVGTypes Mask.swift
[30/75] Compiling SVGTypes Rect.swift
[31/75] Compiling SVGTypes SVGAttributeType.swift
[32/75] Compiling SVGTypes SVGElement.swift
[33/75] Emitting module InternalCollectionsUtilities
[34/75] Emitting module IssueReportingPackageSupport
[35/75] Compiling IssueReportingPackageSupport _Test.swift
[36/75] Compiling SVGTypes Line.swift
[37/75] Compiling SVGTypes Circle.swift
[38/75] Compiling SVGTypes ClipPath.swift
[39/75] Compiling SVGTypes Defs.swift
[40/76] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[41/76] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[44/77] Compiling ConcurrencyExtras UncheckedSendable.swift
[45/151] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[46/151] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[47/151] Compiling OrderedCollections _HashTable+Bucket.swift
[48/153] Compiling OrderedCollections _HashTable.swift
[49/153] Compiling OrderedCollections _Hashtable+Header.swift
[50/153] Compiling OrderedCollections _HashTable+Testing.swift
[51/153] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[52/153] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[53/153] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[54/153] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[55/153] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[56/153] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[57/153] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[58/153] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[59/153] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[60/153] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[61/153] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[62/153] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[63/153] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[64/153] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[65/153] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[66/160] Compiling OrderedCollections OrderedDictionary.swift
[67/160] Compiling OrderedCollections OrderedSet+Codable.swift
[68/160] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[69/160] Compiling OrderedCollections OrderedSet+Descriptions.swift
[70/160] Compiling OrderedCollections OrderedSet+Diffing.swift
[71/160] Compiling OrderedCollections OrderedSet+Equatable.swift
[72/160] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[73/160] Compiling OrderedCollections OrderedSet+Hashable.swift
[74/160] Compiling OrderedCollections OrderedSet+Initializers.swift
[75/160] Compiling OrderedCollections OrderedSet+Insertions.swift
[76/160] Compiling OrderedCollections OrderedSet+Invariants.swift
[77/160] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[78/160] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[79/160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[80/160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[81/160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[82/160] Compiling OrderedCollections OrderedDictionary+Codable.swift
[83/160] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[84/160] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[85/160] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[86/160] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[87/160] Compiling OrderedCollections OrderedDictionary+Elements.swift
[90/160] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[91/160] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[92/160] Compiling IssueReporting WithExpectedIssue.swift
[93/160] Compiling IssueReporting WithIssueContext.swift
[94/160] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[95/160] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[96/160] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[97/160] Compiling OrderedCollections OrderedDictionary+Values.swift
[102/160] Compiling ConcurrencyExtras Task.swift
[107/160] Emitting module ConcurrencyExtras
[108/160] Compiling ConcurrencyExtras LockIsolated.swift
[122/161] Compiling OrderedCollections _HashTable+BucketIterator.swift
[123/161] Compiling OrderedCollections _HashTable+Constants.swift
[124/161] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[146/162] Emitting module IssueReporting
[156/186] Compiling OrderedCollections OrderedSet+Sendable.swift
[157/186] Compiling OrderedCollections OrderedSet+SubSequence.swift
[158/186] Compiling OrderedCollections OrderedSet+Testing.swift
[159/186] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[160/186] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[161/186] Compiling OrderedCollections OrderedSet.swift
[162/186] Compiling OrderedCollections _UnsafeBitset.swift
[163/186] Compiling XCTestDynamicOverlay Exports.swift
[164/186] Compiling CombineSchedulers Timer.swift
[165/186] Compiling Clocks SwiftUI.swift
[166/187] Compiling CombineSchedulers SwiftUI.swift
[167/187] Compiling CombineSchedulers TestScheduler.swift
[168/188] Compiling CombineSchedulers Lock.swift
[169/188] Compiling CombineSchedulers NSRecursiveLock.swift
[170/188] Compiling CombineSchedulers ImmediateScheduler.swift
[171/188] Compiling CombineSchedulers Deprecations.swift
[172/188] Compiling CombineSchedulers UIScheduler.swift
[173/188] Compiling CombineSchedulers UIKit.swift
[174/188] Compiling Clocks Lock.swift
[175/188] Compiling CombineSchedulers AnyScheduler.swift
[176/188] Compiling CombineSchedulers Concurrency.swift
[177/188] Emitting module CombineSchedulers
[178/188] Compiling Clocks Timer.swift
[179/188] Compiling Clocks AnyClock.swift
[180/188] Emitting module Clocks
[181/188] Compiling CombineSchedulers UnimplementedScheduler.swift
[182/188] Compiling Clocks ImmediateClock.swift
[183/189] Emitting module OrderedCollections
[186/190] Compiling Clocks _AsyncTimerSequence.swift
[187/190] Compiling Clocks TestClock.swift
[188/190] Compiling XCTestDynamicOverlay Deprecations.swift
[189/190] Emitting module XCTestDynamicOverlay
[190/190] Compiling Clocks UnimplementedClock.swift
[193/216] Compiling Dependencies OpenURL.swift
[194/216] Compiling Dependencies TimeZone.swift
[195/216] Compiling Dependencies URLSession.swift
[196/216] Compiling Dependencies MainQueue.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/NotificationCenter.swift:21:36: error: cannot find type 'NotificationCenter' in scope
19 | /// }
20 | /// ```
21 | public var notificationCenter: NotificationCenter {
| `- error: cannot find type 'NotificationCenter' in scope
22 | get { self[NotificationCenterKey.self] }
23 | set { self[NotificationCenterKey.self] = newValue }
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/NotificationCenter.swift:27:30: error: cannot find 'NotificationCenter' in scope
25 |
26 | private enum NotificationCenterKey: DependencyKey {
27 | static let liveValue = NotificationCenter.default
| `- error: cannot find 'NotificationCenter' in scope
28 | static var testValue: NotificationCenter { NotificationCenter() }
29 | }
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/NotificationCenter.swift:28:29: error: cannot find type 'NotificationCenter' in scope
26 | private enum NotificationCenterKey: DependencyKey {
27 | static let liveValue = NotificationCenter.default
28 | static var testValue: NotificationCenter { NotificationCenter() }
| `- error: cannot find type 'NotificationCenter' in scope
29 | }
30 | }
[197/216] Compiling Dependencies MainRunLoop.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/NotificationCenter.swift:21:36: error: cannot find type 'NotificationCenter' in scope
19 | /// }
20 | /// ```
21 | public var notificationCenter: NotificationCenter {
| `- error: cannot find type 'NotificationCenter' in scope
22 | get { self[NotificationCenterKey.self] }
23 | set { self[NotificationCenterKey.self] = newValue }
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/NotificationCenter.swift:27:30: error: cannot find 'NotificationCenter' in scope
25 |
26 | private enum NotificationCenterKey: DependencyKey {
27 | static let liveValue = NotificationCenter.default
| `- error: cannot find 'NotificationCenter' in scope
28 | static var testValue: NotificationCenter { NotificationCenter() }
29 | }
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/NotificationCenter.swift:28:29: error: cannot find type 'NotificationCenter' in scope
26 | private enum NotificationCenterKey: DependencyKey {
27 | static let liveValue = NotificationCenter.default
28 | static var testValue: NotificationCenter { NotificationCenter() }
| `- error: cannot find type 'NotificationCenter' in scope
29 | }
30 | }
[198/216] Compiling Dependencies NotificationCenter.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/NotificationCenter.swift:21:36: error: cannot find type 'NotificationCenter' in scope
19 | /// }
20 | /// ```
21 | public var notificationCenter: NotificationCenter {
| `- error: cannot find type 'NotificationCenter' in scope
22 | get { self[NotificationCenterKey.self] }
23 | set { self[NotificationCenterKey.self] = newValue }
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/NotificationCenter.swift:27:30: error: cannot find 'NotificationCenter' in scope
25 |
26 | private enum NotificationCenterKey: DependencyKey {
27 | static let liveValue = NotificationCenter.default
| `- error: cannot find 'NotificationCenter' in scope
28 | static var testValue: NotificationCenter { NotificationCenter() }
29 | }
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/NotificationCenter.swift:28:29: error: cannot find type 'NotificationCenter' in scope
26 | private enum NotificationCenterKey: DependencyKey {
27 | static let liveValue = NotificationCenter.default
28 | static var testValue: NotificationCenter { NotificationCenter() }
| `- error: cannot find type 'NotificationCenter' in scope
29 | }
30 | }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[199/216] Emitting module Dependencies
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/NotificationCenter.swift:21:36: error: cannot find type 'NotificationCenter' in scope
19 | /// }
20 | /// ```
21 | public var notificationCenter: NotificationCenter {
| `- error: cannot find type 'NotificationCenter' in scope
22 | get { self[NotificationCenterKey.self] }
23 | set { self[NotificationCenterKey.self] = newValue }
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/NotificationCenter.swift:27:30: error: cannot find 'NotificationCenter' in scope
25 |
26 | private enum NotificationCenterKey: DependencyKey {
27 | static let liveValue = NotificationCenter.default
| `- error: cannot find 'NotificationCenter' in scope
28 | static var testValue: NotificationCenter { NotificationCenter() }
29 | }
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/NotificationCenter.swift:28:29: error: cannot find type 'NotificationCenter' in scope
26 | private enum NotificationCenterKey: DependencyKey {
27 | static let liveValue = NotificationCenter.default
28 | static var testValue: NotificationCenter { NotificationCenter() }
| `- error: cannot find type 'NotificationCenter' in scope
29 | }
30 | }
[200/219] Compiling Dependencies Deprecations.swift
[201/219] Compiling Dependencies Exports.swift
[202/219] Compiling Dependencies TypeName.swift
[203/219] Compiling Dependencies Date.swift
[204/219] Compiling Dependencies FireAndForget.swift
[205/219] Compiling Dependencies Locale.swift
[206/219] Compiling Dependencies UUID.swift
[207/219] Compiling Dependencies WithRandomNumberGenerator.swift
[208/219] Compiling Dependencies AppEntryPoint.swift
[209/219] Compiling Dependencies Assert.swift
[210/219] Compiling Dependencies Calendar.swift
[211/219] Compiling Dependencies Clocks.swift
[212/219] Compiling Dependencies Context.swift
[213/219] Compiling Dependencies PreviewTrait.swift
[214/219] Compiling Dependencies TestTrait.swift
[215/219] Compiling Dependencies WithDependencies.swift
[216/219] Compiling Dependencies Dependency.swift
[217/219] Compiling Dependencies DependencyContext.swift
[218/219] Compiling Dependencies DependencyKey.swift
[219/219] Compiling Dependencies DependencyValues.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/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
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/58] Emitting module IssueReportingPackageSupport
[3/58] Compiling IssueReportingPackageSupport _Test.swift
[5/59] Compiling ConcurrencyExtras LockIsolated.swift
[6/60] Compiling SVGTypes Mask.swift
[7/60] Compiling SVGTypes Path.swift
[8/60] Compiling SVGTypes LinearGradient.swift
[9/60] Compiling SVGTypes Marker.swift
[10/66] Compiling IssueReporting Deprecations.swift
[11/66] Compiling SVGTypes Ellipse.swift
[12/69] Compiling ConcurrencyExtras Result.swift
[13/69] Compiling ConcurrencyExtras MainSerialExecutor.swift
[14/69] Compiling IssueReporting LockIsolated.swift
[15/69] Compiling IssueReporting Rethrows.swift
[16/69] Compiling ConcurrencyExtras Task.swift
[17/81] Emitting module ConcurrencyExtras
[18/81] Compiling SVGTypes Switch.swift
[19/81] Compiling SVGTypes Symbol.swift
[20/81] Compiling SVGTypes TSpan.swift
[21/84] Compiling IssueReporting ErrorReporting.swift
[22/84] Compiling IssueReporting AppHostWarning.swift
[23/84] Compiling IssueReporting ReportIssue.swift
[24/84] Compiling IssueReporting TestContext.swift
[25/84] Emitting module SVGTypes
[29/84] Compiling IssueReporting FailureObserver.swift
[32/84] Compiling IssueReporting XCTest.swift
[33/84] Compiling IssueReporting IsTesting.swift
[34/84] Compiling IssueReporting IssueReporter.swift
[35/84] Compiling IssueReporting SwiftTesting.swift
[36/84] Compiling IssueReporting UncheckedSendable.swift
[37/84] Compiling IssueReporting Warn.swift
[38/84] Compiling IssueReporting BreakpointReporter.swift
[39/84] Compiling IssueReporting FatalErrorReporter.swift
[40/84] Compiling IssueReporting RuntimeWarningReporter.swift
[49/84] Compiling ConcurrencyExtras UncheckedSendable.swift
[54/85] Compiling IssueReporting Unimplemented.swift
[56/87] Compiling SVGTypes Text.swift
[57/87] Compiling SVGTypes Use.swift
[58/87] Compiling SVGTypes exports.swift
[64/87] Compiling IssueReporting WithExpectedIssue.swift
[65/87] Compiling IssueReporting WithIssueContext.swift
[66/87] Compiling SVGTypes SVGLengthUnit.swift
[67/87] Compiling SVGTypes SVGPreserveAspectRatio.swift
[68/87] Compiling SVGTypes SVGValueTypes.swift
[69/87] Compiling SVGTypes Stop.swift
[70/88] Emitting module InternalCollectionsUtilities
[81/89] Emitting module IssueReporting
[91/168] Compiling CombineSchedulers SwiftUI.swift
[92/168] Compiling CombineSchedulers TestScheduler.swift
[93/168] Emitting module CombineSchedulers
[94/168] Compiling CombineSchedulers Lock.swift
[95/168] Compiling CombineSchedulers NSRecursiveLock.swift
[96/169] Compiling CombineSchedulers UIKit.swift
[97/169] Compiling CombineSchedulers UIScheduler.swift
[98/169] Compiling CombineSchedulers Timer.swift
[99/169] Compiling XCTestDynamicOverlay Exports.swift
[100/169] Emitting module Clocks
[101/170] Compiling CombineSchedulers AnyScheduler.swift
[102/170] Compiling CombineSchedulers Concurrency.swift
[103/170] Compiling CombineSchedulers ImmediateScheduler.swift
[104/170] Compiling CombineSchedulers Deprecations.swift
[105/170] Compiling CombineSchedulers UnimplementedScheduler.swift
[106/170] Compiling Clocks Timer.swift
[107/170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[108/170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[109/170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[110/170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[111/170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[112/170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[113/170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[114/170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[115/170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[116/170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[117/171] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[118/171] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[119/171] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[120/171] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[121/178] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[122/178] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[123/178] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[124/178] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[125/178] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[126/178] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[127/178] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[128/178] Compiling OrderedCollections OrderedDictionary+Values.swift
[130/178] Emitting module XCTestDynamicOverlay
[131/178] Compiling Clocks ImmediateClock.swift
[132/178] Compiling Clocks Lock.swift
[133/178] Compiling Clocks AnyClock.swift
[134/178] Compiling Clocks _AsyncTimerSequence.swift
[135/178] Compiling OrderedCollections OrderedSet+Initializers.swift
[136/178] Compiling OrderedCollections OrderedSet+Insertions.swift
[137/178] Compiling OrderedCollections OrderedSet+Invariants.swift
[138/178] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[139/178] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[140/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[141/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[142/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[143/178] Compiling Clocks UnimplementedClock.swift
[144/178] Compiling OrderedCollections OrderedDictionary+Codable.swift
[145/178] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[146/178] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[147/178] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[148/178] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[149/178] Compiling OrderedCollections OrderedDictionary+Elements.swift
[150/178] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[151/178] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[152/178] Compiling OrderedCollections OrderedDictionary.swift
[153/178] Compiling OrderedCollections OrderedSet+Codable.swift
[154/178] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[155/178] Compiling OrderedCollections OrderedSet+Descriptions.swift
[156/178] Compiling OrderedCollections OrderedSet+Diffing.swift
[157/178] Compiling OrderedCollections OrderedSet+Equatable.swift
[158/178] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[159/178] Compiling OrderedCollections OrderedSet+Hashable.swift
[160/178] Compiling Clocks SwiftUI.swift
[161/178] Compiling Clocks TestClock.swift
[162/179] Compiling XCTestDynamicOverlay Deprecations.swift
[165/204] Compiling Dependencies Assert.swift
[166/204] Compiling Dependencies Calendar.swift
[167/204] Compiling Dependencies Clocks.swift
[168/204] Compiling Dependencies Context.swift
[169/204] Compiling Dependencies Dependency.swift
[170/204] Compiling Dependencies DependencyContext.swift
[171/204] Compiling Dependencies DependencyKey.swift
[172/204] Compiling Dependencies DependencyValues.swift
[173/204] Emitting module OrderedCollections
[174/204] Compiling OrderedCollections OrderedSet+Sendable.swift
[175/204] Compiling OrderedCollections OrderedSet+SubSequence.swift
[176/204] Compiling OrderedCollections OrderedSet+Testing.swift
[177/204] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[178/204] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[179/204] Compiling OrderedCollections OrderedSet.swift
[180/204] Compiling OrderedCollections _UnsafeBitset.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[181/205] Emitting module Dependencies
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/NotificationCenter.swift:21:36: error: cannot find type 'NotificationCenter' in scope
19 | /// }
20 | /// ```
21 | public var notificationCenter: NotificationCenter {
| `- error: cannot find type 'NotificationCenter' in scope
22 | get { self[NotificationCenterKey.self] }
23 | set { self[NotificationCenterKey.self] = newValue }
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/NotificationCenter.swift:27:30: error: cannot find 'NotificationCenter' in scope
25 |
26 | private enum NotificationCenterKey: DependencyKey {
27 | static let liveValue = NotificationCenter.default
| `- error: cannot find 'NotificationCenter' in scope
28 | static var testValue: NotificationCenter { NotificationCenter() }
29 | }
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/NotificationCenter.swift:28:29: error: cannot find type 'NotificationCenter' in scope
26 | private enum NotificationCenterKey: DependencyKey {
27 | static let liveValue = NotificationCenter.default
28 | static var testValue: NotificationCenter { NotificationCenter() }
| `- error: cannot find type 'NotificationCenter' in scope
29 | }
30 | }
[182/208] Compiling Dependencies OpenURL.swift
[183/208] Compiling Dependencies TimeZone.swift
[184/208] Compiling Dependencies URLSession.swift
[186/208] Compiling Dependencies Date.swift
[187/208] Compiling Dependencies FireAndForget.swift
[188/208] Compiling Dependencies Locale.swift
[189/208] Compiling Dependencies MainQueue.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/NotificationCenter.swift:21:36: error: cannot find type 'NotificationCenter' in scope
19 | /// }
20 | /// ```
21 | public var notificationCenter: NotificationCenter {
| `- error: cannot find type 'NotificationCenter' in scope
22 | get { self[NotificationCenterKey.self] }
23 | set { self[NotificationCenterKey.self] = newValue }
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/NotificationCenter.swift:27:30: error: cannot find 'NotificationCenter' in scope
25 |
26 | private enum NotificationCenterKey: DependencyKey {
27 | static let liveValue = NotificationCenter.default
| `- error: cannot find 'NotificationCenter' in scope
28 | static var testValue: NotificationCenter { NotificationCenter() }
29 | }
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/NotificationCenter.swift:28:29: error: cannot find type 'NotificationCenter' in scope
26 | private enum NotificationCenterKey: DependencyKey {
27 | static let liveValue = NotificationCenter.default
28 | static var testValue: NotificationCenter { NotificationCenter() }
| `- error: cannot find type 'NotificationCenter' in scope
29 | }
30 | }
[190/208] Compiling Dependencies MainRunLoop.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/NotificationCenter.swift:21:36: error: cannot find type 'NotificationCenter' in scope
19 | /// }
20 | /// ```
21 | public var notificationCenter: NotificationCenter {
| `- error: cannot find type 'NotificationCenter' in scope
22 | get { self[NotificationCenterKey.self] }
23 | set { self[NotificationCenterKey.self] = newValue }
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/NotificationCenter.swift:27:30: error: cannot find 'NotificationCenter' in scope
25 |
26 | private enum NotificationCenterKey: DependencyKey {
27 | static let liveValue = NotificationCenter.default
| `- error: cannot find 'NotificationCenter' in scope
28 | static var testValue: NotificationCenter { NotificationCenter() }
29 | }
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/NotificationCenter.swift:28:29: error: cannot find type 'NotificationCenter' in scope
26 | private enum NotificationCenterKey: DependencyKey {
27 | static let liveValue = NotificationCenter.default
28 | static var testValue: NotificationCenter { NotificationCenter() }
| `- error: cannot find type 'NotificationCenter' in scope
29 | }
30 | }
[191/208] Compiling Dependencies NotificationCenter.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/NotificationCenter.swift:21:36: error: cannot find type 'NotificationCenter' in scope
19 | /// }
20 | /// ```
21 | public var notificationCenter: NotificationCenter {
| `- error: cannot find type 'NotificationCenter' in scope
22 | get { self[NotificationCenterKey.self] }
23 | set { self[NotificationCenterKey.self] = newValue }
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/NotificationCenter.swift:27:30: error: cannot find 'NotificationCenter' in scope
25 |
26 | private enum NotificationCenterKey: DependencyKey {
27 | static let liveValue = NotificationCenter.default
| `- error: cannot find 'NotificationCenter' in scope
28 | static var testValue: NotificationCenter { NotificationCenter() }
29 | }
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/NotificationCenter.swift:28:29: error: cannot find type 'NotificationCenter' in scope
26 | private enum NotificationCenterKey: DependencyKey {
27 | static let liveValue = NotificationCenter.default
28 | static var testValue: NotificationCenter { NotificationCenter() }
| `- error: cannot find type 'NotificationCenter' in scope
29 | }
30 | }
[196/208] Compiling Dependencies Deprecations.swift
[197/208] Compiling Dependencies Exports.swift
[198/208] Compiling Dependencies TypeName.swift
[199/208] Compiling Dependencies UUID.swift
[200/208] Compiling Dependencies WithRandomNumberGenerator.swift
[201/208] Compiling Dependencies AppEntryPoint.swift
[202/208] Compiling Dependencies PreviewTrait.swift
[203/208] Compiling Dependencies TestTrait.swift
[204/208] Compiling Dependencies WithDependencies.swift
BUILD FAILURE 6.1 wasm