Build Information
Failed to build CloudKitSyncMonitor, reference 3.1.0 (a421ba), with Swift 6.1 for Wasm on 2 Jun 2025 22:38:19 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ggruen/CloudKitSyncMonitor.git
Reference: 3.1.0
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/ggruen/CloudKitSyncMonitor
* tag 3.1.0 -> FETCH_HEAD
HEAD is now at a421ba7 updates Turkish localization (#35)
Cloned https://github.com/ggruen/CloudKitSyncMonitor.git
Revision (git rev-parse @):
a421ba7b38fa2e37bb78fc1425db491ca5e93c9a
SUCCESS checkout https://github.com/ggruen/CloudKitSyncMonitor.git at 3.1.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/ggruen/CloudKitSyncMonitor.git
https://github.com/ggruen/CloudKitSyncMonitor.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "CloudKitSyncMonitor",
"name" : "CloudKitSyncMonitor",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "maccatalyst",
"version" : "15.0"
}
],
"products" : [
{
"name" : "CloudKitSyncMonitor",
"targets" : [
"CloudKitSyncMonitor"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "CloudKitSyncMonitorTests",
"module_type" : "SwiftTarget",
"name" : "CloudKitSyncMonitorTests",
"path" : "Tests/CloudKitSyncMonitorTests",
"sources" : [
"SyncMonitorTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"CloudKitSyncMonitor"
],
"type" : "test"
},
{
"c99name" : "CloudKitSyncMonitor",
"module_type" : "SwiftTarget",
"name" : "CloudKitSyncMonitor",
"path" : "Sources/CloudKitSyncMonitor",
"product_memberships" : [
"CloudKitSyncMonitor"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/CloudKitSyncMonitor/Localizable.xcstrings",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"SyncMonitor.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: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
Building for debugging...
[0/4] Write sources
[1/4] Copying Info.plist
[2/4] Copying Localizable.xcstrings
[3/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/7] Emitting module CloudKitSyncMonitor
/host/spi-builder-workspace/Sources/CloudKitSyncMonitor/SyncMonitor.swift:9:8: error: no such module 'CoreData'
7 | //
8 |
9 | import CoreData
| `- error: no such module 'CoreData'
10 | import Network
11 | import SwiftUI
[6/7] Compiling CloudKitSyncMonitor resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/CloudKitSyncMonitor/SyncMonitor.swift:9:8: error: no such module 'CoreData'
7 | //
8 |
9 | import CoreData
| `- error: no such module 'CoreData'
10 | import Network
11 | import SwiftUI
[7/7] Compiling CloudKitSyncMonitor SyncMonitor.swift
/host/spi-builder-workspace/Sources/CloudKitSyncMonitor/SyncMonitor.swift:9:8: error: no such module 'CoreData'
7 | //
8 |
9 | import CoreData
| `- error: no such module 'CoreData'
10 | import Network
11 | import SwiftUI
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/4] Compiling CloudKitSyncMonitor resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/CloudKitSyncMonitor/SyncMonitor.swift:9:8: error: no such module 'CoreData'
7 | //
8 |
9 | import CoreData
| `- error: no such module 'CoreData'
10 | import Network
11 | import SwiftUI
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/4] Emitting module CloudKitSyncMonitor
/host/spi-builder-workspace/Sources/CloudKitSyncMonitor/SyncMonitor.swift:9:8: error: no such module 'CoreData'
7 | //
8 |
9 | import CoreData
| `- error: no such module 'CoreData'
10 | import Network
11 | import SwiftUI
[4/4] Compiling CloudKitSyncMonitor SyncMonitor.swift
/host/spi-builder-workspace/Sources/CloudKitSyncMonitor/SyncMonitor.swift:9:8: error: no such module 'CoreData'
7 | //
8 |
9 | import CoreData
| `- error: no such module 'CoreData'
10 | import Network
11 | import SwiftUI
BUILD FAILURE 6.1 wasm