Build Information
Successful build of CLLocationWrapper, reference master (dfa669), with Swift 6.0 for macOS (SPM) on 21 Oct 2025 01:01:28 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/visskiss/CLLocation-Codable.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/visskiss/CLLocation-Codable
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at dfa669d Merge pull request #5 from visskiss/Dev
Cloned https://github.com/visskiss/CLLocation-Codable.git
Revision (git rev-parse @):
dfa669dafb7542050f9768404c229ed5e9c2769d
SUCCESS checkout https://github.com/visskiss/CLLocation-Codable.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/visskiss/CLLocation-Codable.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/9] Compiling CLLocationWrapper CLLocationWrapper.swift
[4/9] Compiling CLLocationWrapper CLLocation+Extension.swift
[5/9] Compiling CLLocationWrapper CLLocationCoordinate2DWrapper.swift
[6/9] Compiling CLLocationWrapper CLLocationSourceInformation.swift
[7/9] Emitting module CLLocationWrapper
[8/9] Compiling CLLocationWrapper CLLocationCoordinate2D+Extension.swift
[9/9] Compiling CLLocationWrapper CLLocationSourceInformationWrapper.swift
Build complete! (5.48s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CLLocationWrapper",
"name" : "CLLocationWrapper",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "CLLocationWrapper",
"targets" : [
"CLLocationWrapper"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CLLocationWrapperTests",
"module_type" : "SwiftTarget",
"name" : "CLLocationWrapperTests",
"path" : "Tests/CLLocationWrapperTests",
"sources" : [
"CLLocationWrapperTests.swift"
],
"target_dependencies" : [
"CLLocationWrapper"
],
"type" : "test"
},
{
"c99name" : "CLLocationWrapper",
"module_type" : "SwiftTarget",
"name" : "CLLocationWrapper",
"path" : "Sources/CLLocationWrapper",
"product_memberships" : [
"CLLocationWrapper"
],
"sources" : [
"CLLocation+Extension.swift",
"CLLocationCoordinate2D+Extension.swift",
"CLLocationCoordinate2DWrapper.swift",
"CLLocationSourceInformation.swift",
"CLLocationSourceInformationWrapper.swift",
"CLLocationWrapper.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.