Build Information
Failed to build DataThespian, reference 1.0.2 (717182), with Swift 6.3 for Wasm on 17 Apr 2026 04:12:54 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/DataThespian.git
Reference: 1.0.2
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.2 -> FETCH_HEAD
HEAD is now at 717182c Migrating from subscription to FetchDescriptors
Cloned https://github.com/brightdigit/DataThespian.git
Revision (git rev-parse @):
717182cf73fcdfc045ef5928d9d6b014801f8e67
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/brightdigit/DataThespian.git at 1.0.2
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/brightdigit/DataThespian.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/brightdigit/FelinePine.git
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/586] Fetching felinepine
[183/2863] Fetching felinepine, swift-docc-plugin
Fetched https://github.com/brightdigit/FelinePine.git from cache (0.27s)
[501/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.41s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (2.92s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.60s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.53s)
Computing version for https://github.com/brightdigit/FelinePine.git
Computed https://github.com/brightdigit/FelinePine.git at 1.0.0 (0.52s)
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
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.6
[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 LoggingSystem.swift
[7/13] Compiling FelinePine LoggingSystem+LoggingSystemRepository.swift
[8/13] Compiling FelinePine NSLocking.swift
[9/13] Compiling FelinePine Pine.swift
[10/13] Compiling FelinePine Logger+LoggerCategory.swift
[11/13] Emitting module FelinePine
[12/13] Compiling FelinePine Loggable.swift
[13/13] Compiling FelinePine Feline.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/53] 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 |
[16/58] Compiling DataThespian ManagedObjectMetadata.swift
[17/58] Compiling DataThespian Notification.swift
[18/58] Compiling DataThespian NotificationDataUpdate.swift
[19/58] Compiling DataThespian RegistrationCollection.swift
[20/58] Compiling DataThespian FetchDescriptor.swift
[21/58] Compiling DataThespian AgentRegister.swift
[22/58] Compiling DataThespian DatabaseChangePublicist.swift
[23/58] Compiling DataThespian EnvironmentValues+DatabaseChangePublicist.swift
[24/58] Compiling DataThespian PublishingAgent.swift
[25/58] Compiling DataThespian PublishingRegister.swift
[26/58] Compiling DataThespian Selector.swift
[27/58] Compiling DataThespian Unique.swift
[28/58] Compiling DataThespian UniqueKey.swift
[29/58] Compiling DataThespian UniqueKeyPath.swift
[30/58] Compiling DataThespian UniqueKeys.swift
[31/58] Compiling DataThespian Model.swift
[32/58] Compiling DataThespian EnvironmentValues+Database.swift
[33/58] Compiling DataThespian ModelActor+Database.swift
[34/58] Compiling DataThespian ModelActorDatabase.swift
[35/58] Compiling DataThespian QueryError.swift
[36/58] Compiling DataThespian Queryable+Extensions.swift
[37/58] Compiling DataThespian Queryable.swift
[38/58] Compiling DataThespian ModelContext+Extension.swift
[39/58] Compiling DataThespian ModelContext+Queryable.swift
[40/58] Compiling DataThespian ModelContext.swift
[41/58] Compiling DataThespian NSManagedObjectID.swift
[42/58] Compiling DataThespian CollectionDifference.swift
[43/58] 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 |
[44/58] 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 |
[45/58] 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 |
[46/58] 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 |
[47/58] 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 |
[48/58] 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 |
[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
BUILD FAILURE 6.3 wasm