The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Agentation, reference 1.0.0 (401adc), with Swift 6.1 for Wasm on 5 Feb 2026 07:50:52 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build 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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ertembiyik/swift-agentation.git
https://github.com/ertembiyik/swift-agentation.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/Aeastr/UniversalGlass.git
[1/561] Fetching universalglass
Fetched https://github.com/Aeastr/UniversalGlass.git from cache (0.37s)
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 ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Updating https://github.com/Aeastr/UniversalGlass.git
Updated https://github.com/Aeastr/UniversalGlass.git (0.11s)
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 wasm