Build Information
Successful build of DLInterval 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/david-livadaru/DLInterval.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/david-livadaru/DLInterval
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at a985e2b master
Cloned https://github.com/david-livadaru/DLInterval.git
Revision (git rev-parse @):
a985e2bb0002fe23eff386519dddac82af5b816f
SUCCESS checkout https://github.com/david-livadaru/DLInterval.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "dlinterval",
"name": "DLInterval",
"url": "https://github.com/david-livadaru/DLInterval.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DLInterval",
"dependencies": [
]
}
]
}
Fetching https://github.com/david-livadaru/DLInterval.git from cache
Fetched https://github.com/david-livadaru/DLInterval.git (0.19s)
Creating working copy for https://github.com/david-livadaru/DLInterval.git
Working copy of https://github.com/david-livadaru/DLInterval.git resolved at master
warning: '.resolve-product-dependencies': dependency 'dlinterval' 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/12] Compiling DLInterval ExpressibleByIntervalTuple.swift
[2/12] Compiling DLInterval ExpressibleByRange.swift
[3/12] Compiling DLInterval IntervalType.swift
[4/12] Compiling DLInterval Boundary.swift
[5/12] Compiling DLInterval Double+FrameworkExtension.swift
[6/12] Compiling DLInterval Interval.swift
[7/12] Compiling DLInterval IntervalBoundary.swift
[8/12] Compiling DLInterval IntervalOperators.swift
[9/12] Compiling DLInterval IntervalExtremum.swift
[10/12] Emitting module DLInterval
[11/12] Compiling DLInterval ExpressibleByClosedRange.swift
[12/12] Compiling DLInterval ExpressibleByIntervalArray.swift
[13/13] Compiling DLInterval UnionInterval.swift
Build complete! (7.33s)
Build complete.
Done.