Build Information
Successful build of Stitch 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/entrhq/stitch.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/entrhq/stitch
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e26561e Updated readme with examples
Cloned https://github.com/entrhq/stitch.git
Revision (git rev-parse @):
e26561e44eafa1f951d7568100c6bb1b817e275c
SUCCESS checkout https://github.com/entrhq/stitch.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "stitch",
"name": "Stitch",
"url": "https://github.com/entrhq/stitch.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/stitch",
"dependencies": [
]
}
]
}
Fetching https://github.com/entrhq/stitch.git
[1/190] Fetching stitch
Fetched https://github.com/entrhq/stitch.git (0.32s)
Creating working copy for https://github.com/entrhq/stitch.git
Working copy of https://github.com/entrhq/stitch.git resolved at main
warning: '.resolve-product-dependencies': dependency 'stitch' 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/10] Compiling Stitch Preconditions.swift
[2/10] Compiling Stitch DependencyMap.swift
[3/10] Compiling Stitch DependencyMocker.swift
[4/10] Compiling Stitch DependencyKey.swift
[5/10] Compiling Stitch DependencyLifecycleScope.swift
[6/10] Compiling Stitch StitchObservable.swift
[7/10] Compiling Stitch ErasedObservableObject.swift
[8/10] Compiling Stitch AnyObservableObject.swift
[9/10] Compiling Stitch Stitch.swift
[10/10] Emitting module Stitch
[11/11] Compiling Stitch StitchPublished.swift
Build complete! (12.03s)
Build complete.
Done.