Build Information
Successful build of CLLocationWrapper, reference master (ea216d), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 17:22:54 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/yonivav/CLLocation-Codable.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yonivav/CLLocation-Codable
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at ea216d6 Update README.md
Cloned https://github.com/yonivav/CLLocation-Codable.git
Revision (git rev-parse @):
ea216d6c5815b9b1714af2df722ee257c10f51fe
SUCCESS checkout https://github.com/yonivav/CLLocation-Codable.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/yonivav/CLLocation-Codable.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/9] Compiling CLLocationWrapper CLLocationSourceInformationWrapper.swift
[4/9] Compiling CLLocationWrapper CLLocationSourceInformation.swift
/Users/admin/builder/spi-builder-workspace/Sources/CLLocationWrapper/CLLocationSourceInformation.swift:4:1: warning: extension declares a conformance of imported type 'CLLocationSourceInformation' to imported protocol 'Encodable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
2 |
3 | @available(iOS 15.0, watchOS 8.0, tvOS 15.0, macOS 12.0, *)
4 | extension CLLocationSourceInformation: Encodable {
| |- warning: extension declares a conformance of imported type 'CLLocationSourceInformation' to imported protocol 'Encodable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
5 |
6 | enum CodingKeys: String, CodingKey {
[5/9] Compiling CLLocationWrapper CLLocationCoordinate2DWrapper.swift
[6/9] Compiling CLLocationWrapper CLLocationWrapper.swift
[7/9] Compiling CLLocationWrapper CLLocationCoordinate2D+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/CLLocationWrapper/CLLocationCoordinate2D+Extension.swift:3:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Encodable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
1 | import CoreLocation
2 |
3 | extension CLLocationCoordinate2D: Encodable {
| |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Encodable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4 |
5 | enum CodingKeys: String, CodingKey {
[8/9] Compiling CLLocationWrapper CLLocation+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/CLLocationWrapper/CLLocation+Extension.swift:3:1: warning: extension declares a conformance of imported type 'CLLocation' to imported protocol 'Encodable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
1 | import CoreLocation
2 |
3 | extension CLLocation: Encodable {
| |- warning: extension declares a conformance of imported type 'CLLocation' to imported protocol 'Encodable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4 | internal enum CodingKeys: String, CodingKey {
5 | case coordinate, altitude, horizontalAccuracy, verticalAccuracy, speed, course, timestamp, speedAccuracy, courseAccuracy, sourceInformation
[9/9] Emitting module CLLocationWrapper
/Users/admin/builder/spi-builder-workspace/Sources/CLLocationWrapper/CLLocation+Extension.swift:3:1: warning: extension declares a conformance of imported type 'CLLocation' to imported protocol 'Encodable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
1 | import CoreLocation
2 |
3 | extension CLLocation: Encodable {
| |- warning: extension declares a conformance of imported type 'CLLocation' to imported protocol 'Encodable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4 | internal enum CodingKeys: String, CodingKey {
5 | case coordinate, altitude, horizontalAccuracy, verticalAccuracy, speed, course, timestamp, speedAccuracy, courseAccuracy, sourceInformation
/Users/admin/builder/spi-builder-workspace/Sources/CLLocationWrapper/CLLocationCoordinate2D+Extension.swift:3:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Encodable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
1 | import CoreLocation
2 |
3 | extension CLLocationCoordinate2D: Encodable {
| |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Encodable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4 |
5 | enum CodingKeys: String, CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/CLLocationWrapper/CLLocationSourceInformation.swift:4:1: warning: extension declares a conformance of imported type 'CLLocationSourceInformation' to imported protocol 'Encodable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
2 |
3 | @available(iOS 15.0, watchOS 8.0, tvOS 15.0, macOS 12.0, *)
4 | extension CLLocationSourceInformation: Encodable {
| |- warning: extension declares a conformance of imported type 'CLLocationSourceInformation' to imported protocol 'Encodable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
5 |
6 | enum CodingKeys: String, CodingKey {
Build complete! (3.91s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CLLocationWrapper",
"name" : "CLLocationWrapper",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "3.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "10.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.6"
}
Done.