The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of IPAddress, reference 0.0.3 (279c08), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 10:58:59 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fdebrabander/swift-ipaddress.git
Reference: 0.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fdebrabander/swift-ipaddress
 * tag               0.0.3      -> FETCH_HEAD
HEAD is now at 279c08f Helpers.swift: improve documentation
Cloned https://github.com/fdebrabander/swift-ipaddress.git
Revision (git rev-parse @):
279c08f65c384010ac60c625bc377652e4c67b63
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/fdebrabander/swift-ipaddress.git at 0.0.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/fdebrabander/swift-ipaddress.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/7] Compiling IPAddress IPv4Network.swift
[4/7] Compiling IPAddress Errors.swift
[5/7] Emitting module IPAddress
[6/7] Compiling IPAddress IPv4Address.swift
[7/7] Compiling IPAddress Helpers.swift
Build complete! (0.67s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "IPAddress",
  "name" : "IPAddress",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "IPAddress",
      "targets" : [
        "IPAddress"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IPAddressTests",
      "module_type" : "SwiftTarget",
      "name" : "IPAddressTests",
      "path" : "Tests/IPAddressTests",
      "sources" : [
        "IPAddressTests.swift",
        "IPNetworkTests.swift",
        "ReadmeTests.swift"
      ],
      "target_dependencies" : [
        "IPAddress"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IPAddress",
      "module_type" : "SwiftTarget",
      "name" : "IPAddress",
      "path" : "Sources/IPAddress",
      "product_memberships" : [
        "IPAddress"
      ],
      "sources" : [
        "Errors.swift",
        "Helpers.swift",
        "IPv4Address.swift",
        "IPv4Network.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.