The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CombineRequest 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/lightyear/CombineRequest.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/lightyear/CombineRequest
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ffa72f0 SPI badges
Cloned https://github.com/lightyear/CombineRequest.git
Revision (git rev-parse @):
ffa72f098a2cc7196dad394eac6ffa59ea24e2bc
SUCCESS checkout https://github.com/lightyear/CombineRequest.git at main
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git from cache
Fetching https://github.com/mattgallagher/CwlCatchException.git from cache
Fetching https://github.com/Quick/Nimble from cache
Fetched https://github.com/mattgallagher/CwlCatchException.git (0.28s)
Fetching https://github.com/AliSoftware/OHHTTPStubs from cache
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git (0.31s)
Fetched https://github.com/AliSoftware/OHHTTPStubs (0.22s)
Fetched https://github.com/Quick/Nimble (0.54s)
Computing version for https://github.com/AliSoftware/OHHTTPStubs
Computed https://github.com/AliSoftware/OHHTTPStubs at 9.1.0 (0.02s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 9.2.0 (0.03s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.0.0 (0.02s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.0.0 (0.02s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.0.0
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 9.2.0
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.0.0
Creating working copy for https://github.com/AliSoftware/OHHTTPStubs
Working copy of https://github.com/AliSoftware/OHHTTPStubs resolved at 9.1.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": "combinerequest",
      "name": "CombineRequest",
      "url": "https://github.com/lightyear/CombineRequest.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CombineRequest",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/lightyear/CombineRequest.git from cache
Fetched https://github.com/lightyear/CombineRequest.git (0.18s)
Creating working copy for https://github.com/lightyear/CombineRequest.git
Working copy of https://github.com/lightyear/CombineRequest.git resolved at main
warning: '.resolve-product-dependencies': dependency 'combinerequest' 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/5] Compiling CombineRequest Request.swift
[2/5] Compiling CombineRequest Operators.swift
[3/5] Compiling CombineRequest APIBase.swift
[4/5] Compiling CombineRequest APIBase+TestHelpers.swift
[5/5] Emitting module CombineRequest
Build complete! (7.29s)
Build complete.
Done.