Build Information
Failed to build PlayButton with Swift 6.0 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/public-value-tech/play-button.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/public-value-tech/play-button
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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: $workDir/.spi.yml
SUCCESS checkout https://github.com/public-value-tech/play-button.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/public-value-tech/play-button.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.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 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.
[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 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.
[7/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.
[8/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.
[9/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.
[10/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.
[11/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.
[12/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.
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
[1/11249] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (2.62s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.9.0 (0.76s)
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.0 macosSpm