The Swift Package Index logo.Swift Package Index

Build Information

Successful build of fd 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/kylef-archive/fd.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/kylef-archive/fd
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at c94bfde release: 0.3.0
Cloned https://github.com/kylef-archive/fd.git
Revision (git rev-parse @):
c94bfde127757a02d63c8f61b82e7c8a81b7de0a
SUCCESS checkout https://github.com/kylef-archive/fd.git at master
Fetching https://github.com/kylef/Spectre.git from cache
Fetched https://github.com/kylef/Spectre.git (0.18s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.0 (0.03s)
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.9.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "fd",
      "name": "fd",
      "url": "https://github.com/kylef-archive/fd.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/fd",
      "dependencies": [
        {
          "identity": "spectre",
          "name": "Spectre",
          "url": "https://github.com/kylef/Spectre.git",
          "version": "0.10.1",
          "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Spectre",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/kylef-archive/fd.git
[1/181] Fetching fd
Fetched https://github.com/kylef-archive/fd.git (0.25s)
Fetching https://github.com/kylef/Spectre.git from cache
Fetched https://github.com/kylef/Spectre.git (0.17s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.02s)
Creating working copy for https://github.com/kylef-archive/fd.git
Working copy of https://github.com/kylef-archive/fd.git resolved at master
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
warning: '.resolve-product-dependencies': dependency 'fd' is not used by any target
Found 1 product dependencies
  - Spectre
========================================
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/12] Emitting module fd
[2/13] Compiling fd FileDescriptor.swift
[3/13] Compiling fd Listener.swift
[4/13] Compiling fd TCPConnection.swift
[5/13] Compiling fd TCPListener.swift
[6/13] Compiling fd select.swift
[7/13] Compiling fd WritableFileDescriptor.swift
[8/13] Compiling fd Connection.swift
[9/13] Compiling fd FDSet.swift
[10/13] Compiling fd Pipe.swift
[11/13] Compiling fd ReadableFileDescriptor.swift
[12/13] Compiling fd UNIXConnection.swift
[13/13] Compiling fd UNIXListener.swift
Build complete! (5.88s)
Build complete.
Done.