Build Information
Failed to build Agentation, reference 1.0.0 (401adc), with Swift 6.1 for macOS (SPM) on 5 Feb 2026 19:58:04 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ertembiyik/swift-agentation.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ertembiyik/swift-agentation
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 401adcb Add Agentation visual feedback framework for iOS (#1)
Cloned https://github.com/ertembiyik/swift-agentation.git
Revision (git rev-parse @):
401adcb94d9e58a7de7e79cbc00586c4c741897d
SUCCESS checkout https://github.com/ertembiyik/swift-agentation.git at 1.0.0
========================================
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"
}
],
"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" : [
"Agentation.swift",
"CaptureSession.swift",
"DataSources/AccessibilityHierarchyDataSource.swift",
"DataSources/HierarchyDataSource.swift",
"DataSources/ViewHierarchyDataSource.swift",
"Models/AccessibilityElementInfo.swift",
"Models/ElementProtocol.swift",
"Models/FeedbackItem.swift",
"Models/HierarchySnapshot.swift",
"Models/ViewElementInfo.swift",
"UI/OverlayWindow.swift",
"UI/PassThrough/HitTestable.swift",
"UI/PassThrough/PassThroughHostingView.swift",
"UI/PassThrough/PassThroughHostingViewController.swift",
"UI/Screens/FeedbackScreenView.swift",
"UI/Screens/PreviewScreenView.swift",
"UI/Screens/SettingsScreenView.swift",
"UI/Views/CaptureOverlayView.swift",
"UI/Views/IdleBadgesView.swift",
"UI/Views/OverlayRootView.swift",
"UI/Views/PausedOverlayView.swift",
"UI/Views/ToolbarView.swift",
"Utils/DisplayLinkTarget.swift",
"Utils/UIUtils.swift",
"Utils/WeakRef.swift",
"ViewModifier+Agentation.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/Aeastr/UniversalGlass.git
[1/561] Fetching universalglass
Fetched https://github.com/Aeastr/UniversalGlass.git from cache (1.15s)
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
Updated https://github.com/Aeastr/UniversalGlass.git (0.47s)
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