Build Information
Successful build of ServiceLocator, reference 2.0.0 (6c4abc
), with Swift 5.10 for macOS (SPM) on 1 Jul 2024 07:29:58 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.44.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kibotu/ServiceLocator.git
Reference: 2.0.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/kibotu/ServiceLocator
* tag 2.0.0 -> FETCH_HEAD
HEAD is now at 6c4abc1 updated service locator to be eager init, also added reset method + updated tests
Cloned https://github.com/kibotu/ServiceLocator.git
Revision (git rev-parse @):
6c4abc1d6ec5b73d25f4f79947794a20051743d5
SUCCESS checkout https://github.com/kibotu/ServiceLocator.git at 2.0.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": "servicelocator",
"name": "ServiceLocator",
"url": "https://github.com/kibotu/ServiceLocator.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ServiceLocator",
"dependencies": [
]
}
]
}
Fetching https://github.com/kibotu/ServiceLocator.git
[1/134] Fetching servicelocator
Fetched https://github.com/kibotu/ServiceLocator.git from cache (0.16s)
Creating working copy for https://github.com/kibotu/ServiceLocator.git
Working copy of https://github.com/kibotu/ServiceLocator.git resolved at 2.0.0 (6c4abc1)
warning: '.resolve-product-dependencies': dependency 'servicelocator' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/kibotu/ServiceLocator.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/10] Compiling ServiceLocator Dependency.swift
[4/10] Compiling ServiceLocator ServiceLocatorModule+Extensions.swift
[5/10] Compiling ServiceLocator ServiceLocatorModule.swift
[6/10] Compiling ServiceLocator Inject.swift
[7/10] Compiling ServiceLocator ServiceLocator.swift
[8/10] Compiling ServiceLocator ResolutionError.swift
[9/10] Compiling ServiceLocator DependencyWithKey.swift
[10/10] Emitting module ServiceLocator
Build complete! (5.30s)
Build complete.
Done.