Build Information
Successful build of InjectionScratch with Swift 5.10 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnno1962/InjectionScratch.git
Reference: 1.2.12
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/johnno1962/InjectionScratch
* tag 1.2.12 -> FETCH_HEAD
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 1.2.12
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/johnno1962/InjectionScratch.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Compiling InjectionScratch injected_code.s
/Users/builder/builds/UKfvDsi8u/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/5] Compiling InjectionScratch InjectionLoader.mm
[2/5] Compiling InjectionScratch InjectionScratch.m
[3/5] Write Objects.LinkFileList
[4/5] Linking libInjectionScratch.dylib
Build complete! (1.61s)
Build complete.
Done.