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 CSErrors, reference main (776b78), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 19:30:38 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/CharlesJS/CSErrors.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CharlesJS/CSErrors
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 776b781 Move Foundation support to a trait instead of a separate target
Cloned https://github.com/CharlesJS/CSErrors.git
Revision (git rev-parse @):
776b7813f14e4618701b3c4f33c7ff27be53dfc0
SUCCESS checkout https://github.com/CharlesJS/CSErrors.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/CharlesJS/CSErrors.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/14] Compiling CSErrors OSStatus Errors.swift
[4/14] Compiling CSErrors Error+CSErrors.swift
[5/14] Compiling CSErrors ErrorMetadata.swift
[6/14] Compiling CSErrors Internal.swift
[7/14] Compiling CSErrors NSError+CSErrors.swift
[8/14] Compiling CSErrors HTTPError.swift
[9/14] Compiling CSErrors CSErrorProtocol.swift
[10/14] Compiling CSErrors CocoaError+CSErrors.swift
[11/14] Emitting module CSErrors
[12/15] Compiling CSErrors Recoverability.swift
[13/15] Compiling CSErrors POSIX Errors.swift
[14/15] Compiling CSErrors Stderr.swift
[15/15] Compiling CSErrors URLError+CSErrors.swift
Build complete! (7.93s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[13/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.79s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (3.38s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.74s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.25s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "cwlpreconditiontesting",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattgallagher/CwlPreconditionTesting.git"
    }
  ],
  "manifest_display_name" : "CSErrors",
  "name" : "CSErrors",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "CSErrors",
      "targets" : [
        "CSErrors"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CSErrorsTests",
      "module_type" : "SwiftTarget",
      "name" : "CSErrorsTests",
      "path" : "Tests/CSErrorsTests",
      "product_dependencies" : [
        "CwlPreconditionTesting"
      ],
      "sources" : [
        "CocoaErrorTests.swift",
        "ErrnoCocoaMappingTests.swift",
        "ErrnoURLSupportTests.swift",
        "ErrorMetadataTests.swift",
        "HTTPErrorTests.swift",
        "NSErrorTests.swift",
        "OSStatusErrorTests.swift",
        "POSIXErrorTests.swift",
        "RecoverabilityTests.swift",
        "StderrTests.swift",
        "URLErrorTests.swift"
      ],
      "target_dependencies" : [
        "CSErrors"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CSErrors",
      "module_type" : "SwiftTarget",
      "name" : "CSErrors",
      "path" : "Sources/CSErrors",
      "product_memberships" : [
        "CSErrors"
      ],
      "sources" : [
        "CSErrorProtocol.swift",
        "CocoaError+CSErrors.swift",
        "Error+CSErrors.swift",
        "ErrorMetadata.swift",
        "HTTPError.swift",
        "Internal.swift",
        "NSError+CSErrors.swift",
        "OSStatus Errors.swift",
        "POSIX Errors.swift",
        "Recoverability.swift",
        "Stderr.swift",
        "URLError+CSErrors.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.