The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CSErrors with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CharlesJS/CSErrors.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/CharlesJS/CSErrors
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 86c2073 Fix `isFileNotFoundError`, `isPermissionError`, and `isCancelledError` for `CocoaError`s and `URLError`s wrapped in an `NSError`
Cloned https://github.com/CharlesJS/CSErrors.git
Revision (git rev-parse @):
86c2073c171adb3aab6a287c9c3f424318965f34
SUCCESS checkout https://github.com/CharlesJS/CSErrors.git at main
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git from cache
Fetching https://github.com/mattgallagher/CwlCatchException.git from cache
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git (0.22s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetched https://github.com/mattgallagher/CwlCatchException.git (0.30s)
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.1.0 (0.08s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.1.1 (0.04s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.1.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "cserrors",
      "name": "CSErrors",
      "url": "https://github.com/CharlesJS/CSErrors.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CSErrors",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/CharlesJS/CSErrors.git
[1/267] Fetching cserrors
Fetched https://github.com/CharlesJS/CSErrors.git (0.25s)
Creating working copy for https://github.com/CharlesJS/CSErrors.git
Working copy of https://github.com/CharlesJS/CSErrors.git resolved at main
warning: '.resolve-product-dependencies': dependency 'cserrors' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/8] Compiling CSErrors Internal.swift
[2/8] Compiling CSErrors HTTPError.swift
[3/8] Compiling CSErrors OSStatus Errors.swift
[4/8] Compiling CSErrors Error+CSErrors.swift
[5/8] Compiling CSErrors ErrorMetadata.swift
[6/8] Compiling CSErrors CSErrorProtocol.swift
[7/8] Compiling CSErrors POSIX Errors.swift
[8/8] Emitting module CSErrors
[9/9] Compiling CSErrors Stderr.swift
[10/17] Compiling CSErrors_Foundation OSStatus+Foundation.swift
[11/18] Compiling CSErrors_Foundation Recoverability.swift
[12/18] Emitting module CSErrors_Foundation
[13/18] Compiling CSErrors_Foundation CocoaError+CSErrors.swift
[14/18] Compiling CSErrors_Foundation ErrorMetadata+Foundation.swift
[15/18] Compiling CSErrors_Foundation POSIX Errors+Foundation.swift
[16/18] Compiling CSErrors_Foundation NSError+CSErrors.swift
[17/18] Compiling CSErrors_Foundation HTTPError+Foundation.swift
[18/18] Compiling CSErrors_Foundation URLError+CSErrors.swift
Build complete! (8.76s)
Build complete.
Done.