The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ElementaryCombine 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/mkj-is/ElementaryCombine.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/mkj-is/ElementaryCombine
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 727440d Fix lint warnings
Cloned https://github.com/mkj-is/ElementaryCombine.git
Revision (git rev-parse @):
727440d6252cb86a03080b5094b29198cfc1b15c
SUCCESS checkout https://github.com/mkj-is/ElementaryCombine.git at main
Fetching https://github.com/mkj-is/Elementary.git from cache
Fetched https://github.com/mkj-is/Elementary.git (0.31s)
Computing version for https://github.com/mkj-is/Elementary.git
Computed https://github.com/mkj-is/Elementary.git at 0.1.0 (0.50s)
Creating working copy for https://github.com/mkj-is/Elementary.git
Working copy of https://github.com/mkj-is/Elementary.git resolved at 0.1.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": "elementarycombine",
      "name": "ElementaryCombine",
      "url": "https://github.com/mkj-is/ElementaryCombine.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ElementaryCombine",
      "dependencies": [
        {
          "identity": "elementary",
          "name": "Elementary",
          "url": "https://github.com/mkj-is/Elementary.git",
          "version": "0.1.0",
          "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Elementary",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/mkj-is/ElementaryCombine.git
[1/90] Fetching elementarycombine
Fetched https://github.com/mkj-is/ElementaryCombine.git (0.28s)
Fetching https://github.com/mkj-is/Elementary.git from cache
Fetched https://github.com/mkj-is/Elementary.git (0.18s)
Computing version for https://github.com/mkj-is/Elementary.git
Computed https://github.com/mkj-is/Elementary.git at 0.1.0 (0.01s)
Creating working copy for https://github.com/mkj-is/Elementary.git
Working copy of https://github.com/mkj-is/Elementary.git resolved at 0.1.0
Creating working copy for https://github.com/mkj-is/ElementaryCombine.git
Working copy of https://github.com/mkj-is/ElementaryCombine.git resolved at main
warning: '.resolve-product-dependencies': dependency 'elementarycombine' is not used by any target
Found 1 product dependencies
  - Elementary
========================================
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/4] Emitting module Elementary
[2/4] Compiling Elementary Store.swift
[3/4] Compiling Elementary Effect+Join.swift
[4/4] Compiling Elementary Typealiases.swift
[5/6] Compiling ElementaryCombine ObservableStore.swift
[6/6] Emitting module ElementaryCombine
Build complete! (5.72s)
Build complete.
Done.