The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ComponentsKit, reference main (e47e49), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 19:25:02 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/componentskit/ComponentsKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/componentskit/ComponentsKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e47e497 Merge pull request #111 from componentskit/dev
Cloned https://github.com/componentskit/ComponentsKit.git
Revision (git rev-parse @):
e47e4976667b9a34c9c39d5a1227d2c73ef2154e
SUCCESS checkout https://github.com/componentskit/ComponentsKit.git at main
Fetching https://github.com/componentskit/AutoLayout
[1/35] Fetching autolayout
Fetched https://github.com/componentskit/AutoLayout from cache (0.65s)
Computing version for https://github.com/componentskit/AutoLayout
Computed https://github.com/componentskit/AutoLayout at 1.0.0 (1.11s)
Creating working copy for https://github.com/componentskit/AutoLayout
Working copy of https://github.com/componentskit/AutoLayout resolved at 1.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "componentskit",
      "name": "ComponentsKit",
      "url": "https://github.com/componentskit/ComponentsKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ComponentsKit",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "autolayout",
          "name": "AutoLayout",
          "url": "https://github.com/componentskit/AutoLayout",
          "version": "1.0.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AutoLayout",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/componentskit/ComponentsKit.git
[1/7815] Fetching componentskit
Fetched https://github.com/componentskit/ComponentsKit.git from cache (1.43s)
Fetching https://github.com/componentskit/AutoLayout from cache
Fetched https://github.com/componentskit/AutoLayout from cache (0.43s)
Computing version for https://github.com/componentskit/AutoLayout
Computed https://github.com/componentskit/AutoLayout at 1.0.1 (0.52s)
Creating working copy for https://github.com/componentskit/AutoLayout
Working copy of https://github.com/componentskit/AutoLayout resolved at 1.0.1
Creating working copy for https://github.com/componentskit/ComponentsKit.git
Working copy of https://github.com/componentskit/ComponentsKit.git resolved at main (e47e497)
warning: '.resolve-product-dependencies': dependency 'componentskit' is not used by any target
Found 1 product dependencies
  - AutoLayout
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/componentskit/ComponentsKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Copying PrivacyInfo.xcprivacy
[1/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/9] Emitting module AutoLayout
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AutoLayout/Sources/AutoLayout/LayoutConstraints.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// A structure that holds references to various layout constraints applied to a view.
[6/9] Compiling AutoLayout UIView+Layout.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AutoLayout/Sources/AutoLayout/LayoutConstraints.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// A structure that holds references to various layout constraints applied to a view.
[7/9] Compiling AutoLayout LayoutConstraintsBuilder.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AutoLayout/Sources/AutoLayout/LayoutConstraints.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// A structure that holds references to various layout constraints applied to a view.
[8/9] Compiling AutoLayout LayoutConstraints+Helpers.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AutoLayout/Sources/AutoLayout/LayoutConstraints.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// A structure that holds references to various layout constraints applied to a view.
[9/9] Compiling AutoLayout LayoutConstraints.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AutoLayout/Sources/AutoLayout/LayoutConstraints.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// A structure that holds references to various layout constraints applied to a view.
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Resources/Assets.xcassets
BUILD FAILURE 6.3 macosSpm