The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build PlayButton, reference v1.0.3 (69da98), with Swift 6.0 for macOS (SPM) on 29 Nov 2024 03:37:20 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.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/12447] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (2.11s)
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.57s)
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.33s)
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.0
Building package at path:  $PWD
https://github.com/public-value-tech/play-button.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.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--7754E27361AE5C74.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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/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.
[5/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.
[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 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.
[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 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.
[10/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.
[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 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.
BUILD FAILURE 6.0 macosSpm