Build Information
Successful build of Injection, reference 1.4.0 (fc8a56
), with Swift 5.9 for macOS (Xcode) using Xcode 15.2 on 28 Jul 2024 22:04:44 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Injection-Package -destination platform=macOS,arch=arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.48.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/EngOmarElsayed/Injection.git
Reference: 1.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/EngOmarElsayed/Injection
* tag 1.4.0 -> FETCH_HEAD
HEAD is now at fc8a56e Update README.md
Cloned https://github.com/EngOmarElsayed/Injection.git
Revision (git rev-parse @):
fc8a56e0e1176d0147242785a936068dcc852159
SUCCESS checkout https://github.com/EngOmarElsayed/Injection.git at 1.4.0
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 5.9
Building package at path: $PWD
https://github.com/EngOmarElsayed/Injection.git
Command line invocation:
/Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/apple/swift-syntax
Creating working copy of package ‘swift-syntax’
Checking out 510.0.2 of package ‘swift-syntax’
Resolve Package Graph
Resolved source packages:
Injection: /Users/admin/builder/spi-builder-workspace
swift-syntax: https://github.com/apple/swift-syntax @ 510.0.2
resolved source packages: Injection, swift-syntax
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "510.0.0",
"upper_bound" : "511.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax"
}
],
"manifest_display_name" : "Injection",
"name" : "Injection",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "watchos",
"version" : "5.0"
},
{
"name" : "tvos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "Injection",
"targets" : [
"Injection"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Macros",
"targets" : [
"Macros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "MacrosTest",
"module_type" : "SwiftTarget",
"name" : "MacrosTest",
"path" : "Tests/MacrosTest",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"MacrosTest.swift"
],
"target_dependencies" : [
"Macros"
],
"type" : "test"
},
{
"c99name" : "Macros",
"module_type" : "SwiftTarget",
"name" : "Macros",
"path" : "Sources/Macros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"Injection",
"Macros"
],
"sources" : [
"Inject.swift",
"InjectedValuesContainer.swift",
"MyLibDiagnostic.swift",
"MyMacroPlugin.swift",
"StringExtension.swift"
],
"type" : "macro"
},
{
"c99name" : "InjectionTests",
"module_type" : "SwiftTarget",
"name" : "InjectionTests",
"path" : "Tests/InjectionTests",
"sources" : [
"InjectionTests.swift"
],
"target_dependencies" : [
"Injection"
],
"type" : "test"
},
{
"c99name" : "Injection",
"module_type" : "SwiftTarget",
"name" : "Injection",
"path" : "Sources/Injection",
"product_memberships" : [
"Injection"
],
"sources" : [
"Injected.swift",
"InjectedValues.swift",
"InjectionKey.swift",
"MacrosDec.swift"
],
"target_dependencies" : [
"Macros"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Injection",
"Injection-Package",
"MacrosTest"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Injection-Package -destination platform=macOS,arch=arm64
Build complete.
Done.