Build Information
Failed to build Agentation, reference main (c01a92), with Swift 6.1 for macOS (SPM) on 17 Apr 2026 22:14:04 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ertembiyik/swift-agentation.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ertembiyik/swift-agentation
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c01a929 Reorganize code structure and add comprehensive documentation (#3)
Cloned https://github.com/ertembiyik/swift-agentation.git
Revision (git rev-parse @):
c01a929913e6d54f51c7623eab198845ce96e3c3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ertembiyik/swift-agentation.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/ertembiyik/swift-agentation.git
https://github.com/ertembiyik/swift-agentation.git
{
"dependencies" : [
{
"identity" : "universalglass",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Aeastr/UniversalGlass.git"
},
{
"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" : "Agentation",
"name" : "Agentation",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
}
],
"products" : [
{
"name" : "Agentation",
"targets" : [
"Agentation"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AgentationTests",
"module_type" : "SwiftTarget",
"name" : "AgentationTests",
"path" : "Tests/AgentationTests",
"sources" : [
"AgentationTests.swift"
],
"target_dependencies" : [
"Agentation"
],
"type" : "test"
},
{
"c99name" : "Agentation",
"module_type" : "SwiftTarget",
"name" : "Agentation",
"path" : "Sources/Agentation",
"product_dependencies" : [
"UniversalGlass"
],
"product_memberships" : [
"Agentation"
],
"sources" : [
"Core/AccessibilityHierarchyDataSource.swift",
"Core/Agentation.swift",
"Core/CaptureSession.swift",
"Core/ElementProtocol.swift",
"Core/FeedbackItem.swift",
"Core/HierarchyDataSource.swift",
"Core/HierarchySnapshot.swift",
"Core/ViewHierarchyDataSource.swift",
"Extensions/View+Agentation.swift",
"Internal/AccessibilityElementInfo.swift",
"Internal/DisplayLinkTarget.swift",
"Internal/HitTestable.swift",
"Internal/OverlayWindow.swift",
"Internal/PassThroughHostingView.swift",
"Internal/PassThroughHostingViewController.swift",
"Internal/UIUtils.swift",
"Internal/ViewElementInfo.swift",
"Internal/WeakRef.swift",
"Views/CaptureOverlayView.swift",
"Views/FeedbackScreenView.swift",
"Views/IdleBadgesView.swift",
"Views/OverlayRootView.swift",
"Views/PausedOverlayView.swift",
"Views/PreviewScreenView.swift",
"Views/SettingsScreenView.swift",
"Views/ToolbarView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/Aeastr/UniversalGlass.git
[1/566] Fetching universalglass
[24/2843] Fetching universalglass, swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.21s)
Fetched https://github.com/Aeastr/UniversalGlass.git from cache (1.21s)
Computing version for https://github.com/Aeastr/UniversalGlass.git
error: Dependencies could not be resolved because 'universalglass' contains incompatible tools version (6.2.0) and root depends on 'universalglass' 1.1.0..<2.0.0.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Updating https://github.com/Aeastr/UniversalGlass.git
Updating https://github.com/apple/swift-docc-plugin
Updated https://github.com/Aeastr/UniversalGlass.git (35.46s)
Updated https://github.com/apple/swift-docc-plugin (35.46s)
Computing version for https://github.com/Aeastr/UniversalGlass.git
error: Dependencies could not be resolved because 'universalglass' contains incompatible tools version (6.2.0) and root depends on 'universalglass' 1.1.0..<2.0.0.
BUILD FAILURE 6.1 macosSpm