Build Information
Failed to build swift-svg-printer, reference 0.1.0 (90761a), with Swift 6.1 for Wasm on 27 Sep 2025 06:55:46 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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: 0.1.0
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
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 90761ac Initial commit: SVG rendering engine for Swift
Cloned https://github.com/coenttb/swift-svg-printer.git
Revision (git rev-parse @):
90761ac4d4b0ccf7f5707267b2435d021a13bb91
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/coenttb/swift-svg-printer.git at 0.1.0
========================================
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" : [
"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-4609320-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/coenttb/swift-svg-types
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/pointfreeco/swift-dependencies
[1/44] Fetching swift-svg-types
[45/6414] Fetching swift-svg-types, swift-dependencies
[6415/24169] Fetching swift-svg-types, swift-dependencies, swift-collections
Fetched https://github.com/coenttb/swift-svg-types from cache (1.17s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.17s)
Fetched https://github.com/apple/swift-collections from cache (1.20s)
Computing version for https://github.com/coenttb/swift-svg-types
Computed https://github.com/coenttb/swift-svg-types at 0.1.0 (1.86s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.1 (0.64s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.10.0 (0.48s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/swiftlang/swift-syntax
[1/2417] Fetching combine-schedulers
[2418/3295] Fetching combine-schedulers, swift-concurrency-extras
[3296/4587] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks
[3426/10096] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks, xctest-dynamic-overlay
[8169/82350] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.76s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.76s)
[17948/78641] Fetching swift-concurrency-extras, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (6.35s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (6.36s)
Fetched https://github.com/swiftlang/swift-syntax from cache (6.41s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (6.96s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.45s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.45s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (0.43s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (2.03s)
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/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.6.1
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/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-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.1
Building for debugging...
[0/12] Write sources
[11/12] Write swift-version-24593BA9C3E375BF.txt
[13/67] Compiling IssueReportingPackageSupport _Test.swift
[14/67] Emitting module IssueReportingPackageSupport
[15/68] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[16/69] Compiling ConcurrencyExtras Result.swift
[18/70] Compiling SVGTypes Switch.swift
[19/70] Compiling SVGTypes Symbol.swift
[20/70] Compiling SVGTypes TSpan.swift
[21/70] Compiling ConcurrencyExtras MainSerialExecutor.swift
[22/73] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[23/73] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[24/73] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[25/73] Compiling InternalCollectionsUtilities _SortedCollection.swift
[26/73] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[27/73] Compiling InternalCollectionsUtilities Integer rank.swift
[28/73] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[29/73] Compiling InternalCollectionsUtilities UInt+reversed.swift
[30/73] Emitting module SVGTypes
[31/73] Compiling InternalCollectionsUtilities Descriptions.swift
[32/73] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[33/73] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[34/73] Compiling InternalCollectionsUtilities Debugging.swift
[37/73] Emitting module InternalCollectionsUtilities
[48/73] Compiling ConcurrencyExtras UncheckedSendable.swift
[49/73] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[50/93] Compiling SVGTypes Text.swift
[51/93] Compiling SVGTypes Use.swift
[52/93] Compiling SVGTypes exports.swift
[54/148] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[55/148] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[56/150] Emitting module IssueReporting
[57/150] Compiling ConcurrencyExtras Task.swift
[58/150] Compiling ConcurrencyExtras LockIsolated.swift
[59/150] Compiling IssueReporting WithIssueContext.swift
[60/150] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[61/150] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[62/150] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[63/150] Compiling OrderedCollections _HashTable+Bucket.swift
[64/150] Compiling OrderedCollections _HashTable+BucketIterator.swift
[65/150] Compiling OrderedCollections _HashTable+Constants.swift
[66/150] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[67/150] Compiling OrderedCollections _HashTable+Testing.swift
[68/150] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[69/150] Emitting module ConcurrencyExtras
[70/151] Compiling OrderedCollections OrderedDictionary+Values.swift
[71/151] Compiling OrderedCollections OrderedDictionary.swift
[72/151] Compiling OrderedCollections OrderedSet+Codable.swift
[73/151] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[74/151] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[75/151] Compiling OrderedCollections OrderedDictionary+Elements.swift
[76/151] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[77/151] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[78/152] Compiling OrderedCollections OrderedDictionary+Codable.swift
[79/152] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[83/152] Compiling OrderedCollections _HashTable.swift
[84/152] Compiling OrderedCollections _Hashtable+Header.swift
[86/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[87/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[88/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[89/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[90/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[91/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[92/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[93/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[94/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[95/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[96/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[97/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[98/152] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[99/152] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[102/159] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[103/159] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[110/159] Compiling IssueReporting WithExpectedIssue.swift
[115/160] Compiling OrderedCollections OrderedSet+Descriptions.swift
[116/160] Compiling OrderedCollections OrderedSet+Diffing.swift
[117/160] Compiling OrderedCollections OrderedSet+Equatable.swift
[118/160] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[119/160] Compiling OrderedCollections OrderedSet+Hashable.swift
[120/160] Compiling OrderedCollections OrderedSet+Initializers.swift
[121/160] Compiling OrderedCollections OrderedSet+Insertions.swift
[122/160] Compiling OrderedCollections OrderedSet+Invariants.swift
[123/160] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[124/160] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[125/160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[126/160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[127/160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[145/183] Compiling CombineSchedulers UIScheduler.swift
[146/184] Compiling XCTestDynamicOverlay Exports.swift
[147/184] Compiling CombineSchedulers UIKit.swift
[148/184] Compiling CombineSchedulers ImmediateScheduler.swift
[149/184] Compiling CombineSchedulers Deprecations.swift
[150/184] Compiling CombineSchedulers Lock.swift
[151/184] Compiling CombineSchedulers NSRecursiveLock.swift
[152/184] Emitting module CombineSchedulers
[153/184] Compiling CombineSchedulers AnyScheduler.swift
[154/184] Compiling CombineSchedulers Concurrency.swift
[155/184] Compiling CombineSchedulers Timer.swift
[156/184] Compiling CombineSchedulers SwiftUI.swift
[157/184] Compiling CombineSchedulers TestScheduler.swift
[158/184] Compiling Clocks SwiftUI.swift
[159/185] Compiling Clocks Timer.swift
[160/185] Compiling CombineSchedulers UnimplementedScheduler.swift
[162/186] Emitting module Clocks
[163/186] Compiling Clocks AnyClock.swift
[172/186] Compiling Clocks UnimplementedClock.swift
[173/186] Compiling OrderedCollections OrderedSet+Sendable.swift
[174/186] Compiling OrderedCollections OrderedSet+SubSequence.swift
[175/186] Compiling OrderedCollections OrderedSet+Testing.swift
[176/186] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[177/186] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[178/186] Compiling OrderedCollections OrderedSet.swift
[179/186] Compiling OrderedCollections _UnsafeBitset.swift
[180/186] Compiling Clocks ImmediateClock.swift
[181/186] Compiling Clocks Lock.swift
[182/186] Compiling Clocks _AsyncTimerSequence.swift
[183/186] Emitting module OrderedCollections
[184/187] Compiling Clocks TestClock.swift
[185/188] Emitting module XCTestDynamicOverlay
[186/188] Compiling XCTestDynamicOverlay Deprecations.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[190/213] 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 | }
[191/216] Compiling Dependencies Deprecations.swift
[192/216] Compiling Dependencies Exports.swift
[193/216] Compiling Dependencies TypeName.swift
[194/216] Compiling Dependencies OpenURL.swift
[195/216] Compiling Dependencies TimeZone.swift
[196/216] Compiling Dependencies URLSession.swift
[197/216] Compiling Dependencies Date.swift
[198/216] Compiling Dependencies FireAndForget.swift
[199/216] Compiling Dependencies Locale.swift
[200/216] Compiling Dependencies Assert.swift
[201/216] Compiling Dependencies Calendar.swift
[202/216] Compiling Dependencies Clocks.swift
[203/216] Compiling Dependencies Context.swift
[204/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 | }
[205/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 | }
[206/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 | }
[207/216] Compiling Dependencies UUID.swift
[208/216] Compiling Dependencies WithRandomNumberGenerator.swift
[209/216] Compiling Dependencies AppEntryPoint.swift
[210/216] Compiling Dependencies PreviewTrait.swift
[211/216] Compiling Dependencies TestTrait.swift
[212/216] Compiling Dependencies WithDependencies.swift
[213/216] Compiling Dependencies Dependency.swift
[214/216] Compiling Dependencies DependencyContext.swift
[215/216] Compiling Dependencies DependencyKey.swift
[216/216] Compiling Dependencies DependencyValues.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/56] Compiling IssueReportingPackageSupport _Test.swift
[3/56] Emitting module IssueReportingPackageSupport
[4/56] Compiling SVGTypes LinearGradient.swift
[5/56] Compiling SVGTypes Marker.swift
[6/58] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[8/58] Compiling SVGTypes Switch.swift
[9/58] Compiling SVGTypes Symbol.swift
[10/58] Compiling SVGTypes TSpan.swift
[11/58] Compiling SVGTypes Mask.swift
[12/58] Compiling SVGTypes Path.swift
[13/58] Compiling ConcurrencyExtras AsyncStream.swift
[14/58] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[15/62] Emitting module ConcurrencyExtras
[16/62] Compiling SVGTypes Circle.swift
[17/62] Compiling SVGTypes ClipPath.swift
[24/62] Compiling ConcurrencyExtras Locking.swift
[25/62] Compiling ConcurrencyExtras UncheckedBox.swift
[26/62] Compiling ConcurrencyExtras LockIsolated.swift
[27/62] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[28/62] Compiling ConcurrencyExtras Result.swift
[29/62] Compiling ConcurrencyExtras MainSerialExecutor.swift
[30/62] Compiling ConcurrencyExtras Task.swift
[33/62] Emitting module SVGTypes
[34/75] Compiling ConcurrencyExtras UncheckedSendable.swift
[35/75] Compiling IssueReporting LockIsolated.swift
[36/75] Compiling IssueReporting Rethrows.swift
[37/75] Compiling IssueReporting SwiftTesting.swift
[38/75] Compiling IssueReporting UncheckedSendable.swift
[39/75] Compiling IssueReporting Warn.swift
[40/75] Compiling IssueReporting XCTest.swift
[41/75] Compiling IssueReporting IsTesting.swift
[42/75] Compiling IssueReporting IssueReporter.swift
[43/82] Emitting module InternalCollectionsUtilities
[44/82] Compiling SVGTypes Text.swift
[45/82] Compiling SVGTypes Use.swift
[46/82] Compiling SVGTypes exports.swift
[47/82] Compiling IssueReporting BreakpointReporter.swift
[48/82] Compiling IssueReporting FatalErrorReporter.swift
[49/82] Compiling IssueReporting RuntimeWarningReporter.swift
[50/82] Compiling IssueReporting ReportIssue.swift
[52/82] Compiling IssueReporting FailureObserver.swift
[55/84] Compiling IssueReporting ErrorReporting.swift
[56/84] Compiling IssueReporting AppHostWarning.swift
[57/84] Compiling IssueReporting Deprecations.swift
[62/85] Compiling IssueReporting TestContext.swift
[63/85] Compiling IssueReporting Unimplemented.swift
[64/85] Compiling IssueReporting WithExpectedIssue.swift
[65/85] Compiling IssueReporting WithIssueContext.swift
[66/85] Compiling SVGTypes SVGLengthUnit.swift
[67/85] Compiling SVGTypes SVGPreserveAspectRatio.swift
[68/85] Compiling SVGTypes SVGValueTypes.swift
[69/85] Compiling SVGTypes Stop.swift
[79/86] Emitting module IssueReporting
[82/110] Compiling OrderedCollections _HashTable+Constants.swift
[83/110] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[84/141] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[85/141] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[86/141] Compiling OrderedCollections OrderedSet+Initializers.swift
[88/165] Compiling CombineSchedulers Lock.swift
[89/165] Compiling CombineSchedulers NSRecursiveLock.swift
[90/166] Emitting module CombineSchedulers
[91/166] Compiling CombineSchedulers SwiftUI.swift
[92/166] Compiling CombineSchedulers TestScheduler.swift
[93/166] Compiling CombineSchedulers Timer.swift
[94/166] Compiling CombineSchedulers ImmediateScheduler.swift
[95/166] Compiling CombineSchedulers Deprecations.swift
[96/166] Compiling CombineSchedulers AnyScheduler.swift
[97/166] Compiling CombineSchedulers Concurrency.swift
[98/166] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[99/166] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[100/166] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[101/166] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[102/166] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[103/166] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[104/166] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[105/173] Emitting module Clocks
[106/174] Compiling CombineSchedulers UIKit.swift
[107/174] Compiling CombineSchedulers UIScheduler.swift
[108/174] Compiling XCTestDynamicOverlay Exports.swift
[109/174] Compiling Clocks Timer.swift
[110/174] Compiling CombineSchedulers UnimplementedScheduler.swift
[111/175] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[112/175] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[113/175] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[114/175] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[115/175] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[116/175] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[117/175] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[118/175] Compiling Clocks UnimplementedClock.swift
[119/175] Compiling Clocks ImmediateClock.swift
[121/175] Emitting module OrderedCollections
[122/175] Emitting module XCTestDynamicOverlay
[123/175] Compiling XCTestDynamicOverlay Deprecations.swift
[124/176] Compiling Clocks SwiftUI.swift
[125/176] Compiling Clocks _AsyncTimerSequence.swift
[126/176] Compiling Clocks Lock.swift
[127/176] Compiling Clocks TestClock.swift
[128/176] Compiling Clocks AnyClock.swift
[129/177] Compiling OrderedCollections OrderedDictionary.swift
[130/177] Compiling OrderedCollections OrderedSet+Codable.swift
[131/177] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[132/177] Compiling OrderedCollections OrderedSet+Descriptions.swift
[133/177] Compiling OrderedCollections OrderedSet+Diffing.swift
[134/177] Compiling OrderedCollections OrderedSet+Equatable.swift
[135/177] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[136/177] Compiling OrderedCollections OrderedSet+Hashable.swift
[138/177] Compiling OrderedCollections OrderedSet+Insertions.swift
[139/177] Compiling OrderedCollections OrderedSet+Invariants.swift
[140/177] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[141/177] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[142/177] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[143/177] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[144/177] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[155/177] Compiling OrderedCollections _HashTable+Bucket.swift
[156/177] Compiling OrderedCollections _HashTable+BucketIterator.swift
[159/177] Compiling OrderedCollections _HashTable+Testing.swift
[160/177] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[161/177] Compiling OrderedCollections _HashTable.swift
[162/177] Compiling OrderedCollections _Hashtable+Header.swift
[163/177] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[164/177] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[165/177] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[166/177] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[167/177] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[168/177] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[169/177] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[170/177] Compiling OrderedCollections OrderedDictionary+Values.swift
[171/189] Compiling OrderedCollections OrderedSet+Sendable.swift
[172/189] Compiling OrderedCollections OrderedSet+SubSequence.swift
[173/189] Compiling OrderedCollections OrderedSet+Testing.swift
[174/189] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[175/189] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[176/189] Compiling OrderedCollections OrderedSet.swift
[177/190] Compiling OrderedCollections _UnsafeBitset.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[179/202] 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 | }
[180/205] Compiling Dependencies Deprecations.swift
[181/205] Compiling Dependencies Exports.swift
[182/205] Compiling Dependencies TypeName.swift
[183/205] Compiling Dependencies UUID.swift
[184/205] Compiling Dependencies WithRandomNumberGenerator.swift
[185/205] Compiling Dependencies AppEntryPoint.swift
[186/205] Compiling Dependencies OpenURL.swift
[187/205] Compiling Dependencies TimeZone.swift
[188/205] Compiling Dependencies URLSession.swift
[189/205] Compiling Dependencies Date.swift
[190/205] Compiling Dependencies FireAndForget.swift
[191/205] Compiling Dependencies Locale.swift
[192/205] Compiling Dependencies Assert.swift
[193/205] Compiling Dependencies Calendar.swift
[194/205] Compiling Dependencies Clocks.swift
[195/205] Compiling Dependencies Context.swift
[196/205] 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/205] 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/205] 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 | }
[199/205] Compiling Dependencies PreviewTrait.swift
[200/205] Compiling Dependencies TestTrait.swift
[201/205] Compiling Dependencies WithDependencies.swift
[202/205] Compiling Dependencies Dependency.swift
[203/205] Compiling Dependencies DependencyContext.swift
[204/205] Compiling Dependencies DependencyKey.swift
[205/205] Compiling Dependencies DependencyValues.swift
BUILD FAILURE 6.1 wasm