Build Information
Successful build of InjectionScratch 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/johnno1962/InjectionScratch.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/johnno1962/InjectionScratch
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6c158cd Merge pull request #2 from johnno1962/injection-loader
Cloned https://github.com/johnno1962/InjectionScratch.git
Revision (git rev-parse @):
6c158cd2e9233dad709f1ac0b4e6ed6e4d3e6184
SUCCESS checkout https://github.com/johnno1962/InjectionScratch.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": "injectionscratch",
"name": "InjectionScratch",
"url": "https://github.com/johnno1962/InjectionScratch.git",
"version": "unspecified",
"path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/InjectionScratch",
"dependencies": [
]
}
]
}
Fetching https://github.com/johnno1962/InjectionScratch.git
[1/69] Fetching injectionscratch
Fetched https://github.com/johnno1962/InjectionScratch.git (0.33s)
Creating working copy for https://github.com/johnno1962/InjectionScratch.git
Working copy of https://github.com/johnno1962/InjectionScratch.git resolved at main
warning: '.resolve-product-dependencies': dependency 'injectionscratch' 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...
[0/4] Compiling InjectionScratch injected_code.s
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/InjectionScratch/InjectionLoader.mm:93:5: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
auto *header = (struct mach_header_64 *)scratch;
^
1 warning generated.
[1/4] Compiling InjectionScratch InjectionLoader.mm
[2/4] Compiling InjectionScratch InjectionScratch.m
[3/4] Linking libInjectionScratch.dylib
Build complete! (6.85s)
Build complete.
Done.