Build Information
Successful build of Locator, reference 1.0.0 (3fb93e), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 22:23:00 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Swift-CoreUI/Locator.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Swift-CoreUI/Locator
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 3fb93e5 Locator 1.0.0
Cloned https://github.com/Swift-CoreUI/Locator.git
Revision (git rev-parse @):
3fb93e5b4ae7949c3037a3099a8db7a66ea1b5dc
SUCCESS checkout https://github.com/Swift-CoreUI/Locator.git at 1.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Swift-CoreUI/Locator.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/4] Emitting module Locator
[4/4] Compiling Locator Locator.swift
Build complete! (3.30s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Locator",
"name" : "Locator",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "Locator",
"targets" : [
"Locator"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LocatorTests",
"module_type" : "SwiftTarget",
"name" : "LocatorTests",
"path" : "Tests/LocatorTests",
"sources" : [
"LocatorTests.swift"
],
"target_dependencies" : [
"Locator"
],
"type" : "test"
},
{
"c99name" : "Locator",
"module_type" : "SwiftTarget",
"name" : "Locator",
"path" : "Sources/Locator",
"product_memberships" : [
"Locator"
],
"sources" : [
"Locator.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.