The Swift Package Index logo.Swift Package Index

Build Information

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

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "ip-geolocation-api-swift-sdk",
      "name": "IPGeolocation",
      "url": "https://github.com/IPGeolocation/ip-geolocation-api-swift-sdk.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ip-geolocation-api-swift-sdk",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/IPGeolocation/ip-geolocation-api-swift-sdk.git
[1/40] Fetching ip-geolocation-api-swift-sdk
Fetched https://github.com/IPGeolocation/ip-geolocation-api-swift-sdk.git from cache (0.66s)
Creating working copy for https://github.com/IPGeolocation/ip-geolocation-api-swift-sdk.git
Working copy of https://github.com/IPGeolocation/ip-geolocation-api-swift-sdk.git resolved at v1.0.0 (6c3f51c)
warning: '.resolve-product-dependencies': dependency 'ip-geolocation-api-swift-sdk' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/IPGeolocation/ip-geolocation-api-swift-sdk.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/17] Compiling IPGeolocation LookupRequest.swift
[4/17] Compiling IPGeolocation Language.swift
[5/17] Compiling IPGeolocation ResponseMapper.swift
[6/17] Compiling IPGeolocation JSONOutput.swift
[7/17] Compiling IPGeolocation QueryBuilder.swift
[8/17] Compiling IPGeolocation RequestNormalizer.swift
[9/17] Compiling IPGeolocation ConfigNormalizer.swift
[10/17] Compiling IPGeolocation HTTPTransport.swift
[11/17] Compiling IPGeolocation APIResponse.swift
[12/17] Compiling IPGeolocation Errors.swift
[13/17] Compiling IPGeolocation IPGeolocationClient.swift
[14/17] Compiling IPGeolocation IPGeolocationClientConfig.swift
[15/17] Compiling IPGeolocation ResponseFormat.swift
[16/17] Emitting module IPGeolocation
[17/17] Compiling IPGeolocation Models.swift
[18/18] Compiling IPGeolocation Version.swift
Build complete! (8.67s)
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.