The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-rfc-5890, reference 0.1.2 (e77d9b), with Swift 6.2 for macOS (SPM) on 23 Apr 2026 19:18:33 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.3.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/swift-ietf/swift-rfc-5890.git
Reference: 0.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swift-ietf/swift-rfc-5890
 * tag               0.1.2      -> FETCH_HEAD
HEAD is now at e77d9ba Update dependencies to latest versions
Cloned https://github.com/swift-ietf/swift-rfc-5890.git
Revision (git rev-parse @):
e77d9bab2179287d6b2839ad297eaeb4c5317f16
SUCCESS checkout https://github.com/swift-ietf/swift-rfc-5890.git at 0.1.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/swift-ietf/swift-rfc-5890.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--3CB7CFEC50E0D141.txt
[4/5] Emitting module RFC_3492
[5/5] Compiling RFC_3492 Punycode.swift
[6/7] Emitting module RFC_5890
[7/7] Compiling RFC_5890 IDNA.swift
Build complete! (3.06s)
Fetching https://github.com/swift-standards/swift-rfc-3492
[1/115] Fetching swift-rfc-3492
Fetched https://github.com/swift-standards/swift-rfc-3492 from cache (0.84s)
Computing version for https://github.com/swift-standards/swift-rfc-3492
Computed https://github.com/swift-standards/swift-rfc-3492 at 0.1.2 (1.43s)
Creating working copy for https://github.com/swift-standards/swift-rfc-3492
Working copy of https://github.com/swift-standards/swift-rfc-3492 resolved at 0.1.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-rfc-3492",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-standards/swift-rfc-3492"
    }
  ],
  "manifest_display_name" : "swift-rfc-5890",
  "name" : "swift-rfc-5890",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "26.0"
    },
    {
      "name" : "ios",
      "version" : "26.0"
    },
    {
      "name" : "tvos",
      "version" : "26.0"
    },
    {
      "name" : "watchos",
      "version" : "26.0"
    }
  ],
  "products" : [
    {
      "name" : "RFC 5890",
      "targets" : [
        "RFC 5890"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "RFC_5890_Tests",
      "module_type" : "SwiftTarget",
      "name" : "RFC 5890 Tests",
      "path" : "Tests/RFC 5890 Tests",
      "sources" : [
        "IDNATests.swift"
      ],
      "target_dependencies" : [
        "RFC 5890"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RFC_5890",
      "module_type" : "SwiftTarget",
      "name" : "RFC 5890",
      "path" : "Sources/RFC 5890",
      "product_dependencies" : [
        "RFC 3492"
      ],
      "product_memberships" : [
        "RFC 5890"
      ],
      "sources" : [
        "IDNA.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.