The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build swift-query, reference main (1f9d97), with Swift 6.1 for Android on 13 Aug 2025 02:56:03 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 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:         android
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5505] Fetching xctest-dynamic-overlay
[1323/11801] Fetching xctest-dynamic-overlay, swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.59s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.74s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.3 (1.30s)
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
[2411/3702] Fetching combine-schedulers, swift-clocks
[3703/4580] Fetching combine-schedulers, swift-clocks, swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.33s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.36s)
[1/71736] Fetching swift-syntax
Fetched https://github.com/pointfreeco/combine-schedulers from cache (7.38s)
Fetched https://github.com/swiftlang/swift-syntax from cache (7.47s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (8.69s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.67s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (0.98s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (2.97s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (2.81s)
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/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.6.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
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/43] Compiling ConcurrencyExtras Task.swift
[16/43] Compiling ConcurrencyExtras MainSerialExecutor.swift
[17/43] Compiling ConcurrencyExtras Result.swift
[18/43] Compiling IssueReporting ErrorReporting.swift
[19/43] Compiling IssueReporting AppHostWarning.swift
[20/43] Compiling IssueReporting Deprecations.swift
[21/43] Compiling IssueReporting FailureObserver.swift
[22/43] Compiling ConcurrencyExtras LockIsolated.swift
[23/43] Compiling IssueReporting LockIsolated.swift
[24/43] Compiling IssueReporting Rethrows.swift
[25/44] Compiling IssueReporting BreakpointReporter.swift
[26/44] Compiling IssueReporting FatalErrorReporter.swift
[27/44] Compiling IssueReporting XCTest.swift
[28/44] Compiling IssueReporting IsTesting.swift
[29/44] Compiling IssueReporting IssueReporter.swift
[31/46] Emitting module IssueReporting
[38/46] Compiling IssueReporting TestContext.swift
[39/46] Compiling IssueReporting Unimplemented.swift
[40/46] Compiling IssueReporting SwiftTesting.swift
[41/46] Compiling IssueReporting UncheckedSendable.swift
[42/46] Compiling IssueReporting Warn.swift
[43/46] Compiling IssueReporting RuntimeWarningReporter.swift
[44/46] Compiling IssueReporting ReportIssue.swift
[45/46] Compiling IssueReporting WithExpectedIssue.swift
[46/46] Compiling IssueReporting WithIssueContext.swift
[48/70] Compiling Clocks SwiftUI.swift
[49/71] Compiling CombineSchedulers Timer.swift
[50/71] Compiling CombineSchedulers UIScheduler.swift
[51/71] Compiling CombineSchedulers UIKit.swift
[52/71] Emitting module CombineSchedulers
[53/71] Compiling CombineSchedulers AnyScheduler.swift
[54/71] Compiling CombineSchedulers Concurrency.swift
[55/71] Compiling CombineSchedulers ImmediateScheduler.swift
[56/71] Compiling CombineSchedulers Deprecations.swift
[57/72] Compiling XCTestDynamicOverlay Exports.swift
[58/72] Compiling Clocks Timer.swift
[59/72] Compiling CombineSchedulers SwiftUI.swift
[60/72] Compiling CombineSchedulers TestScheduler.swift
[61/72] Compiling CombineSchedulers Lock.swift
[62/72] Compiling CombineSchedulers NSRecursiveLock.swift
[63/72] Emitting module XCTestDynamicOverlay
[64/72] Compiling CombineSchedulers UnimplementedScheduler.swift
[65/73] Emitting module Clocks
[66/73] Compiling Clocks ImmediateClock.swift
[67/73] Compiling Clocks AnyClock.swift
[68/73] Compiling Clocks Lock.swift
[69/73] Compiling Clocks _AsyncTimerSequence.swift
[70/73] Compiling Clocks UnimplementedClock.swift
[72/73] Compiling Clocks TestClock.swift
[74/74] Compiling XCTestDynamicOverlay Deprecations.swift
[76/98] Compiling Dependencies OpenURL.swift
[77/98] Compiling Dependencies TimeZone.swift
[78/98] Compiling Dependencies URLSession.swift
[79/101] Compiling Dependencies Deprecations.swift
[80/101] Compiling Dependencies Exports.swift
[81/101] Compiling Dependencies TypeName.swift
[82/101] Emitting module Dependencies
[83/101] Compiling Dependencies Locale.swift
[84/101] Compiling Dependencies MainQueue.swift
[85/101] Compiling Dependencies MainRunLoop.swift
[86/101] Compiling Dependencies Context.swift
[87/101] Compiling Dependencies Date.swift
[88/101] Compiling Dependencies FireAndForget.swift
[89/101] Compiling Dependencies UUID.swift
[90/101] Compiling Dependencies WithRandomNumberGenerator.swift
[91/101] Compiling Dependencies AppEntryPoint.swift
[92/101] Compiling Dependencies Assert.swift
[93/101] Compiling Dependencies Calendar.swift
[94/101] Compiling Dependencies Clocks.swift
[95/101] Compiling Dependencies PreviewTrait.swift
[96/101] Compiling Dependencies TestTrait.swift
[97/101] Compiling Dependencies WithDependencies.swift
[98/101] Compiling Dependencies Dependency.swift
[99/101] Compiling Dependencies DependencyContext.swift
[100/101] Compiling Dependencies DependencyKey.swift
[101/101] Compiling Dependencies DependencyValues.swift
[103/114] 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 {
[104/114] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[105/115] 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 {
[106/115] 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 {
[107/115] 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 {
[108/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 {
[109/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 {
[110/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 {
[111/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 {
[112/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 {
[113/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 {
[114/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 {
[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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/14] Compiling IssueReportingPackageSupport _Test.swift
[3/14] Emitting module IssueReportingPackageSupport
[4/14] Compiling ConcurrencyExtras Locking.swift
[5/14] Compiling ConcurrencyExtras UncheckedBox.swift
[6/16] Compiling ConcurrencyExtras MainSerialExecutor.swift
[7/16] Compiling ConcurrencyExtras LockIsolated.swift
[8/16] Compiling ConcurrencyExtras AsyncStream.swift
[9/16] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[10/16] Compiling ConcurrencyExtras ActorIsolated.swift
[11/16] Compiling ConcurrencyExtras AnyHashableSendable.swift
[12/16] Emitting module ConcurrencyExtras
[14/16] Compiling ConcurrencyExtras Result.swift
[15/16] Compiling ConcurrencyExtras Task.swift
[16/16] Compiling ConcurrencyExtras UncheckedSendable.swift
[18/36] Compiling IssueReporting XCTest.swift
[19/36] Compiling IssueReporting IsTesting.swift
[20/36] Compiling IssueReporting IssueReporter.swift
[21/38] Compiling IssueReporting TestContext.swift
[22/38] Compiling IssueReporting Unimplemented.swift
[23/38] Compiling IssueReporting FailureObserver.swift
[24/38] Compiling IssueReporting LockIsolated.swift
[25/38] Compiling IssueReporting Rethrows.swift
[26/38] Compiling IssueReporting BreakpointReporter.swift
[27/38] Compiling IssueReporting FatalErrorReporter.swift
[28/38] Compiling IssueReporting RuntimeWarningReporter.swift
[29/38] Compiling IssueReporting ReportIssue.swift
[30/38] Compiling IssueReporting ErrorReporting.swift
[31/38] Compiling IssueReporting AppHostWarning.swift
[32/38] Compiling IssueReporting Deprecations.swift
[33/38] Emitting module IssueReporting
[34/38] Compiling IssueReporting SwiftTesting.swift
[35/38] Compiling IssueReporting UncheckedSendable.swift
[36/38] Compiling IssueReporting Warn.swift
[37/38] Compiling IssueReporting WithExpectedIssue.swift
[38/38] Compiling IssueReporting WithIssueContext.swift
[40/62] Compiling XCTestDynamicOverlay Exports.swift
[41/62] Emitting module Clocks
[42/62] Compiling CombineSchedulers AnyScheduler.swift
[43/62] Compiling CombineSchedulers Concurrency.swift
[44/64] Compiling CombineSchedulers Lock.swift
[45/64] Compiling CombineSchedulers NSRecursiveLock.swift
[46/64] Compiling CombineSchedulers ImmediateScheduler.swift
[47/64] Compiling CombineSchedulers Deprecations.swift
[48/64] Compiling CombineSchedulers Timer.swift
[49/64] Emitting module CombineSchedulers
[50/64] Emitting module XCTestDynamicOverlay
[51/64] Compiling XCTestDynamicOverlay Deprecations.swift
[52/65] Compiling CombineSchedulers SwiftUI.swift
[53/65] Compiling CombineSchedulers TestScheduler.swift
[54/65] Compiling CombineSchedulers UIScheduler.swift
[55/65] Compiling CombineSchedulers UIKit.swift
[56/65] Compiling CombineSchedulers UnimplementedScheduler.swift
[57/65] Compiling Clocks Timer.swift
[59/66] Compiling Clocks Lock.swift
[60/66] Compiling Clocks _AsyncTimerSequence.swift
[61/66] Compiling Clocks ImmediateClock.swift
[62/66] Compiling Clocks AnyClock.swift
[63/66] Compiling Clocks TestClock.swift
[64/66] Compiling Clocks SwiftUI.swift
[66/66] Compiling Clocks UnimplementedClock.swift
[68/90] Compiling Dependencies UUID.swift
[69/90] Compiling Dependencies WithRandomNumberGenerator.swift
[70/90] Compiling Dependencies AppEntryPoint.swift
[71/93] Compiling Dependencies Context.swift
[72/93] Compiling Dependencies Date.swift
[73/93] Compiling Dependencies FireAndForget.swift
[74/93] Compiling Dependencies Locale.swift
[75/93] Compiling Dependencies MainQueue.swift
[76/93] Compiling Dependencies MainRunLoop.swift
[77/93] Compiling Dependencies Assert.swift
[78/93] Compiling Dependencies Calendar.swift
[79/93] Compiling Dependencies Clocks.swift
[80/93] Compiling Dependencies OpenURL.swift
[81/93] Compiling Dependencies TimeZone.swift
[82/93] Compiling Dependencies URLSession.swift
[83/93] Compiling Dependencies Deprecations.swift
[84/93] Compiling Dependencies Exports.swift
[85/93] Compiling Dependencies TypeName.swift
[86/93] Emitting module Dependencies
[87/93] Compiling Dependencies Dependency.swift
[88/93] Compiling Dependencies DependencyContext.swift
[89/93] Compiling Dependencies DependencyKey.swift
[90/93] Compiling Dependencies DependencyValues.swift
[91/93] Compiling Dependencies PreviewTrait.swift
[92/93] Compiling Dependencies TestTrait.swift
[93/93] Compiling Dependencies WithDependencies.swift
[95/106] 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 {
[96/106] 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 {
[97/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 {
[98/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 {
[99/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 {
[100/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 {
[101/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 {
[102/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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[103/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 {
[104/107] 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 {
[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 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 {
[107/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 {
BUILD FAILURE 6.1 android