Build Information
Successful build of OpenGraphKit, reference main (481695), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 17:02:41 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/engali94/OpenGraphKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/engali94/OpenGraphKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 481695e chore: fix a typo
Cloned https://github.com/engali94/OpenGraphKit.git
Revision (git rev-parse @):
481695e44305770b617cef46a130b824a38b3060
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/engali94/OpenGraphKit.git at main
Fetching https://github.com/apple/swift-docc-symbolkit
Fetching https://github.com/apple/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
[252/5949] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit from cache (1.25s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.25s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (4.21s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.71s)
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "opengraphkit",
"name": "OpenGraphKit",
"url": "https://github.com/engali94/OpenGraphKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/OpenGraphKit",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/engali94/OpenGraphKit.git
[1/33] Fetching opengraphkit
Fetched https://github.com/engali94/OpenGraphKit.git from cache (0.63s)
Creating working copy for https://github.com/engali94/OpenGraphKit.git
Working copy of https://github.com/engali94/OpenGraphKit.git resolved at main (481695e)
warning: '.resolve-product-dependencies': dependency 'opengraphkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/engali94/OpenGraphKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/8] Compiling OpenGraphKit OpenGraphParserError.swift
[6/8] Compiling OpenGraphKit OpenGraphMetadata.swift
[7/8] Emitting module OpenGraphKit
[8/8] Compiling OpenGraphKit OpenGraphKit.swift
Build complete! (10.51s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "OpenGraphKit",
"name" : "OpenGraphKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "OpenGraphKit",
"targets" : [
"OpenGraphKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OpenGraphKitTests",
"module_type" : "SwiftTarget",
"name" : "OpenGraphKitTests",
"path" : "Tests/OpenGraphKitTests",
"sources" : [
"OpenGraphKitTests.swift"
],
"target_dependencies" : [
"OpenGraphKit"
],
"type" : "test"
},
{
"c99name" : "OpenGraphKit",
"module_type" : "SwiftTarget",
"name" : "OpenGraphKit",
"path" : "Sources/OpenGraphKit",
"product_memberships" : [
"OpenGraphKit"
],
"sources" : [
"OpenGraphKit.swift",
"OpenGraphMetadata.swift",
"OpenGraphParserError.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.