Build Information
Failed to build Beak, reference master (c3af65
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 25 Apr 2025 00:45:04 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Beak-Package -destination platform=macOS,arch=arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yonaskolb/Beak.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yonaskolb/Beak
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at c3af652 Update README.md (#48)
Cloned https://github.com/yonaskolb/Beak.git
Revision (git rev-parse @):
c3af652abe63902f2f68296ce1e10757c9e59c13
SUCCESS checkout https://github.com/yonaskolb/Beak.git at master
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.1
Building package at path: $PWD
https://github.com/yonaskolb/Beak.git
https://github.com/yonaskolb/Beak.git
{
"dependencies" : [
{
"identity" : "sourcekitten",
"requirement" : {
"range" : [
{
"lower_bound" : "0.19.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/SourceKitten"
},
{
"identity" : "pathkit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.8.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/PathKit.git"
},
{
"identity" : "spectre",
"requirement" : {
"range" : [
{
"lower_bound" : "0.8.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/Spectre.git"
},
{
"identity" : "swiftcli",
"requirement" : {
"range" : [
{
"lower_bound" : "5.1.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jakeheis/SwiftCLI"
}
],
"manifest_display_name" : "Beak",
"name" : "Beak",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "beak",
"targets" : [
"Beak"
],
"type" : {
"executable" : null
}
},
{
"name" : "BeakCore",
"targets" : [
"BeakCore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BeakTests",
"module_type" : "SwiftTarget",
"name" : "BeakTests",
"path" : "Tests/BeakTests",
"product_dependencies" : [
"Spectre",
"PathKit"
],
"sources" : [
"BeakTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"BeakCore"
],
"type" : "test"
},
{
"c99name" : "BeakCore",
"module_type" : "SwiftTarget",
"name" : "BeakCore",
"path" : "Sources/BeakCore",
"product_dependencies" : [
"SourceKittenFramework",
"PathKit",
"SwiftCLI"
],
"product_memberships" : [
"beak",
"BeakCore"
],
"sources" : [
"BeakError.swift",
"BeakFile.swift",
"Dependency.swift",
"Function.swift",
"FunctionParser.swift",
"PackageManager.swift",
"SourceKit.swift",
"String.swift",
"SwiftParser.swift"
],
"type" : "library"
},
{
"c99name" : "BeakCLI",
"module_type" : "SwiftTarget",
"name" : "BeakCLI",
"path" : "Sources/BeakCLI",
"product_dependencies" : [
"SwiftCLI"
],
"product_memberships" : [
"beak"
],
"sources" : [
"BeakCLI.swift",
"BeakError.swift",
"BeakOptions.swift",
"Commands/BeakCommand.swift",
"Commands/EditCommand.swift",
"Commands/FunctionCommand.swift",
"Commands/ListCommand.swift",
"Commands/RunCommand.swift"
],
"target_dependencies" : [
"BeakCore"
],
"type" : "library"
},
{
"c99name" : "Beak",
"module_type" : "SwiftTarget",
"name" : "Beak",
"path" : "Sources/Beak",
"product_memberships" : [
"beak"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"BeakCLI"
],
"type" : "executable"
}
],
"tools_version" : "5.0"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/kylef/PathKit.git
Fetching from https://github.com/kylef/Spectre.git
Fetching from https://github.com/jakeheis/SwiftCLI
Fetching from https://github.com/jpsim/SourceKitten
Fetching from https://github.com/drmohundro/SWXMLHash.git
Fetching from https://github.com/jpsim/Yams.git (cached)
Fetching from https://github.com/apple/swift-argument-parser.git (cached)
Creating working copy of package ‘Spectre’
Checking out 0.9.2 of package ‘Spectre’
Creating working copy of package ‘SourceKitten’
Checking out 0.37.0 of package ‘SourceKitten’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.0 of package ‘swift-argument-parser’
Creating working copy of package ‘SWXMLHash’
Checking out 7.0.2 of package ‘SWXMLHash’
Creating working copy of package ‘Yams’
Checking out 5.3.1 of package ‘Yams’
Creating working copy of package ‘PathKit’
Checking out 0.9.2 of package ‘PathKit’
Creating working copy of package ‘SwiftCLI’
Checking out 5.3.3 of package ‘SwiftCLI’
Resolve Package Graph
Resolved source packages:
SourceKitten: https://github.com/jpsim/SourceKitten @ 0.37.0
Spectre: https://github.com/kylef/Spectre.git @ 0.9.2
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
SwiftCLI: https://github.com/jakeheis/SwiftCLI @ 5.3.3
Yams: https://github.com/jpsim/Yams.git @ 5.3.1
SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
PathKit: https://github.com/kylef/PathKit.git @ 0.9.2
Beak: /Users/admin/builder/spi-builder-workspace
resolved source packages: SourceKitten, Spectre, swift-argument-parser, SwiftCLI, Yams, SWXMLHash, PathKit, Beak
{
"dependencies" : [
{
"identity" : "sourcekitten",
"requirement" : {
"range" : [
{
"lower_bound" : "0.19.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/SourceKitten"
},
{
"identity" : "pathkit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.8.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/PathKit.git"
},
{
"identity" : "spectre",
"requirement" : {
"range" : [
{
"lower_bound" : "0.8.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/Spectre.git"
},
{
"identity" : "swiftcli",
"requirement" : {
"range" : [
{
"lower_bound" : "5.1.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jakeheis/SwiftCLI"
}
],
"manifest_display_name" : "Beak",
"name" : "Beak",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "beak",
"targets" : [
"Beak"
],
"type" : {
"executable" : null
}
},
{
"name" : "BeakCore",
"targets" : [
"BeakCore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BeakTests",
"module_type" : "SwiftTarget",
"name" : "BeakTests",
"path" : "Tests/BeakTests",
"product_dependencies" : [
"Spectre",
"PathKit"
],
"sources" : [
"BeakTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"BeakCore"
],
"type" : "test"
},
{
"c99name" : "BeakCore",
"module_type" : "SwiftTarget",
"name" : "BeakCore",
"path" : "Sources/BeakCore",
"product_dependencies" : [
"SourceKittenFramework",
"PathKit",
"SwiftCLI"
],
"product_memberships" : [
"beak",
"BeakCore"
],
"sources" : [
"BeakError.swift",
"BeakFile.swift",
"Dependency.swift",
"Function.swift",
"FunctionParser.swift",
"PackageManager.swift",
"SourceKit.swift",
"String.swift",
"SwiftParser.swift"
],
"type" : "library"
},
{
"c99name" : "BeakCLI",
"module_type" : "SwiftTarget",
"name" : "BeakCLI",
"path" : "Sources/BeakCLI",
"product_dependencies" : [
"SwiftCLI"
],
"product_memberships" : [
"beak"
],
"sources" : [
"BeakCLI.swift",
"BeakError.swift",
"BeakOptions.swift",
"Commands/BeakCommand.swift",
"Commands/EditCommand.swift",
"Commands/FunctionCommand.swift",
"Commands/ListCommand.swift",
"Commands/RunCommand.swift"
],
"target_dependencies" : [
"BeakCore"
],
"type" : "library"
},
{
"c99name" : "Beak",
"module_type" : "SwiftTarget",
"name" : "Beak",
"path" : "Sources/Beak",
"product_memberships" : [
"beak"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"BeakCLI"
],
"type" : "executable"
}
],
"tools_version" : "5.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"beak",
"Beak-Package",
"BeakCore"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Beak-Package -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Beak-Package -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
Yams: https://github.com/jpsim/Yams.git @ 5.3.1
SourceKitten: https://github.com/jpsim/SourceKitten @ 0.37.0
SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
SwiftCLI: https://github.com/jakeheis/SwiftCLI @ 5.3.3
Beak: /Users/admin/builder/spi-builder-workspace
Spectre: https://github.com/kylef/Spectre.git @ 0.9.2
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
PathKit: https://github.com/kylef/PathKit.git @ 0.9.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (17 targets)
Target 'beak' in project 'Beak'
➜ Explicit dependency on target 'BeakCore' in project 'Beak'
➜ Explicit dependency on target 'BeakCLI' in project 'Beak'
➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
➜ Explicit dependency on target 'PathKit' in project 'PathKit'
➜ Explicit dependency on target 'SwiftCLI' in project 'SwiftCLI'
Target 'BeakCLI' in project 'Beak'
➜ Explicit dependency on target 'BeakCore' in project 'Beak'
➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
➜ Explicit dependency on target 'PathKit' in project 'PathKit'
➜ Explicit dependency on target 'SwiftCLI' in project 'SwiftCLI'
Target 'BeakCore' in project 'Beak'
➜ Explicit dependency on target 'BeakCore' in project 'Beak'
➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
➜ Explicit dependency on target 'PathKit' in project 'PathKit'
➜ Explicit dependency on target 'SwiftCLI' in project 'SwiftCLI'
Target 'BeakCore' in project 'Beak'
➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
➜ Explicit dependency on target 'PathKit' in project 'PathKit'
➜ Explicit dependency on target 'SwiftCLI' in project 'SwiftCLI'
Target 'SwiftCLI' in project 'SwiftCLI'
➜ Explicit dependency on target 'SwiftCLI' in project 'SwiftCLI'
Target 'SwiftCLI' in project 'SwiftCLI' (no dependencies)
Target 'PathKit' in project 'PathKit'
➜ Explicit dependency on target 'PathKit' in project 'PathKit'
Target 'PathKit' in project 'PathKit' (no dependencies)
Target 'SourceKittenFramework' in project 'SourceKitten'
➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
➜ Explicit dependency on target 'Clang_C' in project 'SourceKitten'
➜ Explicit dependency on target 'SourceKit' in project 'SourceKitten'
➜ Explicit dependency on target 'SWXMLHash' in project 'SWXMLHash'
➜ Explicit dependency on target 'Yams' in project 'Yams'
Target 'SourceKittenFramework' in project 'SourceKitten'
➜ Explicit dependency on target 'Clang_C' in project 'SourceKitten'
➜ Explicit dependency on target 'SourceKit' in project 'SourceKitten'
➜ Explicit dependency on target 'SWXMLHash' in project 'SWXMLHash'
➜ Explicit dependency on target 'Yams' in project 'Yams'
Target 'Yams' in project 'Yams'
➜ Explicit dependency on target 'Yams' in project 'Yams'
➜ Explicit dependency on target 'CYaml' in project 'Yams'
Target 'Yams' in project 'Yams'
➜ Explicit dependency on target 'CYaml' in project 'Yams'
Target 'CYaml' in project 'Yams' (no dependencies)
Target 'SWXMLHash' in project 'SWXMLHash'
➜ Explicit dependency on target 'SWXMLHash' in project 'SWXMLHash'
Target 'SWXMLHash' in project 'SWXMLHash' (no dependencies)
Target 'SourceKit' in project 'SourceKitten' (no dependencies)
Target 'Clang_C' in project 'SourceKitten' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 63eeccab7857c7694312a8269b0bffa3
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/63eeccab7857c7694312a8269b0bffa3.xcbuilddata
error: The package product 'SourceKittenFramework' requires minimum platform version 12.0 for the macOS platform, but this target supports 10.13 (in target 'BeakCLI' from project 'Beak')
error: The package product 'SourceKittenFramework' requires minimum platform version 12.0 for the macOS platform, but this target supports 10.13 (in target 'beak' from project 'Beak')
error: The package product 'SourceKittenFramework' requires minimum platform version 12.0 for the macOS platform, but this target supports 10.13 (in target 'BeakCore' from project 'Beak')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme Beak-Package
(1 failure)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
SwiftCLI: https://github.com/jakeheis/SwiftCLI @ 5.3.3
SourceKitten: https://github.com/jpsim/SourceKitten @ 0.37.0
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
Yams: https://github.com/jpsim/Yams.git @ 5.3.1
PathKit: https://github.com/kylef/PathKit.git @ 0.9.2
Beak: /Users/admin/builder/spi-builder-workspace
Spectre: https://github.com/kylef/Spectre.git @ 0.9.2
resolved source packages: SwiftCLI, SourceKitten, swift-argument-parser, SWXMLHash, Yams, PathKit, Beak, Spectre
{
"dependencies" : [
{
"identity" : "sourcekitten",
"requirement" : {
"range" : [
{
"lower_bound" : "0.19.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/SourceKitten"
},
{
"identity" : "pathkit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.8.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/PathKit.git"
},
{
"identity" : "spectre",
"requirement" : {
"range" : [
{
"lower_bound" : "0.8.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/Spectre.git"
},
{
"identity" : "swiftcli",
"requirement" : {
"range" : [
{
"lower_bound" : "5.1.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jakeheis/SwiftCLI"
}
],
"manifest_display_name" : "Beak",
"name" : "Beak",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "beak",
"targets" : [
"Beak"
],
"type" : {
"executable" : null
}
},
{
"name" : "BeakCore",
"targets" : [
"BeakCore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BeakTests",
"module_type" : "SwiftTarget",
"name" : "BeakTests",
"path" : "Tests/BeakTests",
"product_dependencies" : [
"Spectre",
"PathKit"
],
"sources" : [
"BeakTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"BeakCore"
],
"type" : "test"
},
{
"c99name" : "BeakCore",
"module_type" : "SwiftTarget",
"name" : "BeakCore",
"path" : "Sources/BeakCore",
"product_dependencies" : [
"SourceKittenFramework",
"PathKit",
"SwiftCLI"
],
"product_memberships" : [
"beak",
"BeakCore"
],
"sources" : [
"BeakError.swift",
"BeakFile.swift",
"Dependency.swift",
"Function.swift",
"FunctionParser.swift",
"PackageManager.swift",
"SourceKit.swift",
"String.swift",
"SwiftParser.swift"
],
"type" : "library"
},
{
"c99name" : "BeakCLI",
"module_type" : "SwiftTarget",
"name" : "BeakCLI",
"path" : "Sources/BeakCLI",
"product_dependencies" : [
"SwiftCLI"
],
"product_memberships" : [
"beak"
],
"sources" : [
"BeakCLI.swift",
"BeakError.swift",
"BeakOptions.swift",
"Commands/BeakCommand.swift",
"Commands/EditCommand.swift",
"Commands/FunctionCommand.swift",
"Commands/ListCommand.swift",
"Commands/RunCommand.swift"
],
"target_dependencies" : [
"BeakCore"
],
"type" : "library"
},
{
"c99name" : "Beak",
"module_type" : "SwiftTarget",
"name" : "Beak",
"path" : "Sources/Beak",
"product_memberships" : [
"beak"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"BeakCLI"
],
"type" : "executable"
}
],
"tools_version" : "5.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"beak",
"Beak-Package",
"BeakCore"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Beak-Package -destination platform=macOS,arch=arm64
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Beak-Package -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
Yams: https://github.com/jpsim/Yams.git @ 5.3.1
SourceKitten: https://github.com/jpsim/SourceKitten @ 0.37.0
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
Beak: /Users/admin/builder/spi-builder-workspace
SwiftCLI: https://github.com/jakeheis/SwiftCLI @ 5.3.3
Spectre: https://github.com/kylef/Spectre.git @ 0.9.2
PathKit: https://github.com/kylef/PathKit.git @ 0.9.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (17 targets)
Target 'beak' in project 'Beak'
➜ Explicit dependency on target 'BeakCore' in project 'Beak'
➜ Explicit dependency on target 'BeakCLI' in project 'Beak'
➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
➜ Explicit dependency on target 'PathKit' in project 'PathKit'
➜ Explicit dependency on target 'SwiftCLI' in project 'SwiftCLI'
Target 'BeakCLI' in project 'Beak'
➜ Explicit dependency on target 'BeakCore' in project 'Beak'
➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
➜ Explicit dependency on target 'PathKit' in project 'PathKit'
➜ Explicit dependency on target 'SwiftCLI' in project 'SwiftCLI'
Target 'BeakCore' in project 'Beak'
➜ Explicit dependency on target 'BeakCore' in project 'Beak'
➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
➜ Explicit dependency on target 'PathKit' in project 'PathKit'
➜ Explicit dependency on target 'SwiftCLI' in project 'SwiftCLI'
Target 'BeakCore' in project 'Beak'
➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
➜ Explicit dependency on target 'PathKit' in project 'PathKit'
➜ Explicit dependency on target 'SwiftCLI' in project 'SwiftCLI'
Target 'SwiftCLI' in project 'SwiftCLI'
➜ Explicit dependency on target 'SwiftCLI' in project 'SwiftCLI'
Target 'SwiftCLI' in project 'SwiftCLI' (no dependencies)
Target 'PathKit' in project 'PathKit'
➜ Explicit dependency on target 'PathKit' in project 'PathKit'
Target 'PathKit' in project 'PathKit' (no dependencies)
Target 'SourceKittenFramework' in project 'SourceKitten'
➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
➜ Explicit dependency on target 'Clang_C' in project 'SourceKitten'
➜ Explicit dependency on target 'SourceKit' in project 'SourceKitten'
➜ Explicit dependency on target 'SWXMLHash' in project 'SWXMLHash'
➜ Explicit dependency on target 'Yams' in project 'Yams'
Target 'SourceKittenFramework' in project 'SourceKitten'
➜ Explicit dependency on target 'Clang_C' in project 'SourceKitten'
➜ Explicit dependency on target 'SourceKit' in project 'SourceKitten'
➜ Explicit dependency on target 'SWXMLHash' in project 'SWXMLHash'
➜ Explicit dependency on target 'Yams' in project 'Yams'
Target 'Yams' in project 'Yams'
➜ Explicit dependency on target 'Yams' in project 'Yams'
➜ Explicit dependency on target 'CYaml' in project 'Yams'
Target 'Yams' in project 'Yams'
➜ Explicit dependency on target 'CYaml' in project 'Yams'
Target 'CYaml' in project 'Yams' (no dependencies)
Target 'SWXMLHash' in project 'SWXMLHash'
➜ Explicit dependency on target 'SWXMLHash' in project 'SWXMLHash'
Target 'SWXMLHash' in project 'SWXMLHash' (no dependencies)
Target 'SourceKit' in project 'SourceKitten' (no dependencies)
Target 'Clang_C' in project 'SourceKitten' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: fe8b1c0be6d961cc9995d9979564d335
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/fe8b1c0be6d961cc9995d9979564d335.xcbuilddata
error: The package product 'SourceKittenFramework' requires minimum platform version 12.0 for the macOS platform, but this target supports 10.13 (in target 'BeakCLI' from project 'Beak')
error: The package product 'SourceKittenFramework' requires minimum platform version 12.0 for the macOS platform, but this target supports 10.13 (in target 'BeakCore' from project 'Beak')
error: The package product 'SourceKittenFramework' requires minimum platform version 12.0 for the macOS platform, but this target supports 10.13 (in target 'beak' from project 'Beak')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme Beak-Package
(1 failure)
BUILD FAILURE 6.1 macosXcodebuild