Build Information
Successful build of swift-capture, reference 3.0.1 (30152c
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 16:38:54 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/capturecontext/swift-capture.git
Reference: 3.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/capturecontext/swift-capture
* tag 3.0.1 -> FETCH_HEAD
HEAD is now at 30152cc fix: Use .git protocol extension for docc plugin url
Cloned https://github.com/capturecontext/swift-capture.git
Revision (git rev-parse @):
30152ccbf6e412a388f2754d3df6b77a6a008da8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/capturecontext/swift-capture.git at 3.0.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/capturecontext/swift-capture.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.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-1EA4D86E10B52AF.txt
[5/9] Compiling Capture Weakifiable.swift
[6/9] Compiling Capture Weak.swift
[7/9] Compiling Capture OptionalReferenceContainerProtocol.swift
[8/9] Compiling Capture Capture.swift
[9/9] Emitting module Capture
Build complete! (19.38s)
Fetching https://github.com/apple/swift-docc-plugin.git
[1/2082] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin.git from cache (1.22s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.4 (3.59s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3413] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.27s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.84s)
Creating working copy for https://github.com/apple/swift-docc-plugin.git
Working copy of https://github.com/apple/swift-docc-plugin.git resolved at 1.4.4
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin.git"
}
],
"manifest_display_name" : "swift-capture",
"name" : "swift-capture",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Capture",
"targets" : [
"Capture"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CaptureTests",
"module_type" : "SwiftTarget",
"name" : "CaptureTests",
"path" : "Tests/CaptureTests",
"sources" : [
"CaptureTests.swift"
],
"target_dependencies" : [
"Capture"
],
"type" : "test"
},
{
"c99name" : "Capture",
"module_type" : "SwiftTarget",
"name" : "Capture",
"path" : "Sources/Capture",
"product_memberships" : [
"Capture"
],
"sources" : [
"Capture.swift",
"OptionalReferenceContainerProtocol.swift",
"Weak.swift",
"Weakifiable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.