Build Information
Successful build of MacroKit, reference main (9c9f59
), with Swift 5.10 for macOS (Xcode) using Xcode 15.4 on 24 Jul 2024 23:36:17 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MacroKit-Package -destination platform=macOS,arch=arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.48.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/IanKeen/MacroKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/IanKeen/MacroKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9c9f59c Merge pull request #4 from bsrz/bs/improvements
Cloned https://github.com/IanKeen/MacroKit.git
Revision (git rev-parse @):
9c9f59cc06c28432cccd306d49ec9c56ea8902b6
SUCCESS checkout https://github.com/IanKeen/MacroKit.git at main
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 5.10
Building package at path: $PWD
https://github.com/IanKeen/MacroKit.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
Fetching from https://github.com/pointfreeco/swift-snapshot-testing
Fetching from https://github.com/pointfreeco/swift-macro-testing
Creating working copy of package ‘swift-syntax’
Checking out 510.0.2 of package ‘swift-syntax’
Creating working copy of package ‘swift-snapshot-testing’
Checking out 1.17.2 of package ‘swift-snapshot-testing’
Creating working copy of package ‘swift-macro-testing’
Checking out 0.5.1 of package ‘swift-macro-testing’
Resolved source packages:
swift-macro-testing: https://github.com/pointfreeco/swift-macro-testing @ 0.5.1
swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing @ 1.17.2
swift-syntax: https://github.com/swiftlang/swift-syntax @ 510.0.2
MacroKit: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-macro-testing, swift-snapshot-testing, swift-syntax, MacroKit
{
"dependencies" : [
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0",
"upper_bound" : "511.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
}
],
"manifest_display_name" : "MacroKit",
"name" : "MacroKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "MacroKit",
"targets" : [
"MacroKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MacroKitClient",
"targets" : [
"MacroKitClient"
],
"type" : {
"executable" : null
}
},
{
"name" : "MacroKitMacros",
"targets" : [
"MacroKitMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "MacroKitTests",
"module_type" : "SwiftTarget",
"name" : "MacroKitTests",
"path" : "Tests/MacroKitTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport",
"MacroTesting"
],
"sources" : [
"DefaultMacroTests.swift",
"GenerateMockMacroTests.swift",
"KeyPathIterableMacroTests.swift",
"PublicInitMacroTests.swift",
"StaticMemberIterableTests.swift",
"Support/Assertions.swift",
"SupportTests.swift",
"UnkeyedCodableMacroTests.swift"
],
"target_dependencies" : [
"MacroKitMacros"
],
"type" : "test"
},
{
"c99name" : "MacroKitMacros",
"module_type" : "SwiftTarget",
"name" : "MacroKitMacros",
"path" : "Sources/MacroKitMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"MacroKit",
"MacroKitClient",
"MacroKitMacros"
],
"sources" : [
"DefaultMacro.swift",
"GenerateMockMacro.swift",
"KeyPathIterableMacro.swift",
"PublicInitMacro.swift",
"StaticMemberIterableMacro.swift",
"Support/AccessLevelSyntax.swift",
"Support/Extensions.swift",
"Support/VariableDeclSyntax+Extensions.swift",
"UnkeyedCodableMacro.swift",
"_MacroKitMacro.swift"
],
"type" : "macro"
},
{
"c99name" : "MacroKitClient",
"module_type" : "SwiftTarget",
"name" : "MacroKitClient",
"path" : "Sources/MacroKitClient",
"product_memberships" : [
"MacroKitClient"
],
"sources" : [
"GenerateMock.swift",
"KeyPathIterable.swift",
"PublicInit.swift",
"StaticMemberIterable.swift",
"UnkeyedCodable.swift",
"main.swift"
],
"target_dependencies" : [
"MacroKit"
],
"type" : "executable"
},
{
"c99name" : "MacroKit",
"module_type" : "SwiftTarget",
"name" : "MacroKit",
"path" : "Sources/MacroKit",
"product_memberships" : [
"MacroKit",
"MacroKitClient"
],
"sources" : [
"Default.swift",
"GenerateMock.swift",
"KeyPathIterable.swift",
"PublicInit.swift",
"StaticMemberIterable.swift",
"UnkeyedCodable.swift",
"_MacroKit.swift"
],
"target_dependencies" : [
"MacroKitMacros"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"MacroKit",
"MacroKit-Package",
"MacroKitClient"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MacroKit-Package -destination platform=macOS,arch=arm64
Build complete.
Done.