The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FunctionalAPI with Swift 5.10 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.34.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sloik/FunctionalAPI.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/sloik/FunctionalAPI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 55cb301 Merge pull request #21 from sloik/renovate/pointfreeco-swift-snapshot-testing-1.x
Cloned https://github.com/sloik/FunctionalAPI.git
Revision (git rev-parse @):
55cb30121c2aa2fd2759bfbef99b8e6230e50ecb
SUCCESS checkout https://github.com/sloik/FunctionalAPI.git at main
Fetching https://github.com/sloik/EitherSwift.git from cache
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git from cache
Fetched https://github.com/sloik/EitherSwift.git from cache (0.19s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (0.29s)
Computing version for https://github.com/sloik/EitherSwift.git
Computed https://github.com/sloik/EitherSwift.git at 1.2.0 (0.30s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.16.0 (0.41s)
Fetching https://github.com/apple/swift-syntax from cache
Fetched https://github.com/apple/swift-syntax from cache (1.82s)
Computing version for https://github.com/apple/swift-syntax
Computed https://github.com/apple/swift-syntax at 510.0.1 (0.06s)
warning: /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/swift-syntax-463e60c9 is not valid git repository for 'https://github.com/apple/swift-syntax', will fetch again.
Fetching https://github.com/apple/swift-syntax from cache
Fetched https://github.com/apple/swift-syntax from cache (2.08s)
warning: /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/swift-syntax-463e60c9 is not valid git repository for 'https://github.com/apple/swift-syntax', will fetch again.
Fetching https://github.com/apple/swift-syntax from cache
Fetched https://github.com/apple/swift-syntax from cache (2.15s)
Creating working copy for https://github.com/apple/swift-syntax
Working copy of https://github.com/apple/swift-syntax resolved at 510.0.1
Creating working copy for https://github.com/sloik/EitherSwift.git
Working copy of https://github.com/sloik/EitherSwift.git resolved at 1.2.0
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.16.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "functionalapi",
      "name": "FunctionalAPI",
      "url": "https://github.com/sloik/FunctionalAPI.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FunctionalAPI",
      "dependencies": [
        {
          "identity": "eitherswift",
          "name": "EitherSwift",
          "url": "https://github.com/sloik/EitherSwift.git",
          "version": "1.2.0",
          "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/EitherSwift",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/sloik/FunctionalAPI.git
[5/408] Fetching functionalapi
Fetched https://github.com/sloik/FunctionalAPI.git from cache (0.23s)
Fetching https://github.com/sloik/EitherSwift.git from cache
Fetched https://github.com/sloik/EitherSwift.git from cache (0.13s)
Computing version for https://github.com/sloik/EitherSwift.git
Computed https://github.com/sloik/EitherSwift.git at 1.2.0 (0.04s)
Creating working copy for https://github.com/sloik/EitherSwift.git
Working copy of https://github.com/sloik/EitherSwift.git resolved at 1.2.0
Creating working copy for https://github.com/sloik/FunctionalAPI.git
Working copy of https://github.com/sloik/FunctionalAPI.git resolved at main (55cb301)
warning: '.resolve-product-dependencies': dependency 'functionalapi' is not used by any target
Found 1 product dependencies
  - EitherSwift
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/sloik/FunctionalAPI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-6044DDE57671499D.txt
[4/14] Compiling EitherSwift EitherUtils.swift
[5/14] Compiling EitherSwift EitherFold.swift
[6/14] Compiling EitherSwift EitherMap.swift
[7/14] Compiling EitherSwift Either.swift
[8/14] Emitting module EitherSwift
[9/14] Compiling EitherSwift EitherFactory.swift
[10/14] Compiling EitherSwift EitherAPI.swift
[10/14] Write Objects.LinkFileList
[11/14] Linking libEitherSwift.dylib
[13/21] Compiling FunctionalAPI Phantom.swift
[14/21] Compiling FunctionalAPI NOPs.swift
[15/21] Compiling FunctionalAPI FreeMaps.swift
[16/21] Compiling FunctionalAPI Identity.swift
[17/21] Emitting module FunctionalAPI
[18/21] Compiling FunctionalAPI Development.swift
[19/21] Compiling FunctionalAPI FunctionsCombinators.swift
[19/21] Write Objects.LinkFileList
[20/21] Linking libFunctionalAPI.dylib
Build complete! (6.76s)
Build complete.
Done.