Build Information
Successful build of SwiftDataSugar, reference v0.1.0 (1cdf24
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 11:49:58 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mesqueeb/SwiftDataSugar.git
Reference: v0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mesqueeb/SwiftDataSugar
* tag v0.1.0 -> FETCH_HEAD
HEAD is now at 1cdf245 0.1.0
Cloned https://github.com/mesqueeb/SwiftDataSugar.git
Revision (git rev-parse @):
1cdf245ae33dc7916696de11b02954908182c8f3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mesqueeb/SwiftDataSugar.git at v0.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/mesqueeb/SwiftDataSugar.git
https://github.com/mesqueeb/SwiftDataSugar.git
{
"dependencies" : [
],
"manifest_display_name" : "SwiftDataSugar",
"name" : "SwiftDataSugar",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SwiftDataSugar",
"targets" : [
"SwiftDataSugar"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftDataSugarTests",
"module_type" : "SwiftTarget",
"name" : "SwiftDataSugarTests",
"path" : "SwiftDataSugar/Tests",
"sources" : [
"SwiftDataSugarTests.swift"
],
"target_dependencies" : [
"SwiftDataSugar"
],
"type" : "test"
},
{
"c99name" : "SwiftDataSugar",
"module_type" : "SwiftTarget",
"name" : "SwiftDataSugar",
"path" : "SwiftDataSugar/Sources",
"product_memberships" : [
"SwiftDataSugar"
],
"sources" : [
"DbCollection.swift",
"DbQuery.swift",
"MigrationHelpers.swift",
"ModelContainer.swift",
"Types.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/8] Compiling SwiftDataSugar ModelContainer.swift
[4/8] Compiling SwiftDataSugar Types.swift
[5/8] Compiling SwiftDataSugar MigrationHelpers.swift
/Users/admin/builder/spi-builder-workspace/SwiftDataSugar/Sources/MigrationHelpers.swift:4:1: warning: extension declares a conformance of imported type 'MigrationStage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'SwiftData' introduce this conformance in the future
2 | import SwiftData
3 |
4 | extension MigrationStage: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'MigrationStage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'SwiftData' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
5 | extension Schema.Version: @unchecked Sendable {}
6 |
/Users/admin/builder/spi-builder-workspace/SwiftDataSugar/Sources/MigrationHelpers.swift:5:1: warning: extension declares a conformance of imported type 'Version' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'SwiftData' introduce this conformance in the future
3 |
4 | extension MigrationStage: @unchecked Sendable {}
5 | extension Schema.Version: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'Version' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'SwiftData' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | /// A MockableSchema forces you to add a `insertMocks` method to your schema in which you add a mocked record to a given context.actor
[6/8] Emitting module SwiftDataSugar
/Users/admin/builder/spi-builder-workspace/SwiftDataSugar/Sources/MigrationHelpers.swift:4:1: warning: extension declares a conformance of imported type 'MigrationStage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'SwiftData' introduce this conformance in the future
2 | import SwiftData
3 |
4 | extension MigrationStage: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'MigrationStage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'SwiftData' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
5 | extension Schema.Version: @unchecked Sendable {}
6 |
/Users/admin/builder/spi-builder-workspace/SwiftDataSugar/Sources/MigrationHelpers.swift:5:1: warning: extension declares a conformance of imported type 'Version' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'SwiftData' introduce this conformance in the future
3 |
4 | extension MigrationStage: @unchecked Sendable {}
5 | extension Schema.Version: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'Version' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'SwiftData' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | /// A MockableSchema forces you to add a `insertMocks` method to your schema in which you add a mocked record to a given context.actor
[7/8] Compiling SwiftDataSugar DbCollection.swift
[8/8] Compiling SwiftDataSugar DbQuery.swift
Build complete! (8.40s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftDataSugar",
"name" : "SwiftDataSugar",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SwiftDataSugar",
"targets" : [
"SwiftDataSugar"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftDataSugarTests",
"module_type" : "SwiftTarget",
"name" : "SwiftDataSugarTests",
"path" : "SwiftDataSugar/Tests",
"sources" : [
"SwiftDataSugarTests.swift"
],
"target_dependencies" : [
"SwiftDataSugar"
],
"type" : "test"
},
{
"c99name" : "SwiftDataSugar",
"module_type" : "SwiftTarget",
"name" : "SwiftDataSugar",
"path" : "SwiftDataSugar/Sources",
"product_memberships" : [
"SwiftDataSugar"
],
"sources" : [
"DbCollection.swift",
"DbQuery.swift",
"MigrationHelpers.swift",
"ModelContainer.swift",
"Types.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.