Build Information
Failed to build PlayButton, reference main (69da98
), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 07:13:34 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/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: $PWD/.spi.yml
SUCCESS checkout https://github.com/public-value-tech/play-button.git at main
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git from cache
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (0.51s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.9.0 (1.16s)
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",
"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",
"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.11s)
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 main (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.1
Building package at path: $PWD
https://github.com/public-value-tech/play-button.git
https://github.com/public-value-tech/play-button.git
{
"dependencies" : [
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"exact" : [
"1.9.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
}
],
"manifest_display_name" : "PlayButton",
"name" : "PlayButton",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "PlayButton",
"targets" : [
"PlayButton"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PlayButtonTests",
"module_type" : "SwiftTarget",
"name" : "PlayButtonTests",
"path" : "Tests/PlayButtonTests",
"product_dependencies" : [
"SnapshotTesting"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/PlayButtonTests/__Snapshots__",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"PlayButtonTests.swift"
],
"target_dependencies" : [
"PlayButton"
],
"type" : "test"
},
{
"c99name" : "PlayButton",
"module_type" : "SwiftTarget",
"name" : "PlayButton",
"path" : "Sources",
"product_memberships" : [
"PlayButton"
],
"sources" : [
"PlayButton/AnimationGroup.swift",
"PlayButton/AnimationKeys.swift",
"PlayButton/AnimationStates.swift",
"PlayButton/CA+Extensions.swift",
"PlayButton/CGPath+Extensions.swift",
"PlayButton/Modes.swift",
"PlayButton/PlayButton+tvOS.swift",
"PlayButton/PlayButton.swift",
"PlayButton/PlayButtonPreviews.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
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/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 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.
[5/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.
[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 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.
[8/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.
[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 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.
[11/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.
[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.
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/11] 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.
[3/11] 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.
[4/11] 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.
[5/11] 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.
[6/11] 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.
[7/11] 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.
[8/11] 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/11] 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.
[10/11] 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.
[11/11] 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.
BUILD FAILURE 6.1 macosSpm