Build Information
Successful build of Migration, reference 0.1.2 (ab4c40), with Swift 6.0 for macOS (SPM) on 6 Oct 2025 11:12:26 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Clafou/Migration.git
Reference: 0.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Clafou/Migration
* tag 0.1.2 -> FETCH_HEAD
HEAD is now at ab4c407 Added a warning about the move from GitHub to Codeberg.
Cloned https://github.com/Clafou/Migration.git
Revision (git rev-parse @):
ab4c407f27435a289e43bdd4da585bc3364fe7ac
SUCCESS checkout https://github.com/Clafou/Migration.git at 0.1.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/Clafou/Migration.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/4] Compiling Migration Migration.swift
/Users/admin/builder/spi-builder-workspace/Sources/Migration/Migration.swift:1:10: warning: I have moved! To get future updates please update your package URL to https://codeberg.org/Clafou/Migration.git
1 | #warning("I have moved! To get future updates please update your package URL to https://codeberg.org/Clafou/Migration.git")
| `- warning: I have moved! To get future updates please update your package URL to https://codeberg.org/Clafou/Migration.git
2 |
3 | import Foundation
[4/4] Emitting module Migration
/Users/admin/builder/spi-builder-workspace/Sources/Migration/Migration.swift:1:10: warning: I have moved! To get future updates please update your package URL to https://codeberg.org/Clafou/Migration.git
1 | #warning("I have moved! To get future updates please update your package URL to https://codeberg.org/Clafou/Migration.git")
| `- warning: I have moved! To get future updates please update your package URL to https://codeberg.org/Clafou/Migration.git
2 |
3 | import Foundation
Build complete! (3.66s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Migration",
"name" : "Migration",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Migration",
"targets" : [
"Migration"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MigrationTests",
"module_type" : "SwiftTarget",
"name" : "MigrationTests",
"path" : "Tests/MigrationTests",
"sources" : [
"MigrationTests.swift"
],
"target_dependencies" : [
"Migration"
],
"type" : "test"
},
{
"c99name" : "Migration",
"module_type" : "SwiftTarget",
"name" : "Migration",
"path" : "Sources/Migration",
"product_memberships" : [
"Migration"
],
"sources" : [
"Migration.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.