Build Information
Failed to build SwiftyOpenGraph, reference main (db9ae4), with Swift 6.1 for tvOS using Xcode 16.3 on 3 Feb 2026 21:20:21 UTC.
Build Command
No build command. This typically means the build failed at an early stage where we determine the build command.Build 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: tvOS
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 | ],
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/FiveSheepCo/AsyncNetworking.git
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
Resolve Package Graph
Fetching from https://github.com/FiveSheepCo/AsyncNetworking.git
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
Resolved source packages:
spi-builder-workspace: (null)
2026-02-03 13:20:20.367 xcodebuild[546:3101] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2026-03-02_13-20-0020.xcresult
xcodebuild: error: Could not resolve package dependencies:
Failed to clone repository https://github.com/FiveSheepCo/AsyncNetworking.git:
Cloning into bare repository '/Users/admin/builder/spi-builder-workspace/.dependencies/repositories/AsyncNetworking-c3c7d7c7'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
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/FiveSheepCo/AsyncNetworking.git
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
Resolved source packages:
spi-builder-workspace: (null)
2026-02-03 13:20:21.762 xcodebuild[737:4164] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2026-03-02_13-20-0021.xcresult
xcodebuild: error: Could not resolve package dependencies:
Failed to clone repository https://github.com/FiveSheepCo/AsyncNetworking.git:
Cloning into bare repository '/Users/admin/builder/spi-builder-workspace/.dependencies/repositories/AsyncNetworking-c3c7d7c7'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
BUILD FAILURE 6.1 tvOS