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 SwiftWhois, reference main (3d1a55), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 20:26:02 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/isaced/SwiftWhois.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/isaced/SwiftWhois
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3d1a55a Update README.md
Cloned https://github.com/isaced/SwiftWhois.git
Revision (git rev-parse @):
3d1a55a20fcd39d98773520e4a72dd202f062eea
SUCCESS checkout https://github.com/isaced/SwiftWhois.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/isaced/SwiftWhois.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 SwiftWhois SwiftWhoisParser.swift
[4/7] Compiling SwiftWhois WhoisData.swift
[5/7] Compiling SwiftWhois SwiftWhoisNetwork.swift
[6/7] Compiling SwiftWhois SwiftWhois.swift
[7/7] Emitting module SwiftWhois
Build complete! (3.43s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftWhois",
  "name" : "SwiftWhois",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftWhois",
      "targets" : [
        "SwiftWhois"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftWhoisTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftWhoisTests",
      "path" : "Tests/SwiftWhoisTests",
      "sources" : [
        "SwiftWhoisParserTests.swift",
        "SwiftWhoisTests.swift"
      ],
      "target_dependencies" : [
        "SwiftWhois"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftWhois",
      "module_type" : "SwiftTarget",
      "name" : "SwiftWhois",
      "path" : "Sources/SwiftWhois",
      "product_memberships" : [
        "SwiftWhois"
      ],
      "sources" : [
        "SwiftWhois.swift",
        "SwiftWhoisNetwork.swift",
        "SwiftWhoisParser.swift",
        "WhoisData.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Done.