The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ShowSomeProgress, reference master (0d2eef), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 07:45:14 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/stoneburner/ShowSomeProgress.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/stoneburner/ShowSomeProgress
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 0d2eef9 Merge pull request #1 from stoneburner/add-code-of-conduct-1
Cloned https://github.com/stoneburner/ShowSomeProgress.git
Revision (git rev-parse @):
0d2eef9d99d5ed8f74f54bd064e4a2fc5509e043
SUCCESS checkout https://github.com/stoneburner/ShowSomeProgress.git at master
========================================
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": "showsomeprogress",
      "name": "ShowSomeProgress",
      "url": "https://github.com/stoneburner/ShowSomeProgress.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ShowSomeProgress",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/stoneburner/ShowSomeProgress.git
[1/248] Fetching showsomeprogress
Fetched https://github.com/stoneburner/ShowSomeProgress.git from cache (1.15s)
Creating working copy for https://github.com/stoneburner/ShowSomeProgress.git
Working copy of https://github.com/stoneburner/ShowSomeProgress.git resolved at master (0d2eef9)
warning: '.resolve-product-dependencies': dependency 'showsomeprogress' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/stoneburner/ShowSomeProgress.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/11] Emitting module ShowSomeProgress
/Users/admin/builder/spi-builder-workspace/Sources/ActivityAnimationHelper.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol AnimatedActivityUIView: UIView {
[4/11] Compiling ShowSomeProgress ProgressStyleKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/ActivityAnimationHelper.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol AnimatedActivityUIView: UIView {
[5/11] Compiling ShowSomeProgress CircleProgressView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ActivityAnimationHelper.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol AnimatedActivityUIView: UIView {
[6/11] Compiling ShowSomeProgress ActivityStyleKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/ActivityAnimationHelper.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol AnimatedActivityUIView: UIView {
[7/11] Compiling ShowSomeProgress Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/ActivityAnimationHelper.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol AnimatedActivityUIView: UIView {
[8/11] Compiling ShowSomeProgress OrbitActivityIndicatorView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ActivityAnimationHelper.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol AnimatedActivityUIView: UIView {
[9/11] Compiling ShowSomeProgress BarProgressView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ActivityAnimationHelper.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol AnimatedActivityUIView: UIView {
[10/11] Compiling ShowSomeProgress AnimationHelper.swift
/Users/admin/builder/spi-builder-workspace/Sources/ActivityAnimationHelper.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol AnimatedActivityUIView: UIView {
[11/11] Compiling ShowSomeProgress ActivityAnimationHelper.swift
/Users/admin/builder/spi-builder-workspace/Sources/ActivityAnimationHelper.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol AnimatedActivityUIView: UIView {
BUILD FAILURE 6.3 macosSpm