Build Information
Failed to build TargetDependencyChecker, reference master (defb48
), with Swift 5.10 for macOS (SPM) on 30 Jun 2024 07:19:37 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.44.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LuizZak/TargetDependencyChecker.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/LuizZak/TargetDependencyChecker
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
Fetching https://github.com/apple/swift-syntax from cache
Fetched https://github.com/apple/swift-syntax from cache (3.35s)
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetching https://github.com/LuizZak/console.git from cache
Fetched https://github.com/LuizZak/console.git from cache (0.24s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.70s)
Computing version for https://github.com/LuizZak/console.git
Computed https://github.com/LuizZak/console.git at 0.8.0 (0.60s)
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.51s)
warning: /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/swift-syntax-463e60c9 is not valid git repository for 'https://github.com/apple/swift-syntax', will fetch again.
Fetching https://github.com/apple/swift-syntax from cache
Fetched https://github.com/apple/swift-syntax from cache (5.61s)
Creating working copy for https://github.com/LuizZak/console.git
Working copy of https://github.com/LuizZak/console.git resolved at 0.8.0
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
warning: /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/swift-syntax-463e60c9 is not valid git repository for 'https://github.com/apple/swift-syntax', will fetch again.
Fetching https://github.com/apple/swift-syntax from cache
Fetched https://github.com/apple/swift-syntax from cache (8.10s)
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)
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "targetdependencychecker",
"name": "TargetDependencyChecker",
"url": "https://github.com/LuizZak/TargetDependencyChecker.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TargetDependencyChecker",
"dependencies": [
]
}
]
}
Fetching https://github.com/LuizZak/TargetDependencyChecker.git from cache
Fetched https://github.com/LuizZak/TargetDependencyChecker.git from cache (0.13s)
Creating working copy for https://github.com/LuizZak/TargetDependencyChecker.git
Working copy of https://github.com/LuizZak/TargetDependencyChecker.git resolved at master (defb489)
warning: '.resolve-product-dependencies': dependency 'targetdependencychecker' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/LuizZak/TargetDependencyChecker.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.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 5.10 macosSpm