The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.28.7
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sloik/EitherSwift.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/sloik/EitherSwift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e700bb6 Adds fold function.
Cloned https://github.com/sloik/EitherSwift.git
Revision (git rev-parse @):
e700bb6fa88e8d388df37bc85090759db339e870
SUCCESS checkout https://github.com/sloik/EitherSwift.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "eitherswift",
      "name": "EitherSwift",
      "url": "https://github.com/sloik/EitherSwift.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/EitherSwift",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/sloik/EitherSwift.git from cache
Fetched https://github.com/sloik/EitherSwift.git (0.25s)
Creating working copy for https://github.com/sloik/EitherSwift.git
Working copy of https://github.com/sloik/EitherSwift.git resolved at main
warning: '.resolve-product-dependencies': dependency 'eitherswift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
https://github.com/sloik/EitherSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/8] Compiling EitherSwift EitherFold.swift
[2/8] Compiling EitherSwift EitherUtils.swift
[3/8] Compiling EitherSwift EitherFactory.swift
[4/8] Compiling EitherSwift EitherMap.swift
[5/8] Compiling EitherSwift EitherAPI.swift
[6/8] Emitting module EitherSwift
[7/8] Compiling EitherSwift Either.swift
[7/8] Linking libEitherSwift.dylib
Build complete! (5.13s)
Build complete.
Done.