The Swift Package Index logo.Swift Package Index

Build Information

Successful build of IPGeolocation, reference v1.0.0 (6c3f51), with Swift 6.0 for macOS (SPM) on 22 Apr 2026 13:43:51 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build 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: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/IPGeolocation/ip-geolocation-api-swift-sdk
 * tag               v1.0.0     -> FETCH_HEAD
HEAD is now at 6c3f51c Initial release of the IPGeolocation Swift SDK (v1.0.0)
Cloned https://github.com/IPGeolocation/ip-geolocation-api-swift-sdk.git
Revision (git rev-parse @):
6c3f51c2f3b848bbc161168adf37c73eb8b54312
SUCCESS checkout https://github.com/IPGeolocation/ip-geolocation-api-swift-sdk.git at v1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/IPGeolocation/ip-geolocation-api-swift-sdk.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/17] Compiling IPGeolocation ResponseFormat.swift
[4/17] Compiling IPGeolocation Language.swift
[5/17] Compiling IPGeolocation LookupRequest.swift
[6/18] Compiling IPGeolocation Version.swift
[7/18] Compiling IPGeolocation ResponseMapper.swift
[8/18] Compiling IPGeolocation JSONOutput.swift
[9/18] Compiling IPGeolocation QueryBuilder.swift
[10/18] Compiling IPGeolocation RequestNormalizer.swift
[11/18] Compiling IPGeolocation IPGeolocationClient.swift
[12/18] Compiling IPGeolocation IPGeolocationClientConfig.swift
[13/18] Compiling IPGeolocation ConfigNormalizer.swift
[14/18] Compiling IPGeolocation HTTPTransport.swift
[15/18] Compiling IPGeolocation APIResponse.swift
[16/18] Compiling IPGeolocation Errors.swift
[17/18] Compiling IPGeolocation Models.swift
[18/18] Emitting module IPGeolocation
Build complete! (6.11s)
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.