Build Information
Successful build of swift-property-name, reference main (bc111b
), with Swift 5.10 for macOS (Xcode) using Xcode 15.4 on 28 Jul 2024 14:17:52 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-property-name-Package -destination platform=macOS,arch=arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.48.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CuriositySoftware/swift-property-name.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CuriositySoftware/swift-property-name
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at bc111b3 Merge pull request #10 from CuriositySoftware/bump/swift-syntax
Cloned https://github.com/CuriositySoftware/swift-property-name.git
Revision (git rev-parse @):
bc111b35c343e0548d836059e8da642a4e2467de
SUCCESS checkout https://github.com/CuriositySoftware/swift-property-name.git at main
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 5.10
Building package at path: $PWD
https://github.com/CuriositySoftware/swift-property-name.git
Command line invocation:
/Applications/Xcode-15.4.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/swiftlang/swift-syntax.git
Creating working copy of package ‘swift-syntax’
Checking out 510.0.2 of package ‘swift-syntax’
Resolved source packages:
swift-property-name: /Users/admin/builder/spi-builder-workspace
swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 510.0.2
resolved source packages: swift-property-name, swift-syntax
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "510.0.0",
"upper_bound" : "511.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
}
],
"manifest_display_name" : "swift-property-name",
"name" : "swift-property-name",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "PropertyName",
"targets" : [
"PropertyName"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PropertyNameMacroClient",
"targets" : [
"PropertyNameMacroClient"
],
"type" : {
"executable" : null
}
},
{
"name" : "Implementation",
"targets" : [
"Implementation"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "PropertyNameMacroClient",
"module_type" : "SwiftTarget",
"name" : "PropertyNameMacroClient",
"path" : "Sources/PropertyNameMacroClient",
"product_dependencies" : [
"SwiftSyntaxMacros"
],
"product_memberships" : [
"PropertyNameMacroClient"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"PropertyName"
],
"type" : "executable"
},
{
"c99name" : "PropertyName",
"module_type" : "SwiftTarget",
"name" : "PropertyName",
"path" : "Sources/PropertyName",
"product_memberships" : [
"PropertyName",
"PropertyNameMacroClient"
],
"sources" : [
"PropertyName.swift"
],
"target_dependencies" : [
"Implementation"
],
"type" : "library"
},
{
"c99name" : "ImplementationMacroTests",
"module_type" : "SwiftTarget",
"name" : "ImplementationMacroTests",
"path" : "Tests/ImplementationMacroTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"PropertyNameTests.swift"
],
"target_dependencies" : [
"Implementation"
],
"type" : "test"
},
{
"c99name" : "Implementation",
"module_type" : "SwiftTarget",
"name" : "Implementation",
"path" : "Sources/Implementation",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"PropertyName",
"PropertyNameMacroClient",
"Implementation"
],
"sources" : [
"Diagnostics/Diagnostics.swift",
"Macro/PropertyNameMacro.swift",
"Plugin.swift"
],
"type" : "macro"
}
],
"tools_version" : "5.9"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"PropertyName",
"PropertyNameMacroClient",
"swift-property-name-Package"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-property-name-Package -destination platform=macOS,arch=arm64
Build complete.
Done.