The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Theseus, reference 1.0.0 (38d9f6), with Swift 6.1 for macOS (SPM) on 30 Dec 2025 23:16:06 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/valzevul/Theseus.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/valzevul/Theseus
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 38d9f6e Add README
Cloned https://github.com/valzevul/Theseus.git
Revision (git rev-parse @):
38d9f6e7ff42159eab6928efa3027ac6f770eae0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/valzevul/Theseus.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/valzevul/Theseus.git
https://github.com/valzevul/Theseus.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Theseus",
  "name" : "Theseus",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Theseus",
      "targets" : [
        "Theseus"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TheseusTests",
      "module_type" : "SwiftTarget",
      "name" : "TheseusTests",
      "path" : "Tests/TheseusTests",
      "sources" : [
        "Animation/TheseusStretchAnimatorTests.swift",
        "Components/TheseusSliderTests.swift",
        "Components/TheseusSwitchTests.swift",
        "Components/TheseusTabBarTests.swift",
        "Core/TheseusCapabilityTests.swift",
        "Core/TheseusConfigurationTests.swift",
        "Core/TheseusSettingsTests.swift"
      ],
      "target_dependencies" : [
        "Theseus"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Theseus",
      "module_type" : "SwiftTarget",
      "name" : "Theseus",
      "path" : "Sources/Theseus",
      "product_memberships" : [
        "Theseus"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Shaders/TheseusShaders.metal",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Animation/TheseusGestureDeformer.swift",
        "Animation/TheseusStretchAnimator.swift",
        "Components/TheseusSlider.swift",
        "Components/TheseusSwitch.swift",
        "Components/TheseusTabBar.swift",
        "Core/TheseusCapability.swift",
        "Core/TheseusConfiguration.swift",
        "Core/TheseusSettings.swift",
        "Core/TheseusView.swift",
        "Internal/DisplayLinkDriver.swift",
        "Internal/HapticManager.swift",
        "Internal/LayoutTransition.swift",
        "Internal/SimpleLayer.swift",
        "Rendering/BackgroundCaptureDraw.swift",
        "Rendering/BlurKernelCalculator.swift",
        "Rendering/MetalContext.swift",
        "Rendering/ShaderTypes.swift",
        "Rendering/TheseusRenderer.swift",
        "Rendering/TheseusTextureCache.swift",
        "Rendering/ViewLayerCapture.swift",
        "Rendering/VisualEffectFallback.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
Building for debugging...
[0/3] Write sources
[1/3] Copying TheseusShaders.metal
[2/3] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/24] Emitting module Theseus
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[5/26] Compiling Theseus VisualEffectFallback.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[6/26] Compiling Theseus resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[7/26] Compiling Theseus TheseusConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[8/26] Compiling Theseus TheseusSettings.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[9/26] Compiling Theseus TheseusView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[10/26] Compiling Theseus DisplayLinkDriver.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[11/26] Compiling Theseus BlurKernelCalculator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[12/26] Compiling Theseus MetalContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[13/26] Compiling Theseus HapticManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[14/26] Compiling Theseus LayoutTransition.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[15/26] Compiling Theseus ShaderTypes.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[16/26] Compiling Theseus TheseusRenderer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[17/26] Compiling Theseus TheseusTextureCache.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[18/26] Compiling Theseus ViewLayerCapture.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[19/26] Compiling Theseus TheseusSwitch.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[20/26] Compiling Theseus TheseusTabBar.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[21/26] Compiling Theseus TheseusCapability.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[22/26] Compiling Theseus SimpleLayer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[23/26] Compiling Theseus BackgroundCaptureDraw.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[24/26] Compiling Theseus TheseusGestureDeformer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[25/26] Compiling Theseus TheseusStretchAnimator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[26/26] Compiling Theseus TheseusSlider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/22] Emitting module Theseus
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[3/24] Compiling Theseus TheseusTextureCache.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[4/24] Compiling Theseus ViewLayerCapture.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[5/24] Compiling Theseus BlurKernelCalculator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[6/24] Compiling Theseus MetalContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[7/24] Compiling Theseus ShaderTypes.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[8/24] Compiling Theseus TheseusRenderer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[9/24] Compiling Theseus TheseusView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[10/24] Compiling Theseus DisplayLinkDriver.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[11/24] Compiling Theseus SimpleLayer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[12/24] Compiling Theseus BackgroundCaptureDraw.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[13/24] Compiling Theseus TheseusConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[14/24] Compiling Theseus TheseusSettings.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[15/24] Compiling Theseus VisualEffectFallback.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[16/24] Compiling Theseus resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[17/24] Compiling Theseus TheseusGestureDeformer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[18/24] Compiling Theseus TheseusStretchAnimator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[19/24] Compiling Theseus TheseusSlider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[20/24] Compiling Theseus HapticManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[21/24] Compiling Theseus LayoutTransition.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[22/24] Compiling Theseus TheseusSwitch.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[23/24] Compiling Theseus TheseusTabBar.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
[24/24] Compiling Theseus TheseusCapability.swift
/Users/admin/builder/spi-builder-workspace/Sources/Theseus/Animation/TheseusGestureDeformer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import QuartzCore
  3 |
BUILD FAILURE 6.1 macosSpm