Build Information
Failed to build TargetDependencyChecker, reference 0.1.0 (defb48
), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 00:51:09 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LuizZak/TargetDependencyChecker.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/LuizZak/TargetDependencyChecker
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at defb489 Updating to Swift 5.9
Cloned https://github.com/LuizZak/TargetDependencyChecker.git
Revision (git rev-parse @):
defb48944765d0ab81f0e0a430b68f6cd15bed4a
SUCCESS checkout https://github.com/LuizZak/TargetDependencyChecker.git at 0.1.0
Fetching https://github.com/apple/swift-syntax
[1/70245] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax from cache (3.03s)
Fetching https://github.com/LuizZak/console.git
Fetching https://github.com/apple/swift-argument-parser.git from cache
[1/352] Fetching console
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.69s)
Fetched https://github.com/LuizZak/console.git from cache (0.73s)
Computing version for https://github.com/LuizZak/console.git
Computed https://github.com/LuizZak/console.git at 0.8.0 (1.33s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.0.2 (0.60s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.0.2
Creating working copy for https://github.com/apple/swift-syntax
Working copy of https://github.com/apple/swift-syntax resolved at 509.1.0 (43c802f)
Creating working copy for https://github.com/LuizZak/console.git
Working copy of https://github.com/LuizZak/console.git resolved at 0.8.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "targetdependencychecker",
"name": "TargetDependencyChecker",
"url": "https://github.com/LuizZak/TargetDependencyChecker.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TargetDependencyChecker",
"dependencies": [
]
}
]
}
Fetching https://github.com/LuizZak/TargetDependencyChecker.git
[1/511] Fetching targetdependencychecker
Fetched https://github.com/LuizZak/TargetDependencyChecker.git from cache (0.81s)
Creating working copy for https://github.com/LuizZak/TargetDependencyChecker.git
Working copy of https://github.com/LuizZak/TargetDependencyChecker.git resolved at 0.1.0 (defb489)
warning: '.resolve-product-dependencies': dependency 'targetdependencychecker' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/LuizZak/TargetDependencyChecker.git
https://github.com/LuizZak/TargetDependencyChecker.git
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"revision" : [
"509.1.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "console",
"requirement" : {
"exact" : [
"0.8.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/LuizZak/console.git"
}
],
"manifest_display_name" : "TargetDependencyChecker",
"name" : "TargetDependencyChecker",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "TargetDependencyChecker",
"targets" : [
"TargetDependencyChecker"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "TargetDependencyCheckerTests",
"module_type" : "SwiftTarget",
"name" : "TargetDependencyCheckerTests",
"path" : "Tests/TargetDependencyCheckerTests",
"sources" : [
"TargetDependencyCheckerTests.swift"
],
"target_dependencies" : [
"TargetDependencyChecker"
],
"type" : "test"
},
{
"c99name" : "TargetDependencyCheckerLibTests",
"module_type" : "SwiftTarget",
"name" : "TargetDependencyCheckerLibTests",
"path" : "Tests/TargetDependencyCheckerLibTests",
"product_dependencies" : [
"SwiftSyntax",
"SwiftParser"
],
"sources" : [
"DefaultDependencyCheckerDelegateTests.swift",
"DependencyGraphTests.swift",
"GraphVizGeneratorTests.swift",
"MutexTests.swift",
"PackageBuilder.swift"
],
"target_dependencies" : [
"TargetDependencyCheckerLib"
],
"type" : "test"
},
{
"c99name" : "TargetDependencyCheckerLib",
"module_type" : "SwiftTarget",
"name" : "TargetDependencyCheckerLib",
"path" : "Sources/TargetDependencyCheckerLib",
"product_dependencies" : [
"SwiftSyntax",
"SwiftParser",
"Console"
],
"product_memberships" : [
"TargetDependencyChecker"
],
"sources" : [
"Data/FileImportInspection.swift",
"Data/ImportVisit.swift",
"Data/ImportedFrameworkDeclaration.swift",
"Data/Package.swift",
"Data/SourceFile.swift",
"Data/SystemFrameworks.swift",
"Data/Target.swift",
"DefaultDependencyCheckerDelegate.swift",
"DependencyChecker.swift",
"DependencyCheckerDelegate.swift",
"DependencyCheckerEntryPoint.swift",
"DependencyGraph.swift",
"DiagnosticsOutput/DiagnosticsOutput.swift",
"DiagnosticsOutput/TerminalDiagnosticsOutput.swift",
"DiagnosticsOutput/XcodeDiagnosticsOutput.swift",
"DirectedGraph.swift",
"DiskFileManagerDelegate.swift",
"FileManagerDelegate.swift",
"GraphViz/GraphViz.swift",
"GraphVizEntryPoint.swift",
"GraphVizGenerator.swift",
"JSON.swift",
"Mutex.swift",
"PackageDiscovery.swift",
"PackageManager.swift",
"PathUtils.swift",
"SourceFileManager.swift"
],
"type" : "library"
},
{
"c99name" : "TargetDependencyChecker",
"module_type" : "SwiftTarget",
"name" : "TargetDependencyChecker",
"path" : "Sources/TargetDependencyChecker",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"TargetDependencyChecker"
],
"sources" : [
"CheckCommand.swift",
"GraphVizCommand.swift",
"main.swift"
],
"target_dependencies" : [
"TargetDependencyCheckerLib"
],
"type" : "executable"
}
],
"tools_version" : "5.5"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
error: the library 'TargetDependencyCheckerLib' requires macos 10.13, but depends on the product 'SwiftSyntax' which requires macos 10.15; consider changing the library 'TargetDependencyCheckerLib' to require macos 10.15 or later, or the product 'SwiftSyntax' to require macos 10.13 or earlier.
error: the library 'TargetDependencyCheckerLib' requires macos 10.13, but depends on the product 'SwiftParser' which requires macos 10.15; consider changing the library 'TargetDependencyCheckerLib' to require macos 10.15 or later, or the product 'SwiftParser' to require macos 10.13 or earlier.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
error: the library 'TargetDependencyCheckerLib' requires macos 10.13, but depends on the product 'SwiftSyntax' which requires macos 10.15; consider changing the library 'TargetDependencyCheckerLib' to require macos 10.15 or later, or the product 'SwiftSyntax' to require macos 10.13 or earlier.
error: the library 'TargetDependencyCheckerLib' requires macos 10.13, but depends on the product 'SwiftParser' which requires macos 10.15; consider changing the library 'TargetDependencyCheckerLib' to require macos 10.15 or later, or the product 'SwiftParser' to require macos 10.13 or earlier.
BUILD FAILURE 6.1 macosSpm