Build Information
Successful build of ViewScope, reference main (c4b666), with Swift 6.2 for macOS (SPM) on 24 Dec 2025 06:15:00 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vsanthanam/ViewScope.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vsanthanam/ViewScope
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c4b666a Do not create tasks when not bound (#4)
Cloned https://github.com/vsanthanam/ViewScope.git
Revision (git rev-parse @):
c4b666a9a41a76e25aff457b96e003c4ecc8a9b1
SUCCESS checkout https://github.com/vsanthanam/ViewScope.git at main
Fetching https://github.com/swiftlang/swift-docc-plugin.git
Fetching https://github.com/nicklockwood/SwiftFormat.git
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/2158] Fetching swift-docc-plugin
[239/5787] Fetching swift-docc-plugin, swift-docc-symbolkit
[5788/59332] Fetching swift-docc-plugin, swift-docc-symbolkit, swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat.git from cache (64.15s)
Fetched https://github.com/swiftlang/swift-docc-plugin.git from cache (64.15s)
Computing version for https://github.com/nicklockwood/SwiftFormat.git
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (64.15s)
Computed https://github.com/nicklockwood/SwiftFormat.git at 0.58.7 (66.77s)
Computing version for https://github.com/swiftlang/swift-docc-plugin.git
Computed https://github.com/swiftlang/swift-docc-plugin.git at 1.4.5 (0.59s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.63s)
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
Creating working copy for https://github.com/nicklockwood/SwiftFormat.git
Working copy of https://github.com/nicklockwood/SwiftFormat.git resolved at 0.58.7
Creating working copy for https://github.com/swiftlang/swift-docc-plugin.git
Working copy of https://github.com/swiftlang/swift-docc-plugin.git resolved at 1.4.5
========================================
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": "viewscope",
"name": "ViewScope",
"url": "https://github.com/vsanthanam/ViewScope.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ViewScope",
"dependencies": [
]
}
]
}
Fetching https://github.com/vsanthanam/ViewScope.git
[1/136] Fetching viewscope
Fetched https://github.com/vsanthanam/ViewScope.git from cache (0.75s)
Creating working copy for https://github.com/vsanthanam/ViewScope.git
Working copy of https://github.com/vsanthanam/ViewScope.git resolved at main (c4b666a)
warning: '.resolve-product-dependencies': dependency 'viewscope' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/vsanthanam/ViewScope.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin Swift-DocC
Building for debugging...
[3/5] Write sources
[4/5] Write swift-version-49B95AFC49DCD68C.txt
[6/9] Compiling ViewScope VisibilityScope.swift
[7/9] Compiling ViewScope WhileVisible.swift
[8/9] Emitting module ViewScope
[9/9] Compiling ViewScope ViewScope.swift
Build complete! (17.92s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"exact" : [
"1.4.5"
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin.git"
},
{
"identity" : "swiftformat",
"requirement" : {
"exact" : [
"0.58.7"
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat.git"
}
],
"manifest_display_name" : "ViewScope",
"name" : "ViewScope",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "maccatalyst",
"version" : "18.0"
},
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "watchos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "visionos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "ViewScope",
"targets" : [
"ViewScope"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ViewScopeTests",
"module_type" : "SwiftTarget",
"name" : "ViewScopeTests",
"path" : "Tests/ViewScopeTests",
"sources" : [
"ViewScopeTests.swift"
],
"target_dependencies" : [
"ViewScope"
],
"type" : "test"
},
{
"c99name" : "ViewScope",
"module_type" : "SwiftTarget",
"name" : "ViewScope",
"path" : "Sources/ViewScope",
"product_memberships" : [
"ViewScope"
],
"sources" : [
"ViewScope.swift",
"VisibilityScope.swift",
"WhileVisible.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.