The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Promissum 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/tomlokhorst/Promissum.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/tomlokhorst/Promissum
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 34aa142 Add async/await documentation to README
Cloned https://github.com/tomlokhorst/Promissum.git
Revision (git rev-parse @):
34aa14261488f99e1221eb3e534000ca6ecf9d8e
SUCCESS checkout https://github.com/tomlokhorst/Promissum.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "promissum",
      "name": "Promissum",
      "url": "https://github.com/tomlokhorst/Promissum.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Promissum",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/tomlokhorst/Promissum.git
[1/2373] Fetching promissum
Fetched https://github.com/tomlokhorst/Promissum.git (0.36s)
Creating working copy for https://github.com/tomlokhorst/Promissum.git
Working copy of https://github.com/tomlokhorst/Promissum.git resolved at main
warning: '.resolve-product-dependencies': dependency 'promissum' 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/7] Compiling Promissum Result.swift
[2/7] Compiling Promissum DispatchMethod.swift
[3/7] Compiling Promissum Combinators.swift
[4/7] Compiling Promissum Promise.swift
[5/7] Compiling Promissum PromiseSource.swift
[6/7] Emitting module Promissum
[7/7] Compiling Promissum AsyncExtensions.swift
Build complete! (9.69s)
Build complete.
Done.