Build Information
Failed to build swift-prelude, reference main (a21df6
), with Swift 6.1 for Wasm on 28 May 2025 02:19:17 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-prelude.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/pointfreeco/swift-prelude
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a21df6f Add `.editorconfig` for consistent code formatting (#174)
Cloned https://github.com/pointfreeco/swift-prelude.git
Revision (git rev-parse @):
a21df6f5932673f3f20d7f0ca1f8e0a7c887b3c2
SUCCESS checkout https://github.com/pointfreeco/swift-prelude.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/pointfreeco/swift-prelude.git
https://github.com/pointfreeco/swift-prelude.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"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-prelude",
"name" : "swift-prelude",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Either",
"targets" : [
"Either"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Frp",
"targets" : [
"Frp"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Optics",
"targets" : [
"Optics"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Prelude",
"targets" : [
"Prelude"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Reader",
"targets" : [
"Reader"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "State",
"targets" : [
"State"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Tuple",
"targets" : [
"Tuple"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ValidationSemigroup",
"targets" : [
"ValidationSemigroup"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ValidationNearSemiring",
"targets" : [
"ValidationNearSemiring"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Writer",
"targets" : [
"Writer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WriterTests",
"module_type" : "SwiftTarget",
"name" : "WriterTests",
"path" : "Tests/WriterTests",
"sources" : [
"WriterTests.swift"
],
"target_dependencies" : [
"Writer"
],
"type" : "test"
},
{
"c99name" : "Writer",
"module_type" : "SwiftTarget",
"name" : "Writer",
"path" : "Sources/Writer",
"product_memberships" : [
"Writer"
],
"sources" : [
"Writer.swift"
],
"target_dependencies" : [
"Prelude"
],
"type" : "library"
},
{
"c99name" : "ValidationSemigroupTests",
"module_type" : "SwiftTarget",
"name" : "ValidationSemigroupTests",
"path" : "Tests/ValidationSemigroupTests",
"sources" : [
"ValidationSemigroupTests.swift"
],
"target_dependencies" : [
"ValidationSemigroup"
],
"type" : "test"
},
{
"c99name" : "ValidationSemigroup",
"module_type" : "SwiftTarget",
"name" : "ValidationSemigroup",
"path" : "Sources/ValidationSemigroup",
"product_memberships" : [
"Frp",
"ValidationSemigroup"
],
"sources" : [
"ValidationSemigroup.swift"
],
"target_dependencies" : [
"Prelude"
],
"type" : "library"
},
{
"c99name" : "ValidationNearSemiringTests",
"module_type" : "SwiftTarget",
"name" : "ValidationNearSemiringTests",
"path" : "Tests/ValidationNearSemiringTests",
"sources" : [
"ValidationNearSemiringTests.swift"
],
"target_dependencies" : [
"ValidationNearSemiring"
],
"type" : "test"
},
{
"c99name" : "ValidationNearSemiring",
"module_type" : "SwiftTarget",
"name" : "ValidationNearSemiring",
"path" : "Sources/ValidationNearSemiring",
"product_memberships" : [
"ValidationNearSemiring"
],
"sources" : [
"ValidationNearSemiring.swift"
],
"target_dependencies" : [
"Prelude",
"Either"
],
"type" : "library"
},
{
"c99name" : "TupleTests",
"module_type" : "SwiftTarget",
"name" : "TupleTests",
"path" : "Tests/TupleTests",
"sources" : [
"TupleTests.swift"
],
"target_dependencies" : [
"Tuple"
],
"type" : "test"
},
{
"c99name" : "Tuple",
"module_type" : "SwiftTarget",
"name" : "Tuple",
"path" : "Sources/Tuple",
"product_memberships" : [
"Tuple"
],
"sources" : [
"Tuple.swift"
],
"target_dependencies" : [
"Prelude"
],
"type" : "library"
},
{
"c99name" : "StateTests",
"module_type" : "SwiftTarget",
"name" : "StateTests",
"path" : "Tests/StateTests",
"sources" : [
"StateTests.swift"
],
"target_dependencies" : [
"State"
],
"type" : "test"
},
{
"c99name" : "State",
"module_type" : "SwiftTarget",
"name" : "State",
"path" : "Sources/State",
"product_memberships" : [
"State"
],
"sources" : [
"State.swift"
],
"target_dependencies" : [
"Prelude"
],
"type" : "library"
},
{
"c99name" : "ReaderTests",
"module_type" : "SwiftTarget",
"name" : "ReaderTests",
"path" : "Tests/ReaderTests",
"sources" : [
"ReaderTests.swift"
],
"target_dependencies" : [
"Reader"
],
"type" : "test"
},
{
"c99name" : "Reader",
"module_type" : "SwiftTarget",
"name" : "Reader",
"path" : "Sources/Reader",
"product_memberships" : [
"Reader"
],
"sources" : [
"Reader.swift"
],
"target_dependencies" : [
"Prelude"
],
"type" : "library"
},
{
"c99name" : "PreludeTests",
"module_type" : "SwiftTarget",
"name" : "PreludeTests",
"path" : "Tests/PreludeTests",
"sources" : [
"ArrayTests.swift",
"ComparableTests.swift",
"DependencyTests.swift",
"FreeNearSemiringTests.swift",
"FunctionTests.swift",
"KeyPathTests.swift",
"MonoidTests.swift",
"OptionalTests.swift",
"ParallelTests.swift",
"SemigroupTests.swift",
"SequenceTests.swift",
"StringTests.swift",
"StrongTests.swift",
"TupleTests.swift",
"UnitTests.swift"
],
"target_dependencies" : [
"Prelude"
],
"type" : "test"
},
{
"c99name" : "Prelude",
"module_type" : "SwiftTarget",
"name" : "Prelude",
"path" : "Sources/Prelude",
"product_dependencies" : [
"Dependencies"
],
"product_memberships" : [
"Either",
"Frp",
"Optics",
"Prelude",
"Reader",
"State",
"Tuple",
"ValidationSemigroup",
"ValidationNearSemiring",
"Writer"
],
"sources" : [
"Alt.swift",
"Array.swift",
"Collection.swift",
"CommutativeRing.swift",
"Comparable.swift",
"Comparator.swift",
"Curry.swift",
"Endo.swift",
"Equatable.swift",
"EuclideanRing.swift",
"Field.swift",
"Filterable.swift",
"FreeNearSemiring.swift",
"Func.swift",
"Function.swift",
"HeytingAlgebra.swift",
"Hole.swift",
"IO.swift",
"KeyPath.swift",
"Monoid.swift",
"NearSemiring.swift",
"Never.swift",
"Operators.swift",
"Optional.swift",
"Parallel.swift",
"Plus.swift",
"PrecedenceGroups.swift",
"Ring.swift",
"Semigroup.swift",
"Semiring.swift",
"Sequence.swift",
"Set.swift",
"String.swift",
"Strong.swift",
"Tuple.swift",
"Unit.swift"
],
"type" : "library"
},
{
"c99name" : "OpticsTests",
"module_type" : "SwiftTarget",
"name" : "OpticsTests",
"path" : "Tests/OpticsTests",
"sources" : [
"OpticsTests.swift"
],
"target_dependencies" : [
"Optics"
],
"type" : "test"
},
{
"c99name" : "Optics",
"module_type" : "SwiftTarget",
"name" : "Optics",
"path" : "Sources/Optics",
"product_memberships" : [
"Optics"
],
"sources" : [
"Fold.swift",
"Forget.swift",
"Getter.swift",
"Index.swift",
"KeyPath.swift",
"Prism.swift",
"Review.swift",
"Setter.swift",
"Star.swift",
"Traversal.swift"
],
"target_dependencies" : [
"Prelude",
"Either"
],
"type" : "library"
},
{
"c99name" : "FrpTests",
"module_type" : "SwiftTarget",
"name" : "FrpTests",
"path" : "Tests/FrpTests",
"sources" : [
"EventTests.swift"
],
"target_dependencies" : [
"Frp"
],
"type" : "test"
},
{
"c99name" : "Frp",
"module_type" : "SwiftTarget",
"name" : "Frp",
"path" : "Sources/Frp",
"product_memberships" : [
"Frp"
],
"sources" : [
"Event.swift",
"UIKit.swift",
"ValidationSemigroup.swift"
],
"target_dependencies" : [
"Prelude",
"ValidationSemigroup"
],
"type" : "library"
},
{
"c99name" : "EitherTests",
"module_type" : "SwiftTarget",
"name" : "EitherTests",
"path" : "Tests/EitherTests",
"sources" : [
"ChoiceTests.swift",
"EitherTests.swift",
"NestedTests.swift"
],
"target_dependencies" : [
"Either"
],
"type" : "test"
},
{
"c99name" : "Either",
"module_type" : "SwiftTarget",
"name" : "Either",
"path" : "Sources/Either",
"product_dependencies" : [
"Dependencies"
],
"product_memberships" : [
"Either",
"Optics",
"ValidationNearSemiring"
],
"sources" : [
"Choice.swift",
"Either.swift",
"EitherIO.swift",
"Nested.swift"
],
"target_dependencies" : [
"Prelude"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/pointfreeco/swift-dependencies
[1/6249] Fetching swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.61s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (3.21s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/swiftlang/swift-syntax
[1/2410] Fetching combine-schedulers
[2411/3262] Fetching combine-schedulers, swift-concurrency-extras
[2650/4554] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.40s)
[1/5458] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.41s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.82s)
[1/70448] Fetching swift-syntax
Fetched https://github.com/pointfreeco/combine-schedulers from cache (5.09s)
Fetched https://github.com/swiftlang/swift-syntax from cache (5.15s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (5.71s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.63s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.52s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (1.51s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (1.25s)
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.2
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/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.1
Building for debugging...
[0/17] Write sources
[16/17] Write swift-version-24593BA9C3E375BF.txt
[18/47] Emitting module IssueReporting
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/49] Compiling ConcurrencyExtras MainSerialExecutor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/50] Compiling IssueReporting BreakpointReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/50] Compiling IssueReporting FatalErrorReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/50] Compiling IssueReporting WithExpectedIssue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/50] Compiling IssueReporting WithIssueContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/50] Compiling ConcurrencyExtras UncheckedSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/50] Compiling ConcurrencyExtras LockIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/50] Compiling ConcurrencyExtras Locking.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/50] Compiling ConcurrencyExtras UncheckedBox.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/50] Compiling ConcurrencyExtras ActorIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/50] Compiling ConcurrencyExtras AnyHashableSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/50] Emitting module ConcurrencyExtras
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/50] Compiling ConcurrencyExtras AsyncStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/50] Compiling ConcurrencyExtras AsyncThrowingStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/50] Compiling ConcurrencyExtras Result.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/50] Compiling ConcurrencyExtras Task.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/51] Compiling IssueReporting ErrorReporting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/51] Compiling IssueReporting AppHostWarning.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[39/51] Compiling IssueReporting Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/51] Compiling IssueReporting XCTest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/51] Compiling IssueReporting IsTesting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/51] Compiling IssueReporting IssueReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[45/51] Compiling IssueReporting SwiftTesting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/51] Compiling IssueReporting UncheckedSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/51] Compiling IssueReporting Warn.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/51] Compiling IssueReporting Rethrows.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[53/75] Compiling XCTestDynamicOverlay Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/75] Compiling CombineSchedulers ImmediateScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[55/75] Compiling CombineSchedulers Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/76] Compiling Clocks Timer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/77] Compiling CombineSchedulers UIScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/77] Compiling Clocks Lock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/77] Compiling CombineSchedulers Lock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/77] Compiling CombineSchedulers NSRecursiveLock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/77] Compiling CombineSchedulers UIKit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/77] Compiling Clocks _AsyncTimerSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/77] Compiling CombineSchedulers SwiftUI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[64/77] Compiling CombineSchedulers TestScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/77] Compiling CombineSchedulers Timer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[66/77] Emitting module CombineSchedulers
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[67/77] Compiling CombineSchedulers AnyScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/77] Compiling CombineSchedulers Concurrency.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/77] Compiling CombineSchedulers UnimplementedScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/78] Compiling Clocks UnimplementedClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/78] Emitting module Clocks
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/78] Compiling Clocks ImmediateClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[73/78] Compiling Clocks AnyClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[75/78] Emitting module XCTestDynamicOverlay
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[76/78] Compiling XCTestDynamicOverlay Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[78/79] Compiling Clocks SwiftUI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[79/79] Compiling Clocks TestClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[81/103] Compiling Dependencies Context.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/103] Compiling Dependencies Date.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[83/103] Compiling Dependencies FireAndForget.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[84/106] Compiling Dependencies OpenURL.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[85/106] Compiling Dependencies TimeZone.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[86/106] Compiling Dependencies URLSession.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[87/106] Compiling Dependencies Assert.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[88/106] Compiling Dependencies Calendar.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/106] Compiling Dependencies Clocks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[90/106] Emitting module Dependencies
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[91/106] Compiling Dependencies Dependency.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 | set {
284 | if DependencyValues.isPreparing {
285 | if context == .preview, Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
286 | reportIssue("Ignoring dependencies prepared in preview app entry point")
287 | return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 | value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 | case .preview:
577 | if Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
578 | return Key.previewValue
579 | }
[92/106] Compiling Dependencies DependencyContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 | set {
284 | if DependencyValues.isPreparing {
285 | if context == .preview, Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
286 | reportIssue("Ignoring dependencies prepared in preview app entry point")
287 | return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 | value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 | case .preview:
577 | if Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
578 | return Key.previewValue
579 | }
[93/106] Compiling Dependencies DependencyKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 | set {
284 | if DependencyValues.isPreparing {
285 | if context == .preview, Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
286 | reportIssue("Ignoring dependencies prepared in preview app entry point")
287 | return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 | value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 | case .preview:
577 | if Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
578 | return Key.previewValue
579 | }
[94/106] Compiling Dependencies DependencyValues.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 | set {
284 | if DependencyValues.isPreparing {
285 | if context == .preview, Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
286 | reportIssue("Ignoring dependencies prepared in preview app entry point")
287 | return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 | value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 | case .preview:
577 | if Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
578 | return Key.previewValue
579 | }
[95/106] Compiling Dependencies Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[96/106] Compiling Dependencies Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[97/106] Compiling Dependencies TypeName.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[98/106] Compiling Dependencies Locale.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[99/106] Compiling Dependencies MainQueue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/106] Compiling Dependencies MainRunLoop.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[101/106] Compiling Dependencies UUID.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[102/106] Compiling Dependencies WithRandomNumberGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[103/106] Compiling Dependencies AppEntryPoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[104/106] Compiling Dependencies PreviewTrait.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[105/106] Compiling Dependencies TestTrait.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[106/106] Compiling Dependencies WithDependencies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': found 33 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testDivOver.1.txt
/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testIx.1.txt
/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testOver.1.txt
/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testMulOver.1.txt
/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful some traversal.txt
/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful-nested-left-hand-traversal.txt
/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful-some-traversal.txt
/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Unsuccessful some traversal.txt
/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testStrongPrisms.1.txt
/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful left-hand traversal.txt
/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful nested right-hand traversal.txt
/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testConjOver.1.txt
/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Unsuccessful-some-traversal.txt
/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Unsuccessful right-hand traversal.txt
/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testLots.Nested choice prismatic traversals.txt
/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testAppendOver.1.txt
/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testDisjOver.1.txt
/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful-left-hand-traversal.txt
/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testLots.Nested-choice-prismatic-traversals.txt
/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful-nested-right-hand-traversal.txt
/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testSet.1.txt
/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.None traversal.txt
/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testLots.Nested indexed choice.txt
/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testLots.Nested-indexed-choice.txt
/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testSubOver.1.txt
/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.None-traversal.txt
/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful nested left-hand traversal.txt
/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.Array traversal.txt
/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Unsuccessful-right-hand-traversal.txt
/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testAddOver.1.txt
/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.Some traversal.txt
/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.Array-traversal.txt
/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.Some-traversal.txt
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/31] Compiling ConcurrencyExtras Result.swift
[3/32] Emitting module IssueReporting
[4/34] Compiling ConcurrencyExtras LockIsolated.swift
[5/34] Compiling IssueReporting BreakpointReporter.swift
[6/34] Compiling IssueReporting FatalErrorReporter.swift
[7/34] Compiling ConcurrencyExtras MainSerialExecutor.swift
[8/34] Compiling ConcurrencyExtras Task.swift
[9/34] Emitting module ConcurrencyExtras
[10/34] Compiling IssueReporting FailureObserver.swift
[11/34] Compiling IssueReporting LockIsolated.swift
[12/34] Compiling IssueReporting AppHostWarning.swift
[13/34] Compiling IssueReporting Deprecations.swift
[14/34] Compiling IssueReporting Rethrows.swift
[15/34] Compiling IssueReporting ErrorReporting.swift
[19/34] Compiling ConcurrencyExtras UncheckedSendable.swift
[23/35] Compiling IssueReporting TestContext.swift
[24/35] Compiling IssueReporting Unimplemented.swift
[25/35] Compiling IssueReporting XCTest.swift
[26/35] Compiling IssueReporting IsTesting.swift
[27/35] Compiling IssueReporting IssueReporter.swift
[28/35] Compiling IssueReporting RuntimeWarningReporter.swift
[29/35] Compiling IssueReporting ReportIssue.swift
[31/35] Compiling IssueReporting SwiftTesting.swift
[32/35] Compiling IssueReporting UncheckedSendable.swift
[33/35] Compiling IssueReporting Warn.swift
[34/35] Compiling IssueReporting WithExpectedIssue.swift
[35/35] Compiling IssueReporting WithIssueContext.swift
[37/59] Compiling CombineSchedulers SwiftUI.swift
[38/59] Compiling CombineSchedulers TestScheduler.swift
[39/59] Compiling CombineSchedulers Timer.swift
[40/60] Compiling XCTestDynamicOverlay Exports.swift
[41/60] Compiling CombineSchedulers AnyScheduler.swift
[42/60] Compiling CombineSchedulers Concurrency.swift
[43/60] Emitting module CombineSchedulers
[44/60] Compiling CombineSchedulers ImmediateScheduler.swift
[45/60] Compiling CombineSchedulers Deprecations.swift
[46/60] Compiling CombineSchedulers UIKit.swift
[47/60] Compiling CombineSchedulers UIScheduler.swift
[48/60] Compiling CombineSchedulers Lock.swift
[49/60] Compiling CombineSchedulers NSRecursiveLock.swift
[50/60] Compiling CombineSchedulers UnimplementedScheduler.swift
[51/60] Compiling Clocks Timer.swift
[52/62] Emitting module Clocks
[53/62] Compiling Clocks AnyClock.swift
[54/62] Compiling Clocks ImmediateClock.swift
[56/62] Emitting module XCTestDynamicOverlay
[57/62] Compiling XCTestDynamicOverlay Deprecations.swift
[58/63] Compiling Clocks Lock.swift
[60/63] Compiling Clocks _AsyncTimerSequence.swift
[61/63] Compiling Clocks SwiftUI.swift
[62/63] Compiling Clocks TestClock.swift
[63/63] Compiling Clocks UnimplementedClock.swift
[65/87] Compiling Dependencies Locale.swift
[66/87] Compiling Dependencies MainQueue.swift
[67/87] Compiling Dependencies MainRunLoop.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[68/90] Emitting module Dependencies
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[69/90] Compiling Dependencies Context.swift
[70/90] Compiling Dependencies Date.swift
[71/90] Compiling Dependencies FireAndForget.swift
[72/90] Compiling Dependencies OpenURL.swift
[73/90] Compiling Dependencies TimeZone.swift
[74/90] Compiling Dependencies URLSession.swift
[75/90] Compiling Dependencies UUID.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[76/90] Compiling Dependencies WithRandomNumberGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[77/90] Compiling Dependencies AppEntryPoint.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[78/90] Compiling Dependencies Deprecations.swift
[79/90] Compiling Dependencies Exports.swift
[80/90] Compiling Dependencies TypeName.swift
[81/90] Compiling Dependencies Assert.swift
[82/90] Compiling Dependencies Calendar.swift
[83/90] Compiling Dependencies Clocks.swift
[84/90] Compiling Dependencies Dependency.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 | set {
284 | if DependencyValues.isPreparing {
285 | if context == .preview, Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
286 | reportIssue("Ignoring dependencies prepared in preview app entry point")
287 | return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 | value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 | case .preview:
577 | if Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
578 | return Key.previewValue
579 | }
[85/90] Compiling Dependencies DependencyContext.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 | set {
284 | if DependencyValues.isPreparing {
285 | if context == .preview, Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
286 | reportIssue("Ignoring dependencies prepared in preview app entry point")
287 | return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 | value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 | case .preview:
577 | if Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
578 | return Key.previewValue
579 | }
[86/90] Compiling Dependencies DependencyKey.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 | set {
284 | if DependencyValues.isPreparing {
285 | if context == .preview, Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
286 | reportIssue("Ignoring dependencies prepared in preview app entry point")
287 | return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 | value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 | case .preview:
577 | if Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
578 | return Key.previewValue
579 | }
[87/90] Compiling Dependencies DependencyValues.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 | set {
284 | if DependencyValues.isPreparing {
285 | if context == .preview, Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
286 | reportIssue("Ignoring dependencies prepared in preview app entry point")
287 | return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 | value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 | case .preview:
577 | if Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
578 | return Key.previewValue
579 | }
[88/90] Compiling Dependencies PreviewTrait.swift
[89/90] Compiling Dependencies TestTrait.swift
[90/90] Compiling Dependencies WithDependencies.swift
BUILD FAILURE 6.1 wasm