Build Information
Successful build of SwiftUIAdvancedMap, reference 0.0.5 (eab9ef), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 23:17:34 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/sena-mike/SwiftUIAdvancedMap.git
Reference: 0.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sena-mike/SwiftUIAdvancedMap
* tag 0.0.5 -> FETCH_HEAD
HEAD is now at eab9ef4 Fix long press gesture recognizer interfering with Map gestures
Cloned https://github.com/sena-mike/SwiftUIAdvancedMap.git
Revision (git rev-parse @):
eab9ef4b566c9f11af117e92f21ba45d6bafdc37
SUCCESS checkout https://github.com/sena-mike/SwiftUIAdvancedMap.git at 0.0.5
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/sena-mike/SwiftUIAdvancedMap.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/13] Compiling AdvancedMap MKUserLocation+AnnotationViewFactory.swift
[4/14] Compiling AdvancedMap OverlayRendererFactory.swift
[5/14] Compiling AdvancedMap MapKit+Equatable.swift
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedMap/MapKit+Equatable.swift:3:1: warning: extension declares a conformance of imported type 'MKMapRect' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'MapKit' introduce this conformance in the future
1 | import MapKit
2 |
3 | extension MKMapRect: Equatable {
| |- warning: extension declares a conformance of imported type 'MKMapRect' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'MapKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4 | public static func == (lhs: MKMapRect, rhs: MKMapRect) -> Bool {
5 | return lhs.origin == rhs.origin && lhs.size == rhs.size
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedMap/MapKit+Equatable.swift:10:1: warning: extension declares a conformance of imported type 'MKMapPoint' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'MapKit' introduce this conformance in the future
8 | }
9 |
10 | extension MKMapPoint: Equatable {
| |- warning: extension declares a conformance of imported type 'MKMapPoint' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'MapKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
11 | public static func == (lhs: MKMapPoint, rhs: MKMapPoint) -> Bool {
12 | return lhs.x == rhs.x && lhs.y == rhs.y
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedMap/MapKit+Equatable.swift:16:1: warning: extension declares a conformance of imported type 'MKMapSize' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'MapKit' introduce this conformance in the future
14 | }
15 |
16 | extension MKMapSize: Equatable {
| |- warning: extension declares a conformance of imported type 'MKMapSize' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'MapKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
17 | public static func == (lhs: MKMapSize, rhs: MKMapSize) -> Bool {
18 | return lhs.width == rhs.width
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedMap/MapKit+Equatable.swift:22:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
20 | }
21 |
22 | extension CLLocationCoordinate2D: Equatable {
| |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
23 | public static func == (lhs: CLLocationCoordinate2D, rhs: CLLocationCoordinate2D) -> Bool {
24 | return lhs.longitude == rhs.longitude
[6/14] Compiling AdvancedMap MapViewCoordinator.swift
[7/14] Compiling AdvancedMap Logger.swift
[8/14] Compiling AdvancedMap AnnotationViewFactory.swift
[9/14] Compiling AdvancedMap Configuration.swift
[10/14] Compiling AdvancedMap CrossPlatformBridging.swift
[11/14] Emitting module AdvancedMap
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedMap/MapKit+Equatable.swift:3:1: warning: extension declares a conformance of imported type 'MKMapRect' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'MapKit' introduce this conformance in the future
1 | import MapKit
2 |
3 | extension MKMapRect: Equatable {
| |- warning: extension declares a conformance of imported type 'MKMapRect' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'MapKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4 | public static func == (lhs: MKMapRect, rhs: MKMapRect) -> Bool {
5 | return lhs.origin == rhs.origin && lhs.size == rhs.size
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedMap/MapKit+Equatable.swift:10:1: warning: extension declares a conformance of imported type 'MKMapPoint' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'MapKit' introduce this conformance in the future
8 | }
9 |
10 | extension MKMapPoint: Equatable {
| |- warning: extension declares a conformance of imported type 'MKMapPoint' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'MapKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
11 | public static func == (lhs: MKMapPoint, rhs: MKMapPoint) -> Bool {
12 | return lhs.x == rhs.x && lhs.y == rhs.y
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedMap/MapKit+Equatable.swift:16:1: warning: extension declares a conformance of imported type 'MKMapSize' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'MapKit' introduce this conformance in the future
14 | }
15 |
16 | extension MKMapSize: Equatable {
| |- warning: extension declares a conformance of imported type 'MKMapSize' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'MapKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
17 | public static func == (lhs: MKMapSize, rhs: MKMapSize) -> Bool {
18 | return lhs.width == rhs.width
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedMap/MapKit+Equatable.swift:22:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
20 | }
21 |
22 | extension CLLocationCoordinate2D: Equatable {
| |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
23 | public static func == (lhs: CLLocationCoordinate2D, rhs: CLLocationCoordinate2D) -> Bool {
24 | return lhs.longitude == rhs.longitude
[12/14] Compiling AdvancedMap AdvancedMap+ViewRepresentable.swift
[13/14] Compiling AdvancedMap AdvancedMap.swift
[14/14] Compiling AdvancedMap XViewRepresentableContext+Extras.swift
Build complete! (8.13s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftUIAdvancedMap",
"name" : "SwiftUIAdvancedMap",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "AdvancedMap",
"targets" : [
"AdvancedMap"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AdvancedMap",
"module_type" : "SwiftTarget",
"name" : "AdvancedMap",
"path" : "Sources/AdvancedMap",
"product_memberships" : [
"AdvancedMap"
],
"sources" : [
"AdvancedMap+ViewRepresentable.swift",
"AdvancedMap.swift",
"AnnotationViewFactory.swift",
"Configuration.swift",
"CrossPlatformBridging.swift",
"Logger.swift",
"MKUserLocation+AnnotationViewFactory.swift",
"MapKit+Equatable.swift",
"MapViewCoordinator.swift",
"OverlayRendererFactory.swift",
"XViewRepresentableContext+Extras.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.