Build Information
Successful build of ViewCondition, reference main (e4342c
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 22:52:41 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/kevinhermawan/ViewCondition.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kevinhermawan/ViewCondition
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e4342ca release: 2.0.1
Cloned https://github.com/kevinhermawan/ViewCondition.git
Revision (git rev-parse @):
e4342ca47cef22c5bdfb7d67de4fca3b3e747891
SUCCESS checkout https://github.com/kevinhermawan/ViewCondition.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/kevinhermawan/ViewCondition.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/10] Compiling ViewCondition ViewCondition+Visible.swift
[6/10] Compiling ViewCondition ViewCondition+If.swift
[7/10] Compiling ViewCondition OS.swift
[8/10] Compiling ViewCondition Module.swift
[9/10] Emitting module ViewCondition
[10/10] Compiling ViewCondition ViewCondition+Hide.swift
Build complete! (22.07s)
Fetching https://github.com/nalexn/ViewInspector.git
Fetching https://github.com/apple/swift-docc-plugin.git
[1/2082] Fetching swift-docc-plugin
[43/14497] Fetching swift-docc-plugin, viewinspector
Fetched https://github.com/nalexn/ViewInspector.git from cache (1.16s)
Fetched https://github.com/apple/swift-docc-plugin.git from cache (1.16s)
Computing version for https://github.com/nalexn/ViewInspector.git
Computed https://github.com/nalexn/ViewInspector.git at 0.10.2 (1.61s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.4 (0.52s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3414] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.11s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.69s)
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/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/nalexn/ViewInspector.git
Working copy of https://github.com/nalexn/ViewInspector.git resolved at 0.10.2
Build complete.
{
"dependencies" : [
{
"identity" : "viewinspector",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.11",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nalexn/ViewInspector.git"
},
{
"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" : "ViewCondition",
"name" : "ViewCondition",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "ViewCondition",
"targets" : [
"ViewCondition"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ViewConditionTests",
"module_type" : "SwiftTarget",
"name" : "ViewConditionTests",
"path" : "Tests/ViewConditionTests",
"product_dependencies" : [
"ViewInspector"
],
"sources" : [
"ViewConditionHideTests.swift",
"ViewConditionIfTests.swift",
"ViewConditionVisibleTests.swift"
],
"target_dependencies" : [
"ViewCondition"
],
"type" : "test"
},
{
"c99name" : "ViewCondition",
"module_type" : "SwiftTarget",
"name" : "ViewCondition",
"path" : "Sources/ViewCondition",
"product_memberships" : [
"ViewCondition"
],
"sources" : [
"Module.swift",
"OS.swift",
"ViewCondition+Hide.swift",
"ViewCondition+If.swift",
"ViewCondition+Visible.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.