Build Information
Successful build of GeoProjector, reference 0.1.1 (81395c
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 19:51:25 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/maparoni/GeoProjector.git
Reference: 0.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/maparoni/GeoProjector
* tag 0.1.1 -> FETCH_HEAD
HEAD is now at 81395c8 Tweaks (#20)
Cloned https://github.com/maparoni/GeoProjector.git
Revision (git rev-parse @):
81395c8281c84d647bde1b6d8ca1aeb37f5978a6
SUCCESS checkout https://github.com/maparoni/GeoProjector.git at 0.1.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/maparoni/GeoProjector.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/6] Write sources
[5/6] Write swift-version-1EA4D86E10B52AF.txt
[7/9] Emitting module GeoJSONKit
[8/9] Compiling GeoJSONKit GeoJSON+Codable.swift
[9/9] Compiling GeoJSONKit GeoJSON.swift
[10/27] Compiling GeoJSONKitTurf Spline.swift
[11/28] Compiling GeoJSONKitTurf Turf+LineString.swift
[12/28] Compiling GeoJSONKitTurf Turf+LinearRing.swift
[13/28] Compiling GeoJSONKitTurf Turf+Polygon.swift
[14/28] Compiling GeoJSONKitTurf Turf.swift
[15/28] Compiling GeoJSONKitTurf Turf+BoundingBox.swift
[16/28] Compiling GeoJSONKitTurf Turf+GeometryObject.swift
[17/28] Compiling GeoJSONKitTurf DouglasPeucker.swift
[18/28] Compiling GeoJSONKitTurf MonotoneChain.swift
[19/28] Compiling GeoJSONKitTurf SutherlandHodgeman.swift
[20/28] Compiling GeoJSONKitTurf CoreLocation.swift
[21/28] Compiling GeoJSONKitTurf GeoJSON+Helpers.swift
[22/28] Compiling GeoJSONKitTurf GeoJSON+LineString+EncodedPolyline.swift
[23/28] Compiling GeoJSONKitTurf Position+Helpers.swift
[24/28] Emitting module GeoJSONKitTurf
[25/28] Compiling GeoJSONKitTurf ClosestCoordinate.swift
[26/28] Compiling GeoJSONKitTurf ConvexHull.swift
[27/28] Compiling GeoJSONKitTurf RadianCoordinate2D.swift
[28/28] Compiling GeoJSONKitTurf Simplify.swift
[29/37] Compiling GeoProjector Projections.swift
[30/37] Emitting module GeoProjector
[31/37] Compiling GeoProjector Projections+Orthographic.swift
[32/37] Compiling GeoProjector Projections+Pseudocylindrical.swift
[33/37] Compiling GeoProjector Projections+Azimuthal.swift
[34/37] Compiling GeoProjector Projection.swift
[35/37] Compiling GeoProjector Projections+Cylindrical.swift
[36/37] Compiling GeoProjector Interpolator.swift
[37/37] Compiling GeoProjector Structs.swift
[38/44] Compiling GeoDrawer GeoMap+UIKit.swift
[39/44] Compiling GeoDrawer GeoDrawer+UIKit.swift
[40/44] Compiling GeoDrawer GeoJSON+Continents.swift
[41/44] Compiling GeoDrawer GeoDrawer+CoreGraphics.swift
[42/44] Compiling GeoDrawer GeoMap+AppKit.swift
[43/44] Emitting module GeoDrawer
[44/44] Compiling GeoDrawer GeoDrawer.swift
Build complete! (20.13s)
Fetching https://github.com/maparoni/geojsonkit.git
Fetching https://github.com/maparoni/geojsonkit-turf
[1/3087] Fetching geojsonkit-turf
[32/3449] Fetching geojsonkit-turf, geojsonkit
Fetched https://github.com/maparoni/geojsonkit-turf from cache (1.20s)
Fetched https://github.com/maparoni/geojsonkit.git from cache (1.20s)
Computing version for https://github.com/maparoni/geojsonkit.git
Computed https://github.com/maparoni/geojsonkit.git at 0.6.0 (1.71s)
Computing version for https://github.com/maparoni/geojsonkit-turf
Computed https://github.com/maparoni/geojsonkit-turf at 0.4.3 (0.47s)
Fetching https://github.com/apple/swift-argument-parser
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.53s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (1.95s)
Creating working copy for https://github.com/maparoni/geojsonkit.git
Working copy of https://github.com/maparoni/geojsonkit.git resolved at 0.6.0
Creating working copy for https://github.com/maparoni/geojsonkit-turf
Working copy of https://github.com/maparoni/geojsonkit-turf resolved at 0.4.3
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Build complete.
{
"dependencies" : [
{
"identity" : "geojsonkit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/maparoni/geojsonkit.git"
},
{
"identity" : "geojsonkit-turf",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/maparoni/geojsonkit-turf"
}
],
"manifest_display_name" : "GeoProjector",
"name" : "GeoProjector",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "xros",
"version" : "1.0"
}
],
"products" : [
{
"name" : "GeoProjector",
"targets" : [
"GeoProjector"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GeoDrawer",
"targets" : [
"GeoDrawer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GeoProjectorTests",
"module_type" : "SwiftTarget",
"name" : "GeoProjectorTests",
"path" : "Tests/GeoProjectorTests",
"sources" : [
"MapBoundsTests.swift",
"ProjectionTests.swift",
"TranslationTests.swift"
],
"target_dependencies" : [
"GeoProjector"
],
"type" : "test"
},
{
"c99name" : "GeoProjector",
"module_type" : "SwiftTarget",
"name" : "GeoProjector",
"path" : "Sources/GeoProjector",
"product_dependencies" : [
"GeoJSONKit",
"GeoJSONKitTurf"
],
"product_memberships" : [
"GeoProjector",
"GeoDrawer"
],
"sources" : [
"Interpolator.swift",
"Projection.swift",
"Projections+Azimuthal.swift",
"Projections+Cylindrical.swift",
"Projections+Orthographic.swift",
"Projections+Pseudocylindrical.swift",
"Projections.swift",
"Structs.swift"
],
"type" : "library"
},
{
"c99name" : "GeoDrawer",
"module_type" : "SwiftTarget",
"name" : "GeoDrawer",
"path" : "Sources/GeoDrawer",
"product_memberships" : [
"GeoDrawer"
],
"sources" : [
"GeoDrawer+CoreGraphics.swift",
"GeoDrawer+UIKit.swift",
"GeoDrawer.swift",
"GeoJSON+Continents.swift",
"GeoMap+AppKit.swift",
"GeoMap+UIKit.swift"
],
"target_dependencies" : [
"GeoProjector"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.