Build Information
Failed to build Datastore, reference main (e7950e
), with Swift 6.1 for Wasm on 27 May 2025 08:16:29 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/elegantchaos/Datastore.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/elegantchaos/Datastore
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e7950e3 added license
Cloned https://github.com/elegantchaos/Datastore.git
Revision (git rev-parse @):
e7950e369ee8c891cbfa8de184897f1562f0211d
SUCCESS checkout https://github.com/elegantchaos/Datastore.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/elegantchaos/Datastore.git
https://github.com/elegantchaos/Datastore.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "logger",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.6",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/elegantchaos/Logger.git"
},
{
"identity" : "layoutextensions",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/elegantchaos/LayoutExtensions.git"
},
{
"identity" : "viewextensions",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/elegantchaos/ViewExtensions.git"
},
{
"identity" : "applicationextensions",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/elegantchaos/ApplicationExtensions.git"
},
{
"identity" : "xctestextensions",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.7",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/elegantchaos/XCTestExtensions.git"
}
],
"manifest_display_name" : "Datastore",
"name" : "Datastore",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.14"
},
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Datastore",
"targets" : [
"Datastore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DatastoreKit",
"targets" : [
"DatastoreKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DatastoreTests",
"module_type" : "SwiftTarget",
"name" : "DatastoreTests",
"path" : "Tests/DatastoreTests",
"product_dependencies" : [
"XCTestExtensions"
],
"sources" : [
"DatastoreCombineTests.swift",
"DatastoreTestCase.swift",
"DatastoreTests.swift",
"PropertyKeyTests.swift"
],
"target_dependencies" : [
"Datastore"
],
"type" : "test"
},
{
"c99name" : "DatastoreKit",
"module_type" : "SwiftTarget",
"name" : "DatastoreKit",
"path" : "Sources/DatastoreKit",
"product_dependencies" : [
"LayoutExtensions",
"ViewExtensions",
"Logger"
],
"product_memberships" : [
"DatastoreKit"
],
"sources" : [
"DatastoreEntityController.swift",
"DatastoreIndexController.swift",
"DatastoreIndexFilterButton.swift",
"DatastoreIndexSearchButton.swift",
"DatastoreIndexSortButton.swift",
"DatastoreViewContextSupplier.swift"
],
"target_dependencies" : [
"Datastore"
],
"type" : "library"
},
{
"c99name" : "Datastore",
"module_type" : "SwiftTarget",
"name" : "Datastore",
"path" : "Sources/Datastore",
"product_dependencies" : [
"Logger"
],
"product_memberships" : [
"Datastore",
"DatastoreKit"
],
"sources" : [
"CoreData/DatastoreModel.swift",
"CoreData/EntityRecord.swift",
"CoreData/Properties/BooleanProperty.swift",
"CoreData/Properties/DataProperty.swift",
"CoreData/Properties/DateProperty.swift",
"CoreData/Properties/DoubleProperty.swift",
"CoreData/Properties/IntegerProperty.swift",
"CoreData/Properties/NamedProperty.swift",
"CoreData/Properties/RelationshipProperty.swift",
"CoreData/Properties/StringProperty.swift",
"Datastore+Combine.swift",
"Datastore.swift",
"Extensions/NSEntityDescriptionExtensions.swift",
"Extensions/NSManagedObjectContextExtensions.swift",
"Extensions/NSManagedObjectExtensions.swift",
"Interchange/Datastore+Interchange.swift",
"Interchange/InterchangeDecoder.swift",
"Interchange/InterchangeEncoder.swift",
"Interchange/JSONDecoder.swift",
"Interchange/JSONEncoder.swift",
"Properties/PropertyDictionary.swift",
"Properties/PropertyKey.swift",
"Properties/PropertyType.swift",
"Properties/PropertyValue.swift",
"References/CustomReference.swift",
"References/EntityReference.swift",
"References/EntityType.swift",
"References/InitialisingReference.swift",
"Resolvers/CachedResolver.swift",
"Resolvers/EntityResolver.swift",
"Resolvers/MatchingResolver.swift",
"Resolvers/NullResolver.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/elegantchaos/Logger.git
Fetching https://github.com/elegantchaos/LayoutExtensions.git
Fetching https://github.com/elegantchaos/ViewExtensions.git
Fetching https://github.com/elegantchaos/ApplicationExtensions.git
Fetching https://github.com/elegantchaos/XCTestExtensions.git
[1/119] Fetching viewextensions
[120/690] Fetching viewextensions, xctestextensions
[691/1114] Fetching viewextensions, xctestextensions, applicationextensions
[721/3165] Fetching viewextensions, xctestextensions, applicationextensions, logger
[1053/3204] Fetching viewextensions, xctestextensions, applicationextensions, logger, layoutextensions
Fetched https://github.com/elegantchaos/LayoutExtensions.git from cache (0.33s)
Fetched https://github.com/elegantchaos/XCTestExtensions.git from cache (0.33s)
Fetched https://github.com/elegantchaos/ViewExtensions.git from cache (0.33s)
Fetched https://github.com/elegantchaos/ApplicationExtensions.git from cache (0.33s)
Fetched https://github.com/elegantchaos/Logger.git from cache (0.33s)
Computing version for https://github.com/elegantchaos/LayoutExtensions.git
Computed https://github.com/elegantchaos/LayoutExtensions.git at 1.0.3 (1.06s)
Computing version for https://github.com/elegantchaos/ViewExtensions.git
Computed https://github.com/elegantchaos/ViewExtensions.git at 1.0.4 (0.87s)
Computing version for https://github.com/elegantchaos/ApplicationExtensions.git
Computed https://github.com/elegantchaos/ApplicationExtensions.git at 1.1.2 (0.66s)
Fetching https://github.com/elegantchaos/Bundles.git
Fetching https://github.com/elegantchaos/CollectionExtensions.git
[1/400] Fetching collectionextensions
[401/619] Fetching collectionextensions, bundles
Fetched https://github.com/elegantchaos/CollectionExtensions.git from cache (0.56s)
Fetched https://github.com/elegantchaos/Bundles.git from cache (0.56s)
Computing version for https://github.com/elegantchaos/Bundles.git
Computed https://github.com/elegantchaos/Bundles.git at 1.0.10 (1.33s)
Fetching https://github.com/elegantchaos/Images.git
Fetching https://github.com/elegantchaos/Coercion.git
Fetching https://github.com/elegantchaos/Files.git
Fetching https://github.com/elegantchaos/SemanticVersion.git
[1/162] Fetching images
[163/314] Fetching images, semanticversion
[315/1001] Fetching images, semanticversion, files
[968/1275] Fetching images, semanticversion, files, coercion
Fetched https://github.com/elegantchaos/Files.git from cache (0.27s)
Fetched https://github.com/elegantchaos/Images.git from cache (0.27s)
Fetched https://github.com/elegantchaos/SemanticVersion.git from cache (0.27s)
Fetched https://github.com/elegantchaos/Coercion.git from cache (0.27s)
Computing version for https://github.com/elegantchaos/Files.git
Computed https://github.com/elegantchaos/Files.git at 1.2.2 (0.75s)
Computing version for https://github.com/elegantchaos/Images.git
Computed https://github.com/elegantchaos/Images.git at 1.1.6 (0.47s)
Fetching https://github.com/elegantchaos/ThreadExtensions.git
[1/42] Fetching threadextensions
Fetched https://github.com/elegantchaos/ThreadExtensions.git from cache (0.21s)
Computing version for https://github.com/elegantchaos/ThreadExtensions.git
Computed https://github.com/elegantchaos/ThreadExtensions.git at 1.0.1 (0.66s)
Computing version for https://github.com/elegantchaos/SemanticVersion.git
Computed https://github.com/elegantchaos/SemanticVersion.git at 1.1.2 (0.46s)
Computing version for https://github.com/elegantchaos/Coercion.git
Computed https://github.com/elegantchaos/Coercion.git at 1.1.3 (0.48s)
Computing version for https://github.com/elegantchaos/XCTestExtensions.git
Computed https://github.com/elegantchaos/XCTestExtensions.git at 1.5.1 (0.49s)
Fetching https://github.com/elegantchaos/Matchable.git
[1/113] Fetching matchable
Fetched https://github.com/elegantchaos/Matchable.git from cache (0.21s)
Computing version for https://github.com/elegantchaos/Matchable.git
Computed https://github.com/elegantchaos/Matchable.git at 1.0.7 (0.90s)
Computing version for https://github.com/elegantchaos/Logger.git
Computed https://github.com/elegantchaos/Logger.git at 1.8.2 (0.95s)
Computing version for https://github.com/elegantchaos/CollectionExtensions.git
Computed https://github.com/elegantchaos/CollectionExtensions.git at 1.1.10 (0.47s)
Creating working copy for https://github.com/elegantchaos/Images.git
Working copy of https://github.com/elegantchaos/Images.git resolved at 1.1.6
Creating working copy for https://github.com/elegantchaos/SemanticVersion.git
Working copy of https://github.com/elegantchaos/SemanticVersion.git resolved at 1.1.2
Creating working copy for https://github.com/elegantchaos/Matchable.git
Working copy of https://github.com/elegantchaos/Matchable.git resolved at 1.0.7
Creating working copy for https://github.com/elegantchaos/Bundles.git
Working copy of https://github.com/elegantchaos/Bundles.git resolved at 1.0.10
Creating working copy for https://github.com/elegantchaos/ApplicationExtensions.git
Working copy of https://github.com/elegantchaos/ApplicationExtensions.git resolved at 1.1.2
Creating working copy for https://github.com/elegantchaos/LayoutExtensions.git
Working copy of https://github.com/elegantchaos/LayoutExtensions.git resolved at 1.0.3
Creating working copy for https://github.com/elegantchaos/Logger.git
Working copy of https://github.com/elegantchaos/Logger.git resolved at 1.8.2
Creating working copy for https://github.com/elegantchaos/ViewExtensions.git
Working copy of https://github.com/elegantchaos/ViewExtensions.git resolved at 1.0.4
Creating working copy for https://github.com/elegantchaos/ThreadExtensions.git
Working copy of https://github.com/elegantchaos/ThreadExtensions.git resolved at 1.0.1
Creating working copy for https://github.com/elegantchaos/Files.git
Working copy of https://github.com/elegantchaos/Files.git resolved at 1.2.2
Creating working copy for https://github.com/elegantchaos/XCTestExtensions.git
Working copy of https://github.com/elegantchaos/XCTestExtensions.git resolved at 1.5.1
Creating working copy for https://github.com/elegantchaos/Coercion.git
Working copy of https://github.com/elegantchaos/Coercion.git resolved at 1.1.3
Creating working copy for https://github.com/elegantchaos/CollectionExtensions.git
Working copy of https://github.com/elegantchaos/CollectionExtensions.git resolved at 1.1.10
warning: 'spi-builder-workspace': dependency 'applicationextensions' is not used by any target
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/25] Compiling Logger PrintHandler.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/26] Emitting module LayoutExtensions
/host/spi-builder-workspace/.build/checkouts/LayoutExtensions/Sources/LayoutExtensions/UIViewExtensions.swift:7:8: error: no such module 'UIKit'
5 |
6 | #if targetEnvironment(macCatalyst) || !os(macOS)
7 | import UIKit
| `- error: no such module 'UIKit'
8 |
9 | public extension UIView {
[9/26] Compiling LayoutExtensions UIViewExtensions.swift
/host/spi-builder-workspace/.build/checkouts/LayoutExtensions/Sources/LayoutExtensions/UIViewExtensions.swift:7:8: error: no such module 'UIKit'
5 |
6 | #if targetEnvironment(macCatalyst) || !os(macOS)
7 | import UIKit
| `- error: no such module 'UIKit'
8 |
9 | public extension UIView {
[10/26] Compiling Logger NSLogHandler.swift
[11/26] Compiling Logger OSLogHandler.swift
[12/26] Compiling ViewExtensions UIViewExtensions.swift
/host/spi-builder-workspace/.build/checkouts/ViewExtensions/Sources/ViewExtensions/EnhancedTableView.swift:7:8: error: no such module 'UIKit'
5 |
6 | #if targetEnvironment(macCatalyst) || !os(macOS)
7 | import UIKit
| `- error: no such module 'UIKit'
8 |
9 | public class EnhancedTableView: UITableView {
[13/26] Compiling ViewExtensions UINavigationViewExtensions.swift
/host/spi-builder-workspace/.build/checkouts/ViewExtensions/Sources/ViewExtensions/EnhancedTableView.swift:7:8: error: no such module 'UIKit'
5 |
6 | #if targetEnvironment(macCatalyst) || !os(macOS)
7 | import UIKit
| `- error: no such module 'UIKit'
8 |
9 | public class EnhancedTableView: UITableView {
error: emit-module command failed with exit code 1 (use -v to see invocation)
/host/spi-builder-workspace/.build/checkouts/ViewExtensions/Sources/ViewExtensions/EnhancedTableView.swift:7:8: error: no such module 'UIKit'
5 |
6 | #if targetEnvironment(macCatalyst) || !os(macOS)
7 | import UIKit
| `- error: no such module 'UIKit'
8 |
9 | public class EnhancedTableView: UITableView {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': dependency 'applicationextensions' is not used by any target
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/20] Emitting module ViewExtensions
/host/spi-builder-workspace/.build/checkouts/ViewExtensions/Sources/ViewExtensions/EnhancedTableView.swift:7:8: error: no such module 'UIKit'
5 |
6 | #if targetEnvironment(macCatalyst) || !os(macOS)
7 | import UIKit
| `- error: no such module 'UIKit'
8 |
9 | public class EnhancedTableView: UITableView {
[3/20] Compiling ViewExtensions UIViewExtensions.swift
/host/spi-builder-workspace/.build/checkouts/ViewExtensions/Sources/ViewExtensions/EnhancedTableView.swift:7:8: error: no such module 'UIKit'
5 |
6 | #if targetEnvironment(macCatalyst) || !os(macOS)
7 | import UIKit
| `- error: no such module 'UIKit'
8 |
9 | public class EnhancedTableView: UITableView {
[4/20] Compiling ViewExtensions UIStackViewExtensions.swift
/host/spi-builder-workspace/.build/checkouts/ViewExtensions/Sources/ViewExtensions/EnhancedTableView.swift:7:8: error: no such module 'UIKit'
5 |
6 | #if targetEnvironment(macCatalyst) || !os(macOS)
7 | import UIKit
| `- error: no such module 'UIKit'
8 |
9 | public class EnhancedTableView: UITableView {
[5/20] Compiling ViewExtensions UINavigationViewExtensions.swift
/host/spi-builder-workspace/.build/checkouts/ViewExtensions/Sources/ViewExtensions/EnhancedTableView.swift:7:8: error: no such module 'UIKit'
5 |
6 | #if targetEnvironment(macCatalyst) || !os(macOS)
7 | import UIKit
| `- error: no such module 'UIKit'
8 |
9 | public class EnhancedTableView: UITableView {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/20] Emitting module LayoutExtensions
/host/spi-builder-workspace/.build/checkouts/LayoutExtensions/Sources/LayoutExtensions/UIViewExtensions.swift:7:8: error: no such module 'UIKit'
5 |
6 | #if targetEnvironment(macCatalyst) || !os(macOS)
7 | import UIKit
| `- error: no such module 'UIKit'
8 |
9 | public extension UIView {
[7/20] Compiling LayoutExtensions UIViewExtensions.swift
/host/spi-builder-workspace/.build/checkouts/LayoutExtensions/Sources/LayoutExtensions/UIViewExtensions.swift:7:8: error: no such module 'UIKit'
5 |
6 | #if targetEnvironment(macCatalyst) || !os(macOS)
7 | import UIKit
| `- error: no such module 'UIKit'
8 |
9 | public extension UIView {
[8/20] Compiling ViewExtensions PopoverMenuButtonWithFixedItems.swift
/host/spi-builder-workspace/.build/checkouts/ViewExtensions/Sources/ViewExtensions/EnhancedTableView.swift:7:8: error: no such module 'UIKit'
5 |
6 | #if targetEnvironment(macCatalyst) || !os(macOS)
7 | import UIKit
| `- error: no such module 'UIKit'
8 |
9 | public class EnhancedTableView: UITableView {
[9/20] Compiling Logger OSLogHandler.swift
[10/20] Compiling Logger NSLogHandler.swift
[11/20] Compiling Logger PrintHandler.swift
[12/20] Compiling ViewExtensions PopoverButton.swift
/host/spi-builder-workspace/.build/checkouts/ViewExtensions/Sources/ViewExtensions/EnhancedTableView.swift:7:8: error: no such module 'UIKit'
5 |
6 | #if targetEnvironment(macCatalyst) || !os(macOS)
7 | import UIKit
| `- error: no such module 'UIKit'
8 |
9 | public class EnhancedTableView: UITableView {
[13/20] Compiling ViewExtensions EnhancedTableView.swift
/host/spi-builder-workspace/.build/checkouts/ViewExtensions/Sources/ViewExtensions/EnhancedTableView.swift:7:8: error: no such module 'UIKit'
5 |
6 | #if targetEnvironment(macCatalyst) || !os(macOS)
7 | import UIKit
| `- error: no such module 'UIKit'
8 |
9 | public class EnhancedTableView: UITableView {
BUILD FAILURE 6.1 wasm