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 DataThespian, reference 1.0.1 (76c923), with Swift 6.1 for Wasm on 9 Jun 2025 01:55:22 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/brightdigit/DataThespian.git
Reference: 1.0.1
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/brightdigit/DataThespian
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at 76c9236 Merge pull request #44 from brightdigit/v1.0.1
Cloned https://github.com/brightdigit/DataThespian.git
Revision (git rev-parse @):
76c9236ea960b9ecd2101d6e610d2745ef3cc88e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/brightdigit/DataThespian.git at 1.0.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/brightdigit/DataThespian.git
https://github.com/brightdigit/DataThespian.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "felinepine",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0-beta.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/brightdigit/FelinePine.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "DataThespian",
  "name" : "DataThespian",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "DataThespian",
      "targets" : [
        "DataThespian"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DataThespianTests",
      "module_type" : "SwiftTarget",
      "name" : "DataThespianTests",
      "path" : "Tests/DataThespianTests",
      "sources" : [
        "Support/Child.swift",
        "Support/Parent.swift",
        "Support/SwiftDataIsAvailable.swift",
        "Support/TestingDatabase.swift",
        "Support/Thread.swift",
        "Tests/AnyModelTests.swift",
        "Tests/BasicDatabaseTests.swift",
        "Tests/CoreDataNotificationKeysTests.swift",
        "Tests/DataMonitorTests.swift",
        "Tests/DeleteTests.swift",
        "Tests/FetchTests.swift",
        "Tests/ModelActorTests.swift",
        "Tests/NotFoundErrorTests.swift",
        "Tests/PerformanceTests.swift",
        "Tests/SelectorExtensionTests.swift"
      ],
      "target_dependencies" : [
        "DataThespian"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DataThespian",
      "module_type" : "SwiftTarget",
      "name" : "DataThespian",
      "path" : "Sources/DataThespian",
      "product_dependencies" : [
        "FelinePine"
      ],
      "product_memberships" : [
        "DataThespian"
      ],
      "sources" : [
        "AnyModel.swift",
        "Assert.swift",
        "Databases/BackgroundDatabase.swift",
        "Databases/Database+Extras.swift",
        "Databases/Database+Queryable.swift",
        "Databases/Database.swift",
        "Databases/EnvironmentValues+Database.swift",
        "Databases/ModelActor+Database.swift",
        "Databases/ModelActorDatabase.swift",
        "Databases/QueryError.swift",
        "Databases/Queryable+Extensions.swift",
        "Databases/Queryable.swift",
        "Databases/Selector.swift",
        "Databases/Unique.swift",
        "Databases/UniqueKey.swift",
        "Databases/UniqueKeyPath.swift",
        "Databases/UniqueKeys.swift",
        "Model.swift",
        "Notification/AgentRegister.swift",
        "Notification/Combine/DatabaseChangePublicist.swift",
        "Notification/Combine/EnvironmentValues+DatabaseChangePublicist.swift",
        "Notification/Combine/PublishingAgent.swift",
        "Notification/Combine/PublishingRegister.swift",
        "Notification/DataAgent.swift",
        "Notification/DataMonitor.swift",
        "Notification/DatabaseChangeSet.swift",
        "Notification/DatabaseChangeType.swift",
        "Notification/DatabaseMonitoring.swift",
        "Notification/ManagedObjectMetadata.swift",
        "Notification/Notification.swift",
        "Notification/NotificationDataUpdate.swift",
        "Notification/RegistrationCollection.swift",
        "SwiftData/FetchDescriptor.swift",
        "SwiftData/ModelContext+Extension.swift",
        "SwiftData/ModelContext+Queryable.swift",
        "SwiftData/ModelContext.swift",
        "SwiftData/NSManagedObjectID.swift",
        "Synchronization/CollectionDifference.swift",
        "Synchronization/CollectionSynchronizer.swift",
        "Synchronization/ModelDifferenceSynchronizer.swift",
        "Synchronization/ModelSynchronizer.swift",
        "Synchronization/SynchronizationDifference.swift",
        "ThespianLogging.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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 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/swiftlang/swift-docc-plugin
Fetching https://github.com/brightdigit/FelinePine.git
[1/2068] Fetching swift-docc-plugin
[229/2654] Fetching swift-docc-plugin, felinepine
Fetched https://github.com/brightdigit/FelinePine.git from cache (0.33s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.33s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.4 (2.18s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3406] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.36s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (4.05s)
Computing version for https://github.com/brightdigit/FelinePine.git
Computed https://github.com/brightdigit/FelinePine.git at 1.0.0 (0.45s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.4
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/brightdigit/FelinePine.git
Working copy of https://github.com/brightdigit/FelinePine.git resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/13] Compiling FelinePine Pine.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[7/13] Compiling FelinePine NSLocking.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[8/13] Compiling FelinePine LoggingSystem+LoggingSystemRepository.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[9/13] Compiling FelinePine Logger+LoggerCategory.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[10/13] Compiling FelinePine LoggingSystem.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[11/13] Emitting module FelinePine
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[12/13] Compiling FelinePine Feline.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[13/13] Compiling FelinePine Loggable.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[15/53] Compiling DataThespian AnyModel.swift
/host/spi-builder-workspace/Sources/DataThespian/Assert.swift:38:49: error: cannot find 'Thread' in scope
36 | ///   - assertIsBackground: A boolean indicating whether the assertion should be made.
37 | @inlinable internal func assert(isMainThread: Bool, if assertIsBackground: Bool) {
38 |   assert(!assertIsBackground || isMainThread == Thread.isMainThread)
   |                                                 `- error: cannot find 'Thread' in scope
39 | }
40 |
/host/spi-builder-workspace/Sources/DataThespian/Assert.swift:45:26: error: cannot find 'Thread' in scope
43 | /// - Parameter isMainThread: A boolean indicating whether the current thread should be the main thread.
44 | @inlinable internal func assert(isMainThread: Bool) {
45 |   assert(isMainThread == Thread.isMainThread)
   |                          `- error: cannot find 'Thread' in scope
46 | }
47 |
[16/53] Compiling DataThespian Assert.swift
/host/spi-builder-workspace/Sources/DataThespian/Assert.swift:38:49: error: cannot find 'Thread' in scope
36 | ///   - assertIsBackground: A boolean indicating whether the assertion should be made.
37 | @inlinable internal func assert(isMainThread: Bool, if assertIsBackground: Bool) {
38 |   assert(!assertIsBackground || isMainThread == Thread.isMainThread)
   |                                                 `- error: cannot find 'Thread' in scope
39 | }
40 |
/host/spi-builder-workspace/Sources/DataThespian/Assert.swift:45:26: error: cannot find 'Thread' in scope
43 | /// - Parameter isMainThread: A boolean indicating whether the current thread should be the main thread.
44 | @inlinable internal func assert(isMainThread: Bool) {
45 |   assert(isMainThread == Thread.isMainThread)
   |                          `- error: cannot find 'Thread' in scope
46 | }
47 |
[17/53] Compiling DataThespian BackgroundDatabase.swift
/host/spi-builder-workspace/Sources/DataThespian/Assert.swift:38:49: error: cannot find 'Thread' in scope
36 | ///   - assertIsBackground: A boolean indicating whether the assertion should be made.
37 | @inlinable internal func assert(isMainThread: Bool, if assertIsBackground: Bool) {
38 |   assert(!assertIsBackground || isMainThread == Thread.isMainThread)
   |                                                 `- error: cannot find 'Thread' in scope
39 | }
40 |
/host/spi-builder-workspace/Sources/DataThespian/Assert.swift:45:26: error: cannot find 'Thread' in scope
43 | /// - Parameter isMainThread: A boolean indicating whether the current thread should be the main thread.
44 | @inlinable internal func assert(isMainThread: Bool) {
45 |   assert(isMainThread == Thread.isMainThread)
   |                          `- error: cannot find 'Thread' in scope
46 | }
47 |
[18/53] Compiling DataThespian Database+Extras.swift
/host/spi-builder-workspace/Sources/DataThespian/Assert.swift:38:49: error: cannot find 'Thread' in scope
36 | ///   - assertIsBackground: A boolean indicating whether the assertion should be made.
37 | @inlinable internal func assert(isMainThread: Bool, if assertIsBackground: Bool) {
38 |   assert(!assertIsBackground || isMainThread == Thread.isMainThread)
   |                                                 `- error: cannot find 'Thread' in scope
39 | }
40 |
/host/spi-builder-workspace/Sources/DataThespian/Assert.swift:45:26: error: cannot find 'Thread' in scope
43 | /// - Parameter isMainThread: A boolean indicating whether the current thread should be the main thread.
44 | @inlinable internal func assert(isMainThread: Bool) {
45 |   assert(isMainThread == Thread.isMainThread)
   |                          `- error: cannot find 'Thread' in scope
46 | }
47 |
[19/53] Compiling DataThespian Database+Queryable.swift
/host/spi-builder-workspace/Sources/DataThespian/Assert.swift:38:49: error: cannot find 'Thread' in scope
36 | ///   - assertIsBackground: A boolean indicating whether the assertion should be made.
37 | @inlinable internal func assert(isMainThread: Bool, if assertIsBackground: Bool) {
38 |   assert(!assertIsBackground || isMainThread == Thread.isMainThread)
   |                                                 `- error: cannot find 'Thread' in scope
39 | }
40 |
/host/spi-builder-workspace/Sources/DataThespian/Assert.swift:45:26: error: cannot find 'Thread' in scope
43 | /// - Parameter isMainThread: A boolean indicating whether the current thread should be the main thread.
44 | @inlinable internal func assert(isMainThread: Bool) {
45 |   assert(isMainThread == Thread.isMainThread)
   |                          `- error: cannot find 'Thread' in scope
46 | }
47 |
[20/53] Compiling DataThespian Database.swift
/host/spi-builder-workspace/Sources/DataThespian/Assert.swift:38:49: error: cannot find 'Thread' in scope
36 | ///   - assertIsBackground: A boolean indicating whether the assertion should be made.
37 | @inlinable internal func assert(isMainThread: Bool, if assertIsBackground: Bool) {
38 |   assert(!assertIsBackground || isMainThread == Thread.isMainThread)
   |                                                 `- error: cannot find 'Thread' in scope
39 | }
40 |
/host/spi-builder-workspace/Sources/DataThespian/Assert.swift:45:26: error: cannot find 'Thread' in scope
43 | /// - Parameter isMainThread: A boolean indicating whether the current thread should be the main thread.
44 | @inlinable internal func assert(isMainThread: Bool) {
45 |   assert(isMainThread == Thread.isMainThread)
   |                          `- error: cannot find 'Thread' in scope
46 | }
47 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/58] Emitting module DataThespian
/host/spi-builder-workspace/Sources/DataThespian/Assert.swift:38:49: error: cannot find 'Thread' in scope
36 | ///   - assertIsBackground: A boolean indicating whether the assertion should be made.
37 | @inlinable internal func assert(isMainThread: Bool, if assertIsBackground: Bool) {
38 |   assert(!assertIsBackground || isMainThread == Thread.isMainThread)
   |                                                 `- error: cannot find 'Thread' in scope
39 | }
40 |
/host/spi-builder-workspace/Sources/DataThespian/Assert.swift:45:26: error: cannot find 'Thread' in scope
43 | /// - Parameter isMainThread: A boolean indicating whether the current thread should be the main thread.
44 | @inlinable internal func assert(isMainThread: Bool) {
45 |   assert(isMainThread == Thread.isMainThread)
   |                          `- error: cannot find 'Thread' in scope
46 | }
47 |
[22/58] Compiling DataThespian EnvironmentValues+Database.swift
[23/58] Compiling DataThespian ModelActor+Database.swift
[24/58] Compiling DataThespian ModelActorDatabase.swift
[25/58] Compiling DataThespian QueryError.swift
[26/58] Compiling DataThespian Queryable+Extensions.swift
[27/58] Compiling DataThespian Queryable.swift
[28/58] Compiling DataThespian AgentRegister.swift
[29/58] Compiling DataThespian DatabaseChangePublicist.swift
[30/58] Compiling DataThespian EnvironmentValues+DatabaseChangePublicist.swift
[31/58] Compiling DataThespian PublishingAgent.swift
[32/58] Compiling DataThespian PublishingRegister.swift
[33/58] Compiling DataThespian Selector.swift
[34/58] Compiling DataThespian Unique.swift
[35/58] Compiling DataThespian UniqueKey.swift
[36/58] Compiling DataThespian UniqueKeyPath.swift
[37/58] Compiling DataThespian UniqueKeys.swift
[38/58] Compiling DataThespian Model.swift
[39/58] Compiling DataThespian ModelContext+Extension.swift
[40/58] Compiling DataThespian ModelContext+Queryable.swift
[41/58] Compiling DataThespian ModelContext.swift
[42/58] Compiling DataThespian NSManagedObjectID.swift
[43/58] Compiling DataThespian CollectionDifference.swift
[44/58] Compiling DataThespian ManagedObjectMetadata.swift
[45/58] Compiling DataThespian Notification.swift
[46/58] Compiling DataThespian NotificationDataUpdate.swift
[47/58] Compiling DataThespian RegistrationCollection.swift
[48/58] Compiling DataThespian FetchDescriptor.swift
[49/58] Compiling DataThespian DataAgent.swift
[50/58] Compiling DataThespian DataMonitor.swift
[51/58] Compiling DataThespian DatabaseChangeSet.swift
[52/58] Compiling DataThespian DatabaseChangeType.swift
[53/58] Compiling DataThespian DatabaseMonitoring.swift
[54/58] Compiling DataThespian CollectionSynchronizer.swift
[55/58] Compiling DataThespian ModelDifferenceSynchronizer.swift
[56/58] Compiling DataThespian ModelSynchronizer.swift
[57/58] Compiling DataThespian SynchronizationDifference.swift
[58/58] Compiling DataThespian ThespianLogging.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/11] Compiling FelinePine Pine.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[5/11] Compiling FelinePine Logger+LoggerCategory.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[6/11] Compiling FelinePine Loggable.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[7/11] Compiling FelinePine NSLocking.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[8/11] Compiling FelinePine Feline.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[9/11] Emitting module FelinePine
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[10/11] Compiling FelinePine LoggingSystem.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[11/11] Compiling FelinePine LoggingSystem+LoggingSystemRepository.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[13/51] Compiling DataThespian ManagedObjectMetadata.swift
[14/51] Compiling DataThespian Notification.swift
[15/51] Compiling DataThespian NotificationDataUpdate.swift
[16/51] Compiling DataThespian RegistrationCollection.swift
[17/51] Compiling DataThespian FetchDescriptor.swift
[18/51] Compiling DataThespian EnvironmentValues+Database.swift
[19/51] Compiling DataThespian ModelActor+Database.swift
[20/51] Compiling DataThespian ModelActorDatabase.swift
[21/51] Compiling DataThespian QueryError.swift
[22/51] Compiling DataThespian Queryable+Extensions.swift
[23/51] Compiling DataThespian Queryable.swift
[24/56] Compiling DataThespian Selector.swift
[25/56] Compiling DataThespian Unique.swift
[26/56] Compiling DataThespian UniqueKey.swift
[27/56] Compiling DataThespian UniqueKeyPath.swift
[28/56] Compiling DataThespian UniqueKeys.swift
[29/56] Compiling DataThespian Model.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[30/56] Emitting module DataThespian
/host/spi-builder-workspace/Sources/DataThespian/Assert.swift:38:49: error: cannot find 'Thread' in scope
36 | ///   - assertIsBackground: A boolean indicating whether the assertion should be made.
37 | @inlinable internal func assert(isMainThread: Bool, if assertIsBackground: Bool) {
38 |   assert(!assertIsBackground || isMainThread == Thread.isMainThread)
   |                                                 `- error: cannot find 'Thread' in scope
39 | }
40 |
/host/spi-builder-workspace/Sources/DataThespian/Assert.swift:45:26: error: cannot find 'Thread' in scope
43 | /// - Parameter isMainThread: A boolean indicating whether the current thread should be the main thread.
44 | @inlinable internal func assert(isMainThread: Bool) {
45 |   assert(isMainThread == Thread.isMainThread)
   |                          `- error: cannot find 'Thread' in scope
46 | }
47 |
[31/56] Compiling DataThespian DataAgent.swift
[32/56] Compiling DataThespian DataMonitor.swift
[33/56] Compiling DataThespian DatabaseChangeSet.swift
[34/56] Compiling DataThespian DatabaseChangeType.swift
[35/56] Compiling DataThespian DatabaseMonitoring.swift
[36/56] Compiling DataThespian AgentRegister.swift
[37/56] Compiling DataThespian DatabaseChangePublicist.swift
[38/56] Compiling DataThespian EnvironmentValues+DatabaseChangePublicist.swift
[39/56] Compiling DataThespian PublishingAgent.swift
[40/56] Compiling DataThespian PublishingRegister.swift
[41/56] Compiling DataThespian ModelContext+Extension.swift
[42/56] Compiling DataThespian ModelContext+Queryable.swift
[43/56] Compiling DataThespian ModelContext.swift
[44/56] Compiling DataThespian NSManagedObjectID.swift
[45/56] Compiling DataThespian CollectionDifference.swift
[46/56] Compiling DataThespian AnyModel.swift
/host/spi-builder-workspace/Sources/DataThespian/Assert.swift:38:49: error: cannot find 'Thread' in scope
36 | ///   - assertIsBackground: A boolean indicating whether the assertion should be made.
37 | @inlinable internal func assert(isMainThread: Bool, if assertIsBackground: Bool) {
38 |   assert(!assertIsBackground || isMainThread == Thread.isMainThread)
   |                                                 `- error: cannot find 'Thread' in scope
39 | }
40 |
/host/spi-builder-workspace/Sources/DataThespian/Assert.swift:45:26: error: cannot find 'Thread' in scope
43 | /// - Parameter isMainThread: A boolean indicating whether the current thread should be the main thread.
44 | @inlinable internal func assert(isMainThread: Bool) {
45 |   assert(isMainThread == Thread.isMainThread)
   |                          `- error: cannot find 'Thread' in scope
46 | }
47 |
[47/56] Compiling DataThespian Assert.swift
/host/spi-builder-workspace/Sources/DataThespian/Assert.swift:38:49: error: cannot find 'Thread' in scope
36 | ///   - assertIsBackground: A boolean indicating whether the assertion should be made.
37 | @inlinable internal func assert(isMainThread: Bool, if assertIsBackground: Bool) {
38 |   assert(!assertIsBackground || isMainThread == Thread.isMainThread)
   |                                                 `- error: cannot find 'Thread' in scope
39 | }
40 |
/host/spi-builder-workspace/Sources/DataThespian/Assert.swift:45:26: error: cannot find 'Thread' in scope
43 | /// - Parameter isMainThread: A boolean indicating whether the current thread should be the main thread.
44 | @inlinable internal func assert(isMainThread: Bool) {
45 |   assert(isMainThread == Thread.isMainThread)
   |                          `- error: cannot find 'Thread' in scope
46 | }
47 |
[48/56] Compiling DataThespian BackgroundDatabase.swift
/host/spi-builder-workspace/Sources/DataThespian/Assert.swift:38:49: error: cannot find 'Thread' in scope
36 | ///   - assertIsBackground: A boolean indicating whether the assertion should be made.
37 | @inlinable internal func assert(isMainThread: Bool, if assertIsBackground: Bool) {
38 |   assert(!assertIsBackground || isMainThread == Thread.isMainThread)
   |                                                 `- error: cannot find 'Thread' in scope
39 | }
40 |
/host/spi-builder-workspace/Sources/DataThespian/Assert.swift:45:26: error: cannot find 'Thread' in scope
43 | /// - Parameter isMainThread: A boolean indicating whether the current thread should be the main thread.
44 | @inlinable internal func assert(isMainThread: Bool) {
45 |   assert(isMainThread == Thread.isMainThread)
   |                          `- error: cannot find 'Thread' in scope
46 | }
47 |
[49/56] Compiling DataThespian Database+Extras.swift
/host/spi-builder-workspace/Sources/DataThespian/Assert.swift:38:49: error: cannot find 'Thread' in scope
36 | ///   - assertIsBackground: A boolean indicating whether the assertion should be made.
37 | @inlinable internal func assert(isMainThread: Bool, if assertIsBackground: Bool) {
38 |   assert(!assertIsBackground || isMainThread == Thread.isMainThread)
   |                                                 `- error: cannot find 'Thread' in scope
39 | }
40 |
/host/spi-builder-workspace/Sources/DataThespian/Assert.swift:45:26: error: cannot find 'Thread' in scope
43 | /// - Parameter isMainThread: A boolean indicating whether the current thread should be the main thread.
44 | @inlinable internal func assert(isMainThread: Bool) {
45 |   assert(isMainThread == Thread.isMainThread)
   |                          `- error: cannot find 'Thread' in scope
46 | }
47 |
[50/56] Compiling DataThespian Database+Queryable.swift
/host/spi-builder-workspace/Sources/DataThespian/Assert.swift:38:49: error: cannot find 'Thread' in scope
36 | ///   - assertIsBackground: A boolean indicating whether the assertion should be made.
37 | @inlinable internal func assert(isMainThread: Bool, if assertIsBackground: Bool) {
38 |   assert(!assertIsBackground || isMainThread == Thread.isMainThread)
   |                                                 `- error: cannot find 'Thread' in scope
39 | }
40 |
/host/spi-builder-workspace/Sources/DataThespian/Assert.swift:45:26: error: cannot find 'Thread' in scope
43 | /// - Parameter isMainThread: A boolean indicating whether the current thread should be the main thread.
44 | @inlinable internal func assert(isMainThread: Bool) {
45 |   assert(isMainThread == Thread.isMainThread)
   |                          `- error: cannot find 'Thread' in scope
46 | }
47 |
[51/56] Compiling DataThespian Database.swift
/host/spi-builder-workspace/Sources/DataThespian/Assert.swift:38:49: error: cannot find 'Thread' in scope
36 | ///   - assertIsBackground: A boolean indicating whether the assertion should be made.
37 | @inlinable internal func assert(isMainThread: Bool, if assertIsBackground: Bool) {
38 |   assert(!assertIsBackground || isMainThread == Thread.isMainThread)
   |                                                 `- error: cannot find 'Thread' in scope
39 | }
40 |
/host/spi-builder-workspace/Sources/DataThespian/Assert.swift:45:26: error: cannot find 'Thread' in scope
43 | /// - Parameter isMainThread: A boolean indicating whether the current thread should be the main thread.
44 | @inlinable internal func assert(isMainThread: Bool) {
45 |   assert(isMainThread == Thread.isMainThread)
   |                          `- error: cannot find 'Thread' in scope
46 | }
47 |
[52/56] Compiling DataThespian CollectionSynchronizer.swift
[53/56] Compiling DataThespian ModelDifferenceSynchronizer.swift
[54/56] Compiling DataThespian ModelSynchronizer.swift
[55/56] Compiling DataThespian SynchronizationDifference.swift
[56/56] Compiling DataThespian ThespianLogging.swift
BUILD FAILURE 6.1 wasm