The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Migration, reference main (ab4c40), with Swift 6.0 for macOS (SPM) on 6 Oct 2025 11:13:19 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Clafou/Migration.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Clafou/Migration
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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] 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
[4/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
Build complete! (3.48s)
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.