The Swift Package Index logo.Swift Package Index

Build Information

Successful build of IdnaRules, reference 1.0.0 (7f47c3), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 04:03:11 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/dns-inspector/IDNARules-Swift.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dns-inspector/IDNARules-Swift
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 7f47c39 Initial commit
Cloned https://github.com/dns-inspector/IDNARules-Swift.git
Revision (git rev-parse @):
7f47c398379e46f324bb82f803829026c48763d0
SUCCESS checkout https://github.com/dns-inspector/IDNARules-Swift.git at 1.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": "idnarules-swift",
      "name": "IdnaRules",
      "url": "https://github.com/dns-inspector/IDNARules-Swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/IDNARules-Swift",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/dns-inspector/IDNARules-Swift.git
[1/14] Fetching idnarules-swift
Fetched https://github.com/dns-inspector/IDNARules-Swift.git from cache (0.76s)
Creating working copy for https://github.com/dns-inspector/IDNARules-Swift.git
Working copy of https://github.com/dns-inspector/IDNARules-Swift.git resolved at 1.0.0 (7f47c39)
warning: '.resolve-product-dependencies': dependency 'idnarules-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/dns-inspector/IDNARules-Swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Compiling IdnaRules rules.c
Build complete! (0.84s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "IdnaRules",
  "name" : "IdnaRules",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "IdnaRules",
      "targets" : [
        "IdnaRules"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IdnaRules",
      "module_type" : "ClangTarget",
      "name" : "IdnaRules",
      "path" : "Sources/IdnaRules",
      "product_memberships" : [
        "IdnaRules"
      ],
      "sources" : [
        "rules.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.