Build Information
Successful build of SwiftDataSugar, reference main (b8952f
), with Swift 5.10 for macOS (SPM) on 3 Feb 2025 05:47:37 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mesqueeb/SwiftDataSugar.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mesqueeb/SwiftDataSugar
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b8952fa chore: bump
Cloned https://github.com/mesqueeb/SwiftDataSugar.git
Revision (git rev-parse @):
b8952fa6a278831020f9916c76aae7f3c4a98ff3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mesqueeb/SwiftDataSugar.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/mesqueeb/SwiftDataSugar.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/8] Compiling SwiftDataSugar Types.swift
[4/8] Compiling SwiftDataSugar DbCollection.swift
[5/8] Compiling SwiftDataSugar ModelContainer.swift
[6/8] Compiling SwiftDataSugar MigrationHelpers.swift
[7/8] Emitting module SwiftDataSugar
[8/8] Compiling SwiftDataSugar DbQuery.swift
Build complete! (7.18s)
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.