The Swift Package Index logo.Swift Package Index

Build Information

Successful build of IPData, reference v1.0.1 (d0bc0d), with Swift 6.1 for macOS (SPM) on 27 Feb 2026 12:05:47 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ipdata/swift.git
Reference: v1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ipdata/swift
 * tag               v1.0.1     -> FETCH_HEAD
HEAD is now at d0bc0d7 Merge pull request #2 from ipdata/claude/swift-ipdata-sdk-S4ezn
Cloned https://github.com/ipdata/swift.git
Revision (git rev-parse @):
d0bc0d79bb0c952fdbf622cb14716e76de41b081
SUCCESS checkout https://github.com/ipdata/swift.git at v1.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ipdata/swift.git
https://github.com/ipdata/swift.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "IPData",
  "name" : "IPData",
  "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" : "IPData",
      "targets" : [
        "IPData"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IPDataTests",
      "module_type" : "SwiftTarget",
      "name" : "IPDataTests",
      "path" : "Tests/IPDataTests",
      "sources" : [
        "IPDataClientTests.swift",
        "IPDataTests.swift"
      ],
      "target_dependencies" : [
        "IPData"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IPData",
      "module_type" : "SwiftTarget",
      "name" : "IPData",
      "path" : "Sources/IPData",
      "product_memberships" : [
        "IPData"
      ],
      "sources" : [
        "IPDataClient.swift",
        "IPDataError.swift",
        "Models.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/6] Compiling IPData Models.swift
[4/6] Compiling IPData IPDataClient.swift
[5/6] Emitting module IPData
[6/6] Compiling IPData IPDataError.swift
Build complete! (4.72s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "IPData",
  "name" : "IPData",
  "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" : "IPData",
      "targets" : [
        "IPData"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IPDataTests",
      "module_type" : "SwiftTarget",
      "name" : "IPDataTests",
      "path" : "Tests/IPDataTests",
      "sources" : [
        "IPDataClientTests.swift",
        "IPDataTests.swift"
      ],
      "target_dependencies" : [
        "IPData"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IPData",
      "module_type" : "SwiftTarget",
      "name" : "IPData",
      "path" : "Sources/IPData",
      "product_memberships" : [
        "IPData"
      ],
      "sources" : [
        "IPDataClient.swift",
        "IPDataError.swift",
        "Models.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.