Build Information
Failed to build swift-web-semantics, reference master (0fe33d
), with Swift 5.10 for macOS (SPM) on 25 Jun 2024 09:38:13 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.43.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/taylorbswift/swift-web-semantics.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/taylorbswift/swift-web-semantics
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 0fe33d9 fix outdated links
Cloned https://github.com/taylorbswift/swift-web-semantics.git
Revision (git rev-parse @):
0fe33d9e2ba252d2a99a999eb3bc45ca5599a219
SUCCESS checkout https://github.com/taylorbswift/swift-web-semantics.git at master
Fetching https://github.com/kelvin13/swift-hash.git
[1/728] Fetching swift-hash
Fetched https://github.com/kelvin13/swift-hash.git from cache (1.27s)
Computing version for https://github.com/kelvin13/swift-hash.git
Computed https://github.com/kelvin13/swift-hash.git at 0.6.0 (0.44s)
Creating working copy for https://github.com/kelvin13/swift-hash.git
Working copy of https://github.com/kelvin13/swift-hash.git resolved at 0.6.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": "swift-web-semantics",
"name": "swift-web-semantics",
"url": "https://github.com/taylorbswift/swift-web-semantics.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-web-semantics",
"dependencies": [
{
"identity": "swift-hash",
"name": "swift-hash",
"url": "https://github.com/kelvin13/swift-hash.git",
"version": "0.6.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-hash",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/taylorbswift/swift-web-semantics.git
[1/278] Fetching swift-web-semantics
Fetched https://github.com/taylorbswift/swift-web-semantics.git from cache (0.71s)
Fetching https://github.com/kelvin13/swift-hash.git from cache
Fetched https://github.com/kelvin13/swift-hash.git from cache (0.45s)
Computing version for https://github.com/kelvin13/swift-hash.git
Computed https://github.com/kelvin13/swift-hash.git at 0.6.0 (0.02s)
Creating working copy for https://github.com/kelvin13/swift-hash.git
Working copy of https://github.com/kelvin13/swift-hash.git resolved at 0.6.0
Creating working copy for https://github.com/taylorbswift/swift-web-semantics.git
Working copy of https://github.com/taylorbswift/swift-web-semantics.git resolved at master (0fe33d9)
warning: '.resolve-product-dependencies': dependency 'swift-web-semantics' is not used by any target
Found 1 product dependencies
- swift-hash
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/taylorbswift/swift-web-semantics.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
error: the library 'WebResponse' requires macos 10.13, but depends on the product 'SHA2' which requires macos 13.3; consider changing the library 'WebResponse' to require macos 13.3 or later, or the product 'SHA2' to require macos 10.13 or earlier.
BUILD FAILURE 5.10 macosSpm