The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-rfc-3492, reference main (d8bdf5), with Swift 6.2 for macOS (SPM) on 29 Apr 2026 16:01:32 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-3492.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swift-ietf/swift-rfc-3492
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d8bdf50 metadata: add .github/metadata.yaml draft (#3)
Cloned https://github.com/swift-ietf/swift-rfc-3492.git
Revision (git rev-parse @):
d8bdf50fb7a359cf8434cfc41071f4de070e9820
SUCCESS checkout https://github.com/swift-ietf/swift-rfc-3492.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/swift-ietf/swift-rfc-3492.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
[3/4] Compiling RFC_3492 Punycode.swift
[4/4] Emitting module RFC_3492
Build complete! (0.82s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-rfc-3492",
  "name" : "swift-rfc-3492",
  "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 3492",
      "targets" : [
        "RFC 3492"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "RFC_3492_Tests",
      "module_type" : "SwiftTarget",
      "name" : "RFC 3492 Tests",
      "path" : "Tests/RFC 3492 Tests",
      "sources" : [
        "PunycodeTests.swift"
      ],
      "target_dependencies" : [
        "RFC 3492"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RFC_3492",
      "module_type" : "SwiftTarget",
      "name" : "RFC 3492",
      "path" : "Sources/RFC 3492",
      "product_memberships" : [
        "RFC 3492"
      ],
      "sources" : [
        "Punycode.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.