The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Vortex, reference 1.0.4 (9d9d90), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 01:13:07 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/twostraws/Vortex.git
Reference: 1.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/twostraws/Vortex
 * tag               1.0.4      -> FETCH_HEAD
HEAD is now at 9d9d901 Merge pull request #41 from bdkjones/main
Cloned https://github.com/twostraws/Vortex.git
Revision (git rev-parse @):
9d9d9016ceace579455f01f8e0bd59facae7d252
SUCCESS checkout https://github.com/twostraws/Vortex.git at 1.0.4
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "vortex",
      "name": "Vortex",
      "url": "https://github.com/twostraws/Vortex.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Vortex",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/twostraws/Vortex.git
[1/623] Fetching vortex
Fetched https://github.com/twostraws/Vortex.git from cache (1.16s)
Creating working copy for https://github.com/twostraws/Vortex.git
Working copy of https://github.com/twostraws/Vortex.git resolved at 1.0.4 (9d9d901)
warning: '.resolve-product-dependencies': dependency 'vortex' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/twostraws/Vortex.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.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/Resources/DefaultSymbols.swift:11:63: error: type 'Bundle' has no member 'module'
 9 | /// Set up static variables for  images(symbols) in the asset catalog contained within the Resources folder
10 | extension Image {
11 |     public static let circle = Image("circle", bundle: Bundle.module)
   |                                                               `- error: type 'Bundle' has no member 'module'
12 |     public static let confetti = Image("confetti", bundle: Bundle.module)
13 |     public static let sparkle = Image("sparkle", bundle: Bundle.module)
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Resources/DefaultSymbols.swift:12:67: error: type 'Bundle' has no member 'module'
10 | extension Image {
11 |     public static let circle = Image("circle", bundle: Bundle.module)
12 |     public static let confetti = Image("confetti", bundle: Bundle.module)
   |                                                                   `- error: type 'Bundle' has no member 'module'
13 |     public static let sparkle = Image("sparkle", bundle: Bundle.module)
14 | }
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Resources/DefaultSymbols.swift:13:65: error: type 'Bundle' has no member 'module'
11 |     public static let circle = Image("circle", bundle: Bundle.module)
12 |     public static let confetti = Image("confetti", bundle: Bundle.module)
13 |     public static let sparkle = Image("sparkle", bundle: Bundle.module)
   |                                                                 `- error: type 'Bundle' has no member 'module'
14 | }
15 |
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexView.swift:46:50: error: cannot infer contextual base in reference to member 'plusLighter'
 44 |             Group {
 45 |                 Image.circle
 46 |                     .frame(width: 16).blendMode(.plusLighter).tag("circle")
    |                                                  `- error: cannot infer contextual base in reference to member 'plusLighter'
 47 |                 Image.confetti
 48 |                     .frame(width: 16, height: 16).blendMode(.plusLighter).tag("confetti")
[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'
 44 |             Group {
 45 |                 Image.circle
 46 |                     .frame(width: 16).blendMode(.plusLighter).tag("circle")
    |                                                  `- error: cannot infer contextual base in reference to member 'plusLighter'
 47 |                 Image.confetti
 48 |                     .frame(width: 16, height: 16).blendMode(.plusLighter).tag("confetti")
[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'
 44 |             Group {
 45 |                 Image.circle
 46 |                     .frame(width: 16).blendMode(.plusLighter).tag("circle")
    |                                                  `- error: cannot infer contextual base in reference to member 'plusLighter'
 47 |                 Image.confetti
 48 |                     .frame(width: 16, height: 16).blendMode(.plusLighter).tag("confetti")
[6/29] Compiling Vortex Shape.swift
[7/29] Compiling Vortex SpawnOccasion.swift
[8/29] Compiling Vortex VortexProxy.swift
[9/29] Compiling Vortex VortexSystemPreferenceKey.swift
[10/29] Compiling Vortex Color.swift
[11/29] Compiling Vortex ColorMode.swift
[12/29] Compiling Vortex Particle.swift
[13/29] Compiling Vortex Fireflies.swift
[14/29] Compiling Vortex Fireworks.swift
[15/29] Compiling Vortex Magic.swift
[16/29] Compiling Vortex Angle+Codable.swift
[17/29] Compiling Vortex Array-InterpolatedColor.swift
[18/29] Compiling Vortex Lerping.swift
[19/29] Compiling Vortex VortexSystem-Behavior.swift
[20/29] Compiling Vortex VortexSystem.swift
[21/29] Compiling Vortex Rain.swift
[22/29] Compiling Vortex Smoke.swift
[23/29] Compiling Vortex Snow.swift
[24/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'
 9 | /// Set up static variables for  images(symbols) in the asset catalog contained within the Resources folder
10 | extension Image {
11 |     public static let circle = Image("circle", bundle: Bundle.module)
   |                                                               `- error: type 'Bundle' has no member 'module'
12 |     public static let confetti = Image("confetti", bundle: Bundle.module)
13 |     public static let sparkle = Image("sparkle", bundle: Bundle.module)
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Resources/DefaultSymbols.swift:12:67: error: type 'Bundle' has no member 'module'
10 | extension Image {
11 |     public static let circle = Image("circle", bundle: Bundle.module)
12 |     public static let confetti = Image("confetti", bundle: Bundle.module)
   |                                                                   `- error: type 'Bundle' has no member 'module'
13 |     public static let sparkle = Image("sparkle", bundle: Bundle.module)
14 | }
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Resources/DefaultSymbols.swift:13:65: error: type 'Bundle' has no member 'module'
11 |     public static let circle = Image("circle", bundle: Bundle.module)
12 |     public static let confetti = Image("confetti", bundle: Bundle.module)
13 |     public static let sparkle = Image("sparkle", bundle: Bundle.module)
   |                                                                 `- error: type 'Bundle' has no member 'module'
14 | }
15 |
[25/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'
 9 | /// Set up static variables for  images(symbols) in the asset catalog contained within the Resources folder
10 | extension Image {
11 |     public static let circle = Image("circle", bundle: Bundle.module)
   |                                                               `- error: type 'Bundle' has no member 'module'
12 |     public static let confetti = Image("confetti", bundle: Bundle.module)
13 |     public static let sparkle = Image("sparkle", bundle: Bundle.module)
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Resources/DefaultSymbols.swift:12:67: error: type 'Bundle' has no member 'module'
10 | extension Image {
11 |     public static let circle = Image("circle", bundle: Bundle.module)
12 |     public static let confetti = Image("confetti", bundle: Bundle.module)
   |                                                                   `- error: type 'Bundle' has no member 'module'
13 |     public static let sparkle = Image("sparkle", bundle: Bundle.module)
14 | }
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Resources/DefaultSymbols.swift:13:65: error: type 'Bundle' has no member 'module'
11 |     public static let circle = Image("circle", bundle: Bundle.module)
12 |     public static let confetti = Image("confetti", bundle: Bundle.module)
13 |     public static let sparkle = Image("sparkle", bundle: Bundle.module)
   |                                                                 `- error: type 'Bundle' has no member 'module'
14 | }
15 |
[26/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'
 9 | /// Set up static variables for  images(symbols) in the asset catalog contained within the Resources folder
10 | extension Image {
11 |     public static let circle = Image("circle", bundle: Bundle.module)
   |                                                               `- error: type 'Bundle' has no member 'module'
12 |     public static let confetti = Image("confetti", bundle: Bundle.module)
13 |     public static let sparkle = Image("sparkle", bundle: Bundle.module)
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Resources/DefaultSymbols.swift:12:67: error: type 'Bundle' has no member 'module'
10 | extension Image {
11 |     public static let circle = Image("circle", bundle: Bundle.module)
12 |     public static let confetti = Image("confetti", bundle: Bundle.module)
   |                                                                   `- error: type 'Bundle' has no member 'module'
13 |     public static let sparkle = Image("sparkle", bundle: Bundle.module)
14 | }
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Resources/DefaultSymbols.swift:13:65: error: type 'Bundle' has no member 'module'
11 |     public static let circle = Image("circle", bundle: Bundle.module)
12 |     public static let confetti = Image("confetti", bundle: Bundle.module)
13 |     public static let sparkle = Image("sparkle", bundle: Bundle.module)
   |                                                                 `- error: type 'Bundle' has no member 'module'
14 | }
15 |
[27/29] Compiling Vortex RandomSpread.swift
[28/29] Compiling Vortex Confetti.swift
[29/29] Compiling Vortex Fire.swift
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 6.3 macosSpm