The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-rfc-3492, reference 0.1.2 (a5be42), with Swift 6.2 for macOS (SPM) on 23 Apr 2026 19:13: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: 0.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swift-ietf/swift-rfc-3492
 * tag               0.1.2      -> FETCH_HEAD
HEAD is now at a5be424 Apply swift-format and lint fixes
Cloned https://github.com/swift-ietf/swift-rfc-3492.git
Revision (git rev-parse @):
a5be424322ef27279340074bb885c39b4f715b47
SUCCESS checkout https://github.com/swift-ietf/swift-rfc-3492.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-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] Emitting module RFC_3492
[4/4] Compiling RFC_3492 Punycode.swift
Build complete! (0.75s)
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.