The Swift Package Index logo.Swift Package Index

Build Information

Failed to build PlayButton, reference v1.0.3 (69da98), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 11:03:03 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/public-value-tech/play-button.git
Reference: v1.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/public-value-tech/play-button
 * tag               v1.0.3     -> FETCH_HEAD
HEAD is now at 69da98c Merge pull request #4 from public-value-tech/fix/triangle-optical-alignment-alternative-points
Cloned https://github.com/public-value-tech/play-button.git
Revision (git rev-parse @):
69da98c56403795b0895594405980ad97d24e2eb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/public-value-tech/play-button.git at v1.0.3
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
[1/16046] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (3.10s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.9.0 (3.79s)
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.9.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": "play-button",
      "name": "PlayButton",
      "url": "https://github.com/public-value-tech/play-button.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/play-button",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/public-value-tech/play-button.git
[1/732] Fetching play-button
Fetched https://github.com/public-value-tech/play-button.git from cache (1.29s)
Creating working copy for https://github.com/public-value-tech/play-button.git
Working copy of https://github.com/public-value-tech/play-button.git resolved at v1.0.3 (69da98c)
warning: '.resolve-product-dependencies': dependency 'play-button' 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/public-value-tech/play-button.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/12] Emitting module PlayButton
/Users/admin/builder/spi-builder-workspace/Sources/PlayButton/AnimationGroup.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Simple wrapper to group animations and their target layer with the resulting animation state.
[4/12] Compiling PlayButton AnimationKeys.swift
/Users/admin/builder/spi-builder-workspace/Sources/PlayButton/AnimationGroup.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Simple wrapper to group animations and their target layer with the resulting animation state.
[5/12] Compiling PlayButton PlayButtonPreviews.swift
/Users/admin/builder/spi-builder-workspace/Sources/PlayButton/AnimationGroup.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Simple wrapper to group animations and their target layer with the resulting animation state.
[6/12] Compiling PlayButton CGPath+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/PlayButton/AnimationGroup.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Simple wrapper to group animations and their target layer with the resulting animation state.
[7/12] Compiling PlayButton CA+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/PlayButton/AnimationGroup.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Simple wrapper to group animations and their target layer with the resulting animation state.
[8/12] Compiling PlayButton AnimationStates.swift
/Users/admin/builder/spi-builder-workspace/Sources/PlayButton/AnimationGroup.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Simple wrapper to group animations and their target layer with the resulting animation state.
[9/12] Compiling PlayButton PlayButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/PlayButton/AnimationGroup.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Simple wrapper to group animations and their target layer with the resulting animation state.
[10/12] Compiling PlayButton AnimationGroup.swift
/Users/admin/builder/spi-builder-workspace/Sources/PlayButton/AnimationGroup.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Simple wrapper to group animations and their target layer with the resulting animation state.
[11/12] Compiling PlayButton Modes.swift
/Users/admin/builder/spi-builder-workspace/Sources/PlayButton/AnimationGroup.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Simple wrapper to group animations and their target layer with the resulting animation state.
[12/12] Compiling PlayButton PlayButton+tvOS.swift
/Users/admin/builder/spi-builder-workspace/Sources/PlayButton/AnimationGroup.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Simple wrapper to group animations and their target layer with the resulting animation state.
BUILD FAILURE 6.3 macosSpm