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 ErrNo, reference 0.5.2 (178566), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 18:10:15 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/ponyboy47/ErrNo.git
Reference: 0.5.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ponyboy47/ErrNo
 * tag               0.5.2      -> FETCH_HEAD
HEAD is now at 178566b Support setting the errno
Cloned https://github.com/ponyboy47/ErrNo.git
Revision (git rev-parse @):
178566b112afe6bef3770678f1bbab6e5c626993
SUCCESS checkout https://github.com/ponyboy47/ErrNo.git at 0.5.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ponyboy47/ErrNo.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/6] Compiling ErrNo ErrNo+Glibc.swift
[4/6] Compiling ErrNo ErrNo.swift
[5/6] Emitting module ErrNo
[6/6] Compiling ErrNo ErrNo+Darwin.swift
Build complete! (1.38s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ErrNo",
  "name" : "ErrNo",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ErrNo",
      "targets" : [
        "ErrNo"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ErrNo",
      "module_type" : "SwiftTarget",
      "name" : "ErrNo",
      "path" : "Sources/ErrNo",
      "product_memberships" : [
        "ErrNo"
      ],
      "sources" : [
        "ErrNo+Darwin.swift",
        "ErrNo+Glibc.swift",
        "ErrNo.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.