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 Vortex, reference main (e611ef), with Swift 5.10 for macOS (SPM) on 2 May 2025 12:38:03 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/twostraws/Vortex.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/twostraws/Vortex
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e611ef4 Merge pull request #31 from jackynb/fix/vortex-view-reader-cannot-read
Cloned https://github.com/twostraws/Vortex.git
Revision (git rev-parse @):
e611ef4396d4044a3026e2c2c6f8057e34432bf4
SUCCESS checkout https://github.com/twostraws/Vortex.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/twostraws/Vortex.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/27] Emitting module Vortex
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:12:18: error: unknown attribute 'retroactive'
extension Angle: @retroactive Codable {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:12:1: error: inheritance from non-protocol type 'any Codable' (aka 'any Decodable & Encodable')
extension Angle: @retroactive Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Resources/DefaultSymbols.swift:11:63: error: type 'Bundle' has no member 'module'
    public static let circle = Image("circle", bundle: Bundle.module)
                                                       ~~~~~~ ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Resources/DefaultSymbols.swift:12:67: error: type 'Bundle' has no member 'module'
    public static let confetti = Image("confetti", bundle: Bundle.module)
                                                           ~~~~~~ ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Resources/DefaultSymbols.swift:13:65: error: type 'Bundle' has no member 'module'
    public static let sparkle = Image("sparkle", bundle: Bundle.module)
                                                         ~~~~~~ ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexView.swift:46:50: error: cannot infer contextual base in reference to member 'plusLighter'
                    .frame(width: 16).blendMode(.plusLighter).tag("circle")
                                                ~^~~~~~~~~~~
[4/29] Compiling Vortex VortexView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexView.swift:46:50: error: cannot infer contextual base in reference to member 'plusLighter'
                    .frame(width: 16).blendMode(.plusLighter).tag("circle")
                                                ~^~~~~~~~~~~
[5/29] Compiling Vortex VortexViewReader.swift
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexView.swift:46:50: error: cannot infer contextual base in reference to member 'plusLighter'
                    .frame(width: 16).blendMode(.plusLighter).tag("circle")
                                                ~^~~~~~~~~~~
[6/29] Compiling Vortex Color.swift
[7/29] Compiling Vortex ColorMode.swift
[8/29] Compiling Vortex Particle.swift
[9/29] Compiling Vortex Angle+Codable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:12:18: error: unknown attribute 'retroactive'
extension Angle: @retroactive Codable {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:12:1: error: inheritance from non-protocol type 'any Codable' (aka 'any Decodable & Encodable')
extension Angle: @retroactive Codable {
^
[10/29] Compiling Vortex Array-InterpolatedColor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:12:18: error: unknown attribute 'retroactive'
extension Angle: @retroactive Codable {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:12:1: error: inheritance from non-protocol type 'any Codable' (aka 'any Decodable & Encodable')
extension Angle: @retroactive Codable {
^
[11/29] Compiling Vortex Lerping.swift
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:12:18: error: unknown attribute 'retroactive'
extension Angle: @retroactive Codable {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:12:1: error: inheritance from non-protocol type 'any Codable' (aka 'any Decodable & Encodable')
extension Angle: @retroactive Codable {
^
[12/29] Compiling Vortex VortexProxy.swift
[13/29] Compiling Vortex VortexSystemPreferenceKey.swift
[14/29] Compiling Vortex Rain.swift
[15/29] Compiling Vortex Smoke.swift
[16/29] Compiling Vortex Snow.swift
[17/29] Compiling Vortex Spark.swift
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Resources/DefaultSymbols.swift:11:63: error: type 'Bundle' has no member 'module'
    public static let circle = Image("circle", bundle: Bundle.module)
                                                       ~~~~~~ ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Resources/DefaultSymbols.swift:12:67: error: type 'Bundle' has no member 'module'
    public static let confetti = Image("confetti", bundle: Bundle.module)
                                                           ~~~~~~ ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Resources/DefaultSymbols.swift:13:65: error: type 'Bundle' has no member 'module'
    public static let sparkle = Image("sparkle", bundle: Bundle.module)
                                                         ~~~~~~ ^~~~~~
[18/29] Compiling Vortex Splash.swift
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Resources/DefaultSymbols.swift:11:63: error: type 'Bundle' has no member 'module'
    public static let circle = Image("circle", bundle: Bundle.module)
                                                       ~~~~~~ ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Resources/DefaultSymbols.swift:12:67: error: type 'Bundle' has no member 'module'
    public static let confetti = Image("confetti", bundle: Bundle.module)
                                                           ~~~~~~ ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Resources/DefaultSymbols.swift:13:65: error: type 'Bundle' has no member 'module'
    public static let sparkle = Image("sparkle", bundle: Bundle.module)
                                                         ~~~~~~ ^~~~~~
[19/29] Compiling Vortex DefaultSymbols.swift
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Resources/DefaultSymbols.swift:11:63: error: type 'Bundle' has no member 'module'
    public static let circle = Image("circle", bundle: Bundle.module)
                                                       ~~~~~~ ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Resources/DefaultSymbols.swift:12:67: error: type 'Bundle' has no member 'module'
    public static let confetti = Image("confetti", bundle: Bundle.module)
                                                           ~~~~~~ ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Resources/DefaultSymbols.swift:13:65: error: type 'Bundle' has no member 'module'
    public static let sparkle = Image("sparkle", bundle: Bundle.module)
                                                         ~~~~~~ ^~~~~~
[20/29] Compiling Vortex Shape.swift
[21/29] Compiling Vortex SpawnOccasion.swift
[22/29] Compiling Vortex VortexSystem-Behavior.swift
[23/29] Compiling Vortex VortexSystem.swift
[24/29] Compiling Vortex Fireflies.swift
[25/29] Compiling Vortex Fireworks.swift
[26/29] Compiling Vortex Magic.swift
[27/29] Compiling Vortex RandomSpread.swift
[28/29] Compiling Vortex Confetti.swift
[29/29] Compiling Vortex Fire.swift
error: fatalError
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Resources/Assets.xcassets
BUILD FAILURE 5.10 macosSpm