Build Information
Failed to build PlayButton, reference v1.0.3 (69da98
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 21:33:32 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/public-value-tech/play-button.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/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.
[4/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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/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.
[6/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.
[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 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.
[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 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.
[12/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.
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
[1/13227] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (2.24s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.9.0 (2.80s)
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
BUILD FAILURE 6.2 macosSpm