Build Information
Failed to build SwiftyOpenGraph, reference main (db9ae4), with Swift 6.1 for macOS (SPM) on 3 Feb 2026 21:19:35 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FiveSheepCo/SwiftyOpenGraph.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FiveSheepCo/SwiftyOpenGraph
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at db9ae49 Add Codability, move to AsyncNetworking
Cloned https://github.com/FiveSheepCo/SwiftyOpenGraph.git
Revision (git rev-parse @):
db9ae490bf33b241466514781a7a872b2f3f05c7
SUCCESS checkout https://github.com/FiveSheepCo/SwiftyOpenGraph.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/FiveSheepCo/SwiftyOpenGraph.git
https://github.com/FiveSheepCo/SwiftyOpenGraph.git
{
"dependencies" : [
{
"identity" : "asyncnetworking",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/FiveSheepCo/AsyncNetworking.git"
},
{
"identity" : "swiftsoup",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/scinfu/SwiftSoup"
},
{
"identity" : "fivekit",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/FiveSheepCo/FiveKit.git"
}
],
"manifest_display_name" : "SwiftyOpenGraph",
"name" : "SwiftyOpenGraph",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "16.0"
}
],
"products" : [
{
"name" : "SwiftyOpenGraph",
"targets" : [
"SwiftyOpenGraph"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftyOpenGraphTests",
"module_type" : "SwiftTarget",
"name" : "SwiftyOpenGraphTests",
"path" : "Tests/SwiftyOpenGraphTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftyOpenGraphTests/Examples",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"OpenGraphTests.swift"
],
"target_dependencies" : [
"SwiftyOpenGraph"
],
"type" : "test"
},
{
"c99name" : "SwiftyOpenGraph",
"module_type" : "SwiftTarget",
"name" : "SwiftyOpenGraph",
"path" : "Sources/SwiftyOpenGraph",
"product_dependencies" : [
"SwiftSoup",
"AsyncNetworking",
"FiveKit"
],
"product_memberships" : [
"SwiftyOpenGraph"
],
"sources" : [
"Internal/_KeyValuePair.swift",
"Internal/_getDate.swift",
"Internal/_getDuration.swift",
"OpenGraph.Determiner.swift",
"OpenGraph.swift",
"OpenGraphAudio.swift",
"OpenGraphImage.swift",
"OpenGraphType.swift",
"OpenGraphType/ArticleAttributes.swift",
"OpenGraphType/BookAttributes.swift",
"OpenGraphType/Music/AlbumAttributes.swift",
"OpenGraphType/Music/PlaylistAttributes.swift",
"OpenGraphType/Music/RadioStationAttributes.swift",
"OpenGraphType/Music/SongAttributes.swift",
"OpenGraphType/ProfileAttributes.swift",
"OpenGraphType/Video/Actor.swift",
"OpenGraphType/Video/SubKind.swift",
"OpenGraphType/VideoAttributes.swift",
"OpenGraphVideo.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:22:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
20 | ],
21 | dependencies: [
22 | .package(url: "https://github.com/FiveSheepCo/AsyncNetworking.git", .branch("main")),
| `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
23 | .package(url: "https://github.com/scinfu/SwiftSoup", .branch("master")),
24 | .package(url: "https://github.com/FiveSheepCo/FiveKit.git", branch: "main")
/Users/admin/builder/spi-builder-workspace/Package.swift:22:78: warning: 'branch' is deprecated
20 | ],
21 | dependencies: [
22 | .package(url: "https://github.com/FiveSheepCo/AsyncNetworking.git", .branch("main")),
| `- warning: 'branch' is deprecated
23 | .package(url: "https://github.com/scinfu/SwiftSoup", .branch("master")),
24 | .package(url: "https://github.com/FiveSheepCo/FiveKit.git", branch: "main")
/Users/admin/builder/spi-builder-workspace/Package.swift:23:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
21 | dependencies: [
22 | .package(url: "https://github.com/FiveSheepCo/AsyncNetworking.git", .branch("main")),
23 | .package(url: "https://github.com/scinfu/SwiftSoup", .branch("master")),
| `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
24 | .package(url: "https://github.com/FiveSheepCo/FiveKit.git", branch: "main")
25 | ],
/Users/admin/builder/spi-builder-workspace/Package.swift:23:63: warning: 'branch' is deprecated
21 | dependencies: [
22 | .package(url: "https://github.com/FiveSheepCo/AsyncNetworking.git", .branch("main")),
23 | .package(url: "https://github.com/scinfu/SwiftSoup", .branch("master")),
| `- warning: 'branch' is deprecated
24 | .package(url: "https://github.com/FiveSheepCo/FiveKit.git", branch: "main")
25 | ],
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
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:22:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
20 | ],
21 | dependencies: [
22 | .package(url: "https://github.com/FiveSheepCo/AsyncNetworking.git", .branch("main")),
| `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
23 | .package(url: "https://github.com/scinfu/SwiftSoup", .branch("master")),
24 | .package(url: "https://github.com/FiveSheepCo/FiveKit.git", branch: "main")
/Users/admin/builder/spi-builder-workspace/Package.swift:22:78: warning: 'branch' is deprecated
20 | ],
21 | dependencies: [
22 | .package(url: "https://github.com/FiveSheepCo/AsyncNetworking.git", .branch("main")),
| `- warning: 'branch' is deprecated
23 | .package(url: "https://github.com/scinfu/SwiftSoup", .branch("master")),
24 | .package(url: "https://github.com/FiveSheepCo/FiveKit.git", branch: "main")
/Users/admin/builder/spi-builder-workspace/Package.swift:23:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
21 | dependencies: [
22 | .package(url: "https://github.com/FiveSheepCo/AsyncNetworking.git", .branch("main")),
23 | .package(url: "https://github.com/scinfu/SwiftSoup", .branch("master")),
| `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
24 | .package(url: "https://github.com/FiveSheepCo/FiveKit.git", branch: "main")
25 | ],
/Users/admin/builder/spi-builder-workspace/Package.swift:23:63: warning: 'branch' is deprecated
21 | dependencies: [
22 | .package(url: "https://github.com/FiveSheepCo/AsyncNetworking.git", .branch("main")),
23 | .package(url: "https://github.com/scinfu/SwiftSoup", .branch("master")),
| `- warning: 'branch' is deprecated
24 | .package(url: "https://github.com/FiveSheepCo/FiveKit.git", branch: "main")
25 | ],
Fetching https://github.com/FiveSheepCo/AsyncNetworking.git
warning: 'asyncnetworking': skipping cache due to an error: Failed to clone repository https://github.com/FiveSheepCo/AsyncNetworking.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/AsyncNetworking-c3c7d7c7'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
error: Failed to clone repository https://github.com/FiveSheepCo/AsyncNetworking.git:
Cloning into bare repository '/Users/admin/builder/spi-builder-workspace/.build/repositories/AsyncNetworking-c3c7d7c7'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Fetching https://github.com/FiveSheepCo/AsyncNetworking.git
warning: 'asyncnetworking': skipping cache due to an error: Failed to clone repository https://github.com/FiveSheepCo/AsyncNetworking.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/AsyncNetworking-c3c7d7c7'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
error: Failed to clone repository https://github.com/FiveSheepCo/AsyncNetworking.git:
Cloning into bare repository '/Users/admin/builder/spi-builder-workspace/.build/repositories/AsyncNetworking-c3c7d7c7'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
BUILD FAILURE 6.1 macosSpm