Build Information
Successful build of Inject, reference main (704d24
), with Swift 5.10 for macOS (SPM) on 2 Jan 2025 10:12:15 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/krzysztofzablocki/Inject.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/krzysztofzablocki/Inject
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 704d24d Merge pull request #108 from KevinDoremy/patch-1
Cloned https://github.com/krzysztofzablocki/Inject.git
Revision (git rev-parse @):
704d24da5ce6298e2ed81134c1b4075ab44261a5
SUCCESS checkout https://github.com/krzysztofzablocki/Inject.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/krzysztofzablocki/Inject.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/7] Compiling Inject SwiftUI.swift
[4/7] Emitting module Inject
[5/7] Compiling Inject KitFrameworks.swift
[6/7] Compiling Inject Hosts.swift
[7/7] Compiling Inject InjectConfiguration.swift
Build complete! (8.28s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Inject",
"name" : "Inject",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Inject",
"targets" : [
"Inject"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Inject",
"module_type" : "SwiftTarget",
"name" : "Inject",
"path" : "Sources/Inject",
"product_memberships" : [
"Inject"
],
"sources" : [
"InjectConfiguration.swift",
"Integrations/Hosts.swift",
"Integrations/KitFrameworks.swift",
"Integrations/SwiftUI.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.