Build Information
Successful build of IPGeolocation, reference main (c3b6b3), with Swift 6.2 for macOS (SPM) on 22 Apr 2026 13:44:03 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/IPGeolocation/ip-geolocation-api-swift-sdk.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/IPGeolocation/ip-geolocation-api-swift-sdk
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c3b6b30 Update README.md
Cloned https://github.com/IPGeolocation/ip-geolocation-api-swift-sdk.git
Revision (git rev-parse @):
c3b6b300de1a6f360065b6f607e2ccca08170a2f
SUCCESS checkout https://github.com/IPGeolocation/ip-geolocation-api-swift-sdk.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/IPGeolocation/ip-geolocation-api-swift-sdk.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
[3/17] Compiling IPGeolocation ResponseMapper.swift
[4/17] Compiling IPGeolocation JSONOutput.swift
[5/17] Emitting module IPGeolocation
[6/17] Compiling IPGeolocation ConfigNormalizer.swift
[7/17] Compiling IPGeolocation HTTPTransport.swift
[8/17] Compiling IPGeolocation QueryBuilder.swift
[9/17] Compiling IPGeolocation RequestNormalizer.swift
[10/17] Compiling IPGeolocation IPGeolocationClient.swift
[11/17] Compiling IPGeolocation IPGeolocationClientConfig.swift
[12/17] Compiling IPGeolocation Models.swift
[13/17] Compiling IPGeolocation LookupRequest.swift
[14/17] Compiling IPGeolocation ResponseFormat.swift
[15/17] Compiling IPGeolocation Language.swift
[16/17] Compiling IPGeolocation APIResponse.swift
[17/17] Compiling IPGeolocation Errors.swift
[18/18] Compiling IPGeolocation Version.swift
Build complete! (5.80s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "IPGeolocation",
"name" : "IPGeolocation",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "IPGeolocation",
"targets" : [
"IPGeolocation"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "IPGeolocationTests",
"module_type" : "SwiftTarget",
"name" : "IPGeolocationTests",
"path" : "Tests/IPGeolocationTests",
"sources" : [
"ClientTests.swift",
"ConfigTests.swift",
"JSONOutputTests.swift",
"LiveFieldParityTests.swift",
"LiveIntegrationTests.swift",
"LiveTestGuard.swift",
"RequestTests.swift",
"ResponseMapperTests.swift",
"TestSupport.swift",
"TransportTests.swift"
],
"target_dependencies" : [
"IPGeolocation"
],
"type" : "test"
},
{
"c99name" : "IPGeolocation",
"module_type" : "SwiftTarget",
"name" : "IPGeolocation",
"path" : "Sources/IPGeolocation",
"product_memberships" : [
"IPGeolocation"
],
"sources" : [
"APIResponse.swift",
"Errors.swift",
"IPGeolocationClient.swift",
"IPGeolocationClientConfig.swift",
"Internal/ConfigNormalizer.swift",
"Internal/HTTPTransport.swift",
"Internal/QueryBuilder.swift",
"Internal/RequestNormalizer.swift",
"Internal/ResponseMapper.swift",
"JSONOutput.swift",
"Language.swift",
"LookupRequest.swift",
"Models.swift",
"ResponseFormat.swift",
"Version.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.