The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build ShowSomeProgress, reference master (0d2eef), with Swift 6.1 for macOS (SPM) on 25 Apr 2025 15:58:06 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.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",
  "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",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/stoneburner/ShowSomeProgress.git
[5/248] Fetching showsomeprogress
Fetched https://github.com/stoneburner/ShowSomeProgress.git from cache (1.09s)
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.1
Building package at path:  $PWD
https://github.com/stoneburner/ShowSomeProgress.git
https://github.com/stoneburner/ShowSomeProgress.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ShowSomeProgress",
  "name" : "ShowSomeProgress",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ShowSomeProgress",
      "targets" : [
        "ShowSomeProgress"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ShowSomeProgressTests",
      "module_type" : "SwiftTarget",
      "name" : "ShowSomeProgressTests",
      "path" : "Tests",
      "sources" : [
        "ShowSomeProgressTests.swift"
      ],
      "target_dependencies" : [
        "ShowSomeProgress"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ShowSomeProgress",
      "module_type" : "SwiftTarget",
      "name" : "ShowSomeProgress",
      "path" : "Sources",
      "product_memberships" : [
        "ShowSomeProgress"
      ],
      "sources" : [
        "ActivityAnimationHelper.swift",
        "AnimationHelper.swift",
        "BarProgressView.swift",
        "CircleProgressView.swift",
        "Extensions.swift",
        "OrbitActivityIndicatorView.swift",
        "stylekit/ActivityStyleKit.swift",
        "stylekit/ProgressStyleKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
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/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.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 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 {
[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 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 {
[7/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 {
[8/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 {
[9/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 {
[10/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 {
[11/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 {
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/10] 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 {
[3/10] 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 {
[4/10] 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 {
[5/10] 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 {
[6/10] 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 {
[7/10] 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 {
[8/10] 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 {
[9/10] 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 {
[10/10] 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 {
BUILD FAILURE 6.1 macosSpm