Build Information
Failed to build swift-query, reference main (1f9d97
), with Swift 6.1 for Linux on 13 Aug 2025 02:55:10 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/impossibleflight/swift-query.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/impossibleflight/swift-query
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1f9d975 Fetch wrappers plus relationship and property fetching modifiers (#1)
Cloned https://github.com/impossibleflight/swift-query.git
Revision (git rev-parse @):
1f9d975617c38b260c18dcb745667ce3a32c5ac5
SUCCESS checkout https://github.com/impossibleflight/swift-query.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/impossibleflight/swift-query.git
https://github.com/impossibleflight/swift-query.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies"
},
{
"identity" : "xctest-dynamic-overlay",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
}
],
"manifest_display_name" : "swift-query",
"name" : "swift-query",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "SwiftQuery",
"targets" : [
"SwiftQuery"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "SwiftQueryTests",
"module_type" : "SwiftTarget",
"name" : "SwiftQueryTests",
"path" : "Tests/SwiftQueryTests",
"product_dependencies" : [
"IssueReporting"
],
"sources" : [
"AnySortDescriptorTests.swift",
"ConcurrentFetchTests.swift",
"FetchTests.swift",
"FetchWrapperTests.swift",
"Model.swift",
"PersistentModelFetchTests.swift",
"PersistentModelQueryTests.swift",
"QueryActorTests.swift",
"QueryTests.swift",
"StringComparatorTests.swift"
],
"target_dependencies" : [
"SwiftQuery"
],
"type" : "test"
},
{
"c99name" : "SwiftQuery",
"module_type" : "SwiftTarget",
"name" : "SwiftQuery",
"path" : "Sources/SwiftQuery",
"product_dependencies" : [
"Dependencies"
],
"product_memberships" : [
"SwiftQuery"
],
"sources" : [
"AnySortDescriptor.swift",
"Fetch+Concurrency.swift",
"Fetch+MainActor.swift",
"FetchWrappers/DefaultModelContainerKey.swift",
"FetchWrappers/FetchAll.swift",
"FetchWrappers/FetchFirst.swift",
"FetchWrappers/FetchResults.swift",
"Logging.swift",
"PersistentModel+Fetch.swift",
"PersistentModel+Query.swift",
"Query.swift",
"QueryActor.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-dependencies
[1/5505] Fetching xctest-dynamic-overlay
[2093/11801] Fetching xctest-dynamic-overlay, swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.85s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.86s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.3 (1.51s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/swift-clocks
[1/2410] Fetching combine-schedulers
[363/3288] Fetching combine-schedulers, swift-concurrency-extras
[1789/4580] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.45s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.45s)
[1/71736] Fetching swift-syntax
Fetched https://github.com/pointfreeco/combine-schedulers from cache (6.78s)
Fetched https://github.com/swiftlang/swift-syntax from cache (6.83s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (7.41s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.51s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (0.52s)
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/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (2.67s)
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/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.3
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Building for debugging...
[0/9] Write sources
[8/9] Write swift-version-24593BA9C3E375BF.txt
[10/22] Emitting module IssueReportingPackageSupport
[11/22] Compiling IssueReportingPackageSupport _Test.swift
[13/23] Emitting module ConcurrencyExtras
[14/24] Compiling ConcurrencyExtras UncheckedSendable.swift
[15/24] Compiling ConcurrencyExtras LockIsolated.swift
[16/24] Compiling ConcurrencyExtras MainSerialExecutor.swift
[17/24] Compiling ConcurrencyExtras Result.swift
[18/24] Compiling ConcurrencyExtras Task.swift
[19/24] Compiling ConcurrencyExtras ActorIsolated.swift
[20/24] Compiling ConcurrencyExtras AnyHashableSendable.swift
[21/24] Compiling ConcurrencyExtras Locking.swift
[22/24] Compiling ConcurrencyExtras UncheckedBox.swift
[23/24] Compiling ConcurrencyExtras AsyncStream.swift
[24/24] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[26/44] Compiling IssueReporting ErrorReporting.swift
[27/44] Compiling IssueReporting AppHostWarning.swift
[28/44] Compiling IssueReporting Deprecations.swift
[29/46] Compiling IssueReporting TestContext.swift
[30/46] Compiling IssueReporting Unimplemented.swift
[31/46] Compiling IssueReporting BreakpointReporter.swift
[32/46] Compiling IssueReporting FatalErrorReporter.swift
[33/46] Compiling IssueReporting RuntimeWarningReporter.swift
[34/46] Compiling IssueReporting ReportIssue.swift
[35/46] Compiling IssueReporting FailureObserver.swift
[36/46] Compiling IssueReporting LockIsolated.swift
[37/46] Compiling IssueReporting Rethrows.swift
[38/46] Compiling IssueReporting XCTest.swift
[39/46] Compiling IssueReporting IsTesting.swift
[40/46] Compiling IssueReporting IssueReporter.swift
[41/46] Emitting module IssueReporting
[42/46] Compiling IssueReporting SwiftTesting.swift
[43/46] Compiling IssueReporting UncheckedSendable.swift
[44/46] Compiling IssueReporting Warn.swift
[45/46] Compiling IssueReporting WithExpectedIssue.swift
[46/46] Compiling IssueReporting WithIssueContext.swift
[48/70] Compiling Clocks Lock.swift
[49/71] Compiling Clocks SwiftUI.swift
[50/71] Compiling CombineSchedulers UIScheduler.swift
[51/72] Compiling CombineSchedulers ImmediateScheduler.swift
[52/72] Compiling CombineSchedulers Deprecations.swift
[53/72] Compiling CombineSchedulers AnyScheduler.swift
[54/72] Compiling CombineSchedulers Concurrency.swift
[55/72] Compiling XCTestDynamicOverlay Exports.swift
[56/72] Emitting module CombineSchedulers
[57/72] Compiling CombineSchedulers UIKit.swift
[58/72] Compiling CombineSchedulers Lock.swift
[59/72] Compiling CombineSchedulers NSRecursiveLock.swift
[60/72] Compiling Clocks Timer.swift
[61/72] Compiling CombineSchedulers SwiftUI.swift
[62/72] Compiling CombineSchedulers TestScheduler.swift
[63/72] Compiling CombineSchedulers Timer.swift
[64/72] Compiling Clocks ImmediateClock.swift
[65/72] Compiling CombineSchedulers UnimplementedScheduler.swift
[66/73] Emitting module Clocks
[67/73] Compiling Clocks AnyClock.swift
[68/73] Compiling Clocks _AsyncTimerSequence.swift
[70/73] Compiling Clocks UnimplementedClock.swift
[71/73] Compiling Clocks TestClock.swift
[72/74] Compiling XCTestDynamicOverlay Deprecations.swift
[73/74] Emitting module XCTestDynamicOverlay
[76/98] Compiling Dependencies Locale.swift
[77/98] Compiling Dependencies MainQueue.swift
[78/98] Compiling Dependencies MainRunLoop.swift
[79/98] Emitting module Dependencies
[80/101] Compiling Dependencies Deprecations.swift
[81/101] Compiling Dependencies Exports.swift
[82/101] Compiling Dependencies TypeName.swift
[83/101] Compiling Dependencies Assert.swift
[84/101] Compiling Dependencies Calendar.swift
[85/101] Compiling Dependencies Clocks.swift
[86/101] Compiling Dependencies UUID.swift
[87/101] Compiling Dependencies WithRandomNumberGenerator.swift
[88/101] Compiling Dependencies AppEntryPoint.swift
[89/101] Compiling Dependencies Context.swift
[90/101] Compiling Dependencies Date.swift
[91/101] Compiling Dependencies FireAndForget.swift
[92/101] Compiling Dependencies OpenURL.swift
[93/101] Compiling Dependencies TimeZone.swift
[94/101] Compiling Dependencies URLSession.swift
[95/101] Compiling Dependencies Dependency.swift
[96/101] Compiling Dependencies DependencyContext.swift
[97/101] Compiling Dependencies DependencyKey.swift
[98/101] Compiling Dependencies DependencyValues.swift
[99/101] Compiling Dependencies PreviewTrait.swift
[100/101] Compiling Dependencies TestTrait.swift
[101/101] Compiling Dependencies WithDependencies.swift
[103/114] Compiling SwiftQuery AnySortDescriptor.swift
/host/spi-builder-workspace/Sources/SwiftQuery/Fetch+Concurrency.swift:2:8: error: no such module 'SwiftData'
1 | import Foundation
2 | import SwiftData
| `- error: no such module 'SwiftData'
3 |
4 | public extension Query {
[104/114] Compiling SwiftQuery Fetch+Concurrency.swift
/host/spi-builder-workspace/Sources/SwiftQuery/Fetch+Concurrency.swift:2:8: error: no such module 'SwiftData'
1 | import Foundation
2 | import SwiftData
| `- error: no such module 'SwiftData'
3 |
4 | public extension Query {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[105/114] Emitting module SwiftQuery
/host/spi-builder-workspace/Sources/SwiftQuery/Fetch+Concurrency.swift:2:8: error: no such module 'SwiftData'
1 | import Foundation
2 | import SwiftData
| `- error: no such module 'SwiftData'
3 |
4 | public extension Query {
[106/115] Compiling SwiftQuery FetchResults.swift
/host/spi-builder-workspace/Sources/SwiftQuery/Fetch+Concurrency.swift:2:8: error: no such module 'SwiftData'
1 | import Foundation
2 | import SwiftData
| `- error: no such module 'SwiftData'
3 |
4 | public extension Query {
[107/115] Compiling SwiftQuery Logging.swift
/host/spi-builder-workspace/Sources/SwiftQuery/Fetch+Concurrency.swift:2:8: error: no such module 'SwiftData'
1 | import Foundation
2 | import SwiftData
| `- error: no such module 'SwiftData'
3 |
4 | public extension Query {
[108/115] Compiling SwiftQuery Fetch+MainActor.swift
/host/spi-builder-workspace/Sources/SwiftQuery/Fetch+Concurrency.swift:2:8: error: no such module 'SwiftData'
1 | import Foundation
2 | import SwiftData
| `- error: no such module 'SwiftData'
3 |
4 | public extension Query {
[109/115] Compiling SwiftQuery DefaultModelContainerKey.swift
/host/spi-builder-workspace/Sources/SwiftQuery/Fetch+Concurrency.swift:2:8: error: no such module 'SwiftData'
1 | import Foundation
2 | import SwiftData
| `- error: no such module 'SwiftData'
3 |
4 | public extension Query {
[110/115] Compiling SwiftQuery PersistentModel+Query.swift
/host/spi-builder-workspace/Sources/SwiftQuery/Fetch+Concurrency.swift:2:8: error: no such module 'SwiftData'
1 | import Foundation
2 | import SwiftData
| `- error: no such module 'SwiftData'
3 |
4 | public extension Query {
[111/115] Compiling SwiftQuery Query.swift
/host/spi-builder-workspace/Sources/SwiftQuery/Fetch+Concurrency.swift:2:8: error: no such module 'SwiftData'
1 | import Foundation
2 | import SwiftData
| `- error: no such module 'SwiftData'
3 |
4 | public extension Query {
[112/115] Compiling SwiftQuery FetchAll.swift
/host/spi-builder-workspace/Sources/SwiftQuery/Fetch+Concurrency.swift:2:8: error: no such module 'SwiftData'
1 | import Foundation
2 | import SwiftData
| `- error: no such module 'SwiftData'
3 |
4 | public extension Query {
[113/115] Compiling SwiftQuery FetchFirst.swift
/host/spi-builder-workspace/Sources/SwiftQuery/Fetch+Concurrency.swift:2:8: error: no such module 'SwiftData'
1 | import Foundation
2 | import SwiftData
| `- error: no such module 'SwiftData'
3 |
4 | public extension Query {
[114/115] Compiling SwiftQuery PersistentModel+Fetch.swift
/host/spi-builder-workspace/Sources/SwiftQuery/Fetch+Concurrency.swift:2:8: error: no such module 'SwiftData'
1 | import Foundation
2 | import SwiftData
| `- error: no such module 'SwiftData'
3 |
4 | public extension Query {
[115/115] Compiling SwiftQuery QueryActor.swift
/host/spi-builder-workspace/Sources/SwiftQuery/Fetch+Concurrency.swift:2:8: error: no such module 'SwiftData'
1 | import Foundation
2 | import SwiftData
| `- error: no such module 'SwiftData'
3 |
4 | public extension Query {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/14] Compiling ConcurrencyExtras LockIsolated.swift
[3/15] Emitting module IssueReportingPackageSupport
[4/15] Compiling IssueReportingPackageSupport _Test.swift
[5/16] Compiling ConcurrencyExtras AsyncStream.swift
[6/16] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[7/16] Compiling ConcurrencyExtras Result.swift
[8/16] Compiling ConcurrencyExtras Task.swift
[9/16] Compiling ConcurrencyExtras MainSerialExecutor.swift
[10/16] Compiling ConcurrencyExtras Locking.swift
[11/16] Compiling ConcurrencyExtras UncheckedBox.swift
[13/16] Compiling ConcurrencyExtras UncheckedSendable.swift
[14/16] Emitting module ConcurrencyExtras
[15/16] Compiling ConcurrencyExtras ActorIsolated.swift
[16/16] Compiling ConcurrencyExtras AnyHashableSendable.swift
[18/36] Compiling IssueReporting BreakpointReporter.swift
[19/36] Compiling IssueReporting FatalErrorReporter.swift
[20/38] Compiling IssueReporting XCTest.swift
[21/38] Compiling IssueReporting IsTesting.swift
[22/38] Compiling IssueReporting IssueReporter.swift
[23/38] Compiling IssueReporting WithExpectedIssue.swift
[24/38] Compiling IssueReporting WithIssueContext.swift
[25/38] Compiling IssueReporting TestContext.swift
[26/38] Compiling IssueReporting Unimplemented.swift
[27/38] Compiling IssueReporting RuntimeWarningReporter.swift
[28/38] Compiling IssueReporting ReportIssue.swift
[29/38] Compiling IssueReporting ErrorReporting.swift
[30/38] Compiling IssueReporting AppHostWarning.swift
[31/38] Compiling IssueReporting Deprecations.swift
[32/38] Compiling IssueReporting SwiftTesting.swift
[33/38] Compiling IssueReporting UncheckedSendable.swift
[34/38] Compiling IssueReporting Warn.swift
[35/38] Compiling IssueReporting FailureObserver.swift
[36/38] Compiling IssueReporting LockIsolated.swift
[37/38] Compiling IssueReporting Rethrows.swift
[38/38] Emitting module IssueReporting
[40/62] Compiling XCTestDynamicOverlay Exports.swift
[41/62] Compiling CombineSchedulers Lock.swift
[42/62] Compiling CombineSchedulers NSRecursiveLock.swift
[43/63] Compiling Clocks Timer.swift
[44/63] Emitting module CombineSchedulers
[45/64] Compiling Clocks SwiftUI.swift
[46/64] Compiling CombineSchedulers UIScheduler.swift
[47/64] Compiling CombineSchedulers AnyScheduler.swift
[48/64] Compiling CombineSchedulers Concurrency.swift
[49/64] Compiling CombineSchedulers UIKit.swift
[50/64] Compiling CombineSchedulers Timer.swift
[51/64] Compiling CombineSchedulers ImmediateScheduler.swift
[52/64] Compiling CombineSchedulers Deprecations.swift
[53/64] Compiling CombineSchedulers SwiftUI.swift
[54/64] Compiling CombineSchedulers TestScheduler.swift
[55/64] Compiling CombineSchedulers UnimplementedScheduler.swift
[56/65] Compiling Clocks ImmediateClock.swift
[57/65] Compiling Clocks _AsyncTimerSequence.swift
[58/65] Compiling Clocks Lock.swift
[59/65] Compiling Clocks AnyClock.swift
[60/65] Compiling Clocks TestClock.swift
[61/65] Emitting module Clocks
[62/65] Compiling Clocks UnimplementedClock.swift
[64/66] Compiling XCTestDynamicOverlay Deprecations.swift
[65/66] Emitting module XCTestDynamicOverlay
[68/90] Compiling Dependencies Assert.swift
[69/90] Compiling Dependencies Calendar.swift
[70/90] Compiling Dependencies Clocks.swift
[71/93] Compiling Dependencies Context.swift
[72/93] Compiling Dependencies Date.swift
[73/93] Compiling Dependencies FireAndForget.swift
[74/93] Compiling Dependencies Deprecations.swift
[75/93] Compiling Dependencies Exports.swift
[76/93] Compiling Dependencies TypeName.swift
[77/93] Compiling Dependencies OpenURL.swift
[78/93] Compiling Dependencies TimeZone.swift
[79/93] Compiling Dependencies URLSession.swift
[80/93] Compiling Dependencies UUID.swift
[81/93] Compiling Dependencies WithRandomNumberGenerator.swift
[82/93] Compiling Dependencies AppEntryPoint.swift
[83/93] Compiling Dependencies Locale.swift
[84/93] Compiling Dependencies MainQueue.swift
[85/93] Compiling Dependencies MainRunLoop.swift
[86/93] Compiling Dependencies PreviewTrait.swift
[87/93] Compiling Dependencies TestTrait.swift
[88/93] Compiling Dependencies WithDependencies.swift
[89/93] Emitting module Dependencies
[90/93] Compiling Dependencies Dependency.swift
[91/93] Compiling Dependencies DependencyContext.swift
[92/93] Compiling Dependencies DependencyKey.swift
[93/93] Compiling Dependencies DependencyValues.swift
[95/106] Compiling SwiftQuery PersistentModel+Fetch.swift
/host/spi-builder-workspace/Sources/SwiftQuery/Fetch+Concurrency.swift:2:8: error: no such module 'SwiftData'
1 | import Foundation
2 | import SwiftData
| `- error: no such module 'SwiftData'
3 |
4 | public extension Query {
[96/107] Compiling SwiftQuery FetchAll.swift
/host/spi-builder-workspace/Sources/SwiftQuery/Fetch+Concurrency.swift:2:8: error: no such module 'SwiftData'
1 | import Foundation
2 | import SwiftData
| `- error: no such module 'SwiftData'
3 |
4 | public extension Query {
[97/107] Compiling SwiftQuery FetchFirst.swift
/host/spi-builder-workspace/Sources/SwiftQuery/Fetch+Concurrency.swift:2:8: error: no such module 'SwiftData'
1 | import Foundation
2 | import SwiftData
| `- error: no such module 'SwiftData'
3 |
4 | public extension Query {
[98/107] Compiling SwiftQuery FetchResults.swift
/host/spi-builder-workspace/Sources/SwiftQuery/Fetch+Concurrency.swift:2:8: error: no such module 'SwiftData'
1 | import Foundation
2 | import SwiftData
| `- error: no such module 'SwiftData'
3 |
4 | public extension Query {
[99/107] Compiling SwiftQuery Logging.swift
/host/spi-builder-workspace/Sources/SwiftQuery/Fetch+Concurrency.swift:2:8: error: no such module 'SwiftData'
1 | import Foundation
2 | import SwiftData
| `- error: no such module 'SwiftData'
3 |
4 | public extension Query {
[100/107] Compiling SwiftQuery Fetch+MainActor.swift
/host/spi-builder-workspace/Sources/SwiftQuery/Fetch+Concurrency.swift:2:8: error: no such module 'SwiftData'
1 | import Foundation
2 | import SwiftData
| `- error: no such module 'SwiftData'
3 |
4 | public extension Query {
[101/107] Compiling SwiftQuery DefaultModelContainerKey.swift
/host/spi-builder-workspace/Sources/SwiftQuery/Fetch+Concurrency.swift:2:8: error: no such module 'SwiftData'
1 | import Foundation
2 | import SwiftData
| `- error: no such module 'SwiftData'
3 |
4 | public extension Query {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[102/107] Emitting module SwiftQuery
/host/spi-builder-workspace/Sources/SwiftQuery/Fetch+Concurrency.swift:2:8: error: no such module 'SwiftData'
1 | import Foundation
2 | import SwiftData
| `- error: no such module 'SwiftData'
3 |
4 | public extension Query {
[103/107] Compiling SwiftQuery AnySortDescriptor.swift
/host/spi-builder-workspace/Sources/SwiftQuery/Fetch+Concurrency.swift:2:8: error: no such module 'SwiftData'
1 | import Foundation
2 | import SwiftData
| `- error: no such module 'SwiftData'
3 |
4 | public extension Query {
[104/107] Compiling SwiftQuery Fetch+Concurrency.swift
/host/spi-builder-workspace/Sources/SwiftQuery/Fetch+Concurrency.swift:2:8: error: no such module 'SwiftData'
1 | import Foundation
2 | import SwiftData
| `- error: no such module 'SwiftData'
3 |
4 | public extension Query {
[105/107] Compiling SwiftQuery QueryActor.swift
/host/spi-builder-workspace/Sources/SwiftQuery/Fetch+Concurrency.swift:2:8: error: no such module 'SwiftData'
1 | import Foundation
2 | import SwiftData
| `- error: no such module 'SwiftData'
3 |
4 | public extension Query {
[106/107] Compiling SwiftQuery Query.swift
/host/spi-builder-workspace/Sources/SwiftQuery/Fetch+Concurrency.swift:2:8: error: no such module 'SwiftData'
1 | import Foundation
2 | import SwiftData
| `- error: no such module 'SwiftData'
3 |
4 | public extension Query {
[107/107] Compiling SwiftQuery PersistentModel+Query.swift
/host/spi-builder-workspace/Sources/SwiftQuery/Fetch+Concurrency.swift:2:8: error: no such module 'SwiftData'
1 | import Foundation
2 | import SwiftData
| `- error: no such module 'SwiftData'
3 |
4 | public extension Query {
BUILD FAILURE 6.1 linux