Build Information
Successful build of MacrosKit, reference main (32150b
), with Swift 5.10 for macOS (Xcode) using Xcode 15.4 on 11 Aug 2024 07:27:00 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MacrosKit -destination platform=macOS,arch=arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.49.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/buildexperience/MacrosKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/buildexperience/MacrosKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 32150b5 Update swift-syntax repository url
Cloned https://github.com/buildexperience/MacrosKit.git
Revision (git rev-parse @):
32150b5c2f3d91a75f0a9a283044954a276dd26a
SUCCESS checkout https://github.com/buildexperience/MacrosKit.git at main
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 5.10
Building package at path: $PWD
https://github.com/buildexperience/MacrosKit.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/apple/swift-syntax.git
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:
MacrosKit: /Users/admin/builder/spi-builder-workspace
swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 510.0.2
resolved source packages: MacrosKit, 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" : "MacrosKit",
"name" : "MacrosKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "MacrosKit",
"targets" : [
"MacrosKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MacrosKit",
"module_type" : "SwiftTarget",
"name" : "MacrosKit",
"path" : "Sources/MacrosKit",
"product_dependencies" : [
"SwiftSyntaxMacros"
],
"product_memberships" : [
"MacrosKit"
],
"sources" : [
"DeclarationSyntax/DeclarationSyntax.swift",
"DeclarationSyntax/DeclarationSyntaxConformances.swift",
"Extensions/AttributeListSyntax+Extensions.swift",
"Extensions/Bool+Extensions.swift",
"Extensions/DeclSyntaxProtocol+Extensions.swift",
"Extensions/DeclarationAccessLevel.swift",
"Extensions/TokenSyntax+Extensions.swift",
"Extensions/VariableDeclSyntax+Extensions.swift",
"MacroArguments/ArgumentFactory.swift",
"MacroArguments/AttributeSyntax.Arguments+Extension.swift",
"MacroArguments/LabeledExprListSyntax+Extensions.swift",
"MacroError/MacroError.swift",
"MacroError/MacroErrorFixItMessage.swift",
"MacroError/MacroErrorFixItWrapper.swift",
"MacroError/MacroErrorHandling.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"MacrosKit"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MacrosKit -destination platform=macOS,arch=arm64
Build complete.
Done.