The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CSErrors, reference main (7426dd), with Swift 6.2 for macOS (SPM) on 21 Mar 2026 03:51:03 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
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 7426dd0 Merge pull request #1 from CharlesJS/linux-fix
Cloned https://github.com/CharlesJS/CSErrors.git
Revision (git rev-parse @):
7426dd06aaeedf468b768f77f48b3f52e87abc5d
SUCCESS checkout https://github.com/CharlesJS/CSErrors.git at main
Fetching https://github.com/apple/swift-system
[1/5601] Fetching swift-system
Fetched https://github.com/apple/swift-system from cache (1.24s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.4 (1.81s)
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.4
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "cserrors",
      "name": "CSErrors",
      "url": "https://github.com/CharlesJS/CSErrors.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CSErrors",
      "dependencies": [
        {
          "identity": "swift-system",
          "name": "swift-system",
          "url": "https://github.com/apple/swift-system",
          "version": "1.6.4",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-system",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/CharlesJS/CSErrors.git
[1/398] Fetching cserrors
Fetched https://github.com/CharlesJS/CSErrors.git from cache (0.71s)
Fetching https://github.com/apple/swift-system from cache
Fetched https://github.com/apple/swift-system from cache (0.58s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.4 (0.63s)
Creating working copy for https://github.com/CharlesJS/CSErrors.git
Working copy of https://github.com/CharlesJS/CSErrors.git resolved at main (7426dd0)
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.4
Found 1 product dependencies
  - swift-system
========================================
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.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/14] Compiling CSErrors Recoverability.swift
[4/14] Compiling CSErrors Stderr.swift
[5/15] Compiling CSErrors OSStatus Errors.swift
[6/15] Compiling CSErrors NSError+CSErrors.swift
[7/15] Compiling CSErrors Internal.swift
[8/15] Compiling CSErrors Error+CSErrors.swift
[9/15] Compiling CSErrors ErrorMetadata.swift
[10/15] Compiling CSErrors HTTPError.swift
[11/15] Emitting module CSErrors
[12/15] Compiling CSErrors CSErrorProtocol.swift
[13/15] Compiling CSErrors CocoaError+CSErrors.swift
[14/15] Compiling CSErrors POSIX Errors.swift
[15/15] Compiling CSErrors URLError+CSErrors.swift
Build complete! (2.97s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    }
  ],
  "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",
      "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_dependencies" : [
        "SystemPackage"
      ],
      "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.2"
}
Done.