The Swift Package Index logo.Swift Package Index

Build Information

Successful build of IPData, reference main (d0bc0d), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 20:38:47 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/ipdata/swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ipdata/swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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": "swift",
      "name": "IPData",
      "url": "https://github.com/ipdata/swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ipdata/swift.git
[1/34] Fetching swift
Fetched https://github.com/ipdata/swift.git from cache (0.67s)
Creating working copy for https://github.com/ipdata/swift.git
Working copy of https://github.com/ipdata/swift.git resolved at main (d0bc0d7)
warning: '.resolve-product-dependencies': dependency 'swift' 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/ipdata/swift.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/6] Compiling IPData IPDataError.swift
[4/6] Compiling IPData Models.swift
[5/6] Compiling IPData IPDataClient.swift
[6/6] Emitting module IPData
Build complete! (4.74s)
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.