The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AIEffectsKit, reference main (92363d), with Swift 6.0 for macOS (SPM) on 14 May 2026 03:23:20 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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/chrisnyw/AIEffectsKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/chrisnyw/AIEffectsKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 92363d2 Added IntelligenceGlow previews
Cloned https://github.com/chrisnyw/AIEffectsKit.git
Revision (git rev-parse @):
92363d2aef7b2d2f1a7465aa0f8efdf39990ba61
SUCCESS checkout https://github.com/chrisnyw/AIEffectsKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/chrisnyw/AIEffectsKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/21] Compiling AIEffectsKit TypewriterView.swift
[4/21] Compiling AIEffectsKit WordAnimatedText.swift
[5/21] Compiling AIEffectsKit Duration+Seconds.swift
[6/21] Compiling AIEffectsKit FlowLayout.swift
[7/21] Compiling AIEffectsKit StreamText+Typing.swift
[8/21] Compiling AIEffectsKit StreamText.swift
[9/21] Compiling AIEffectsKit SkeletonText.swift
[10/21] Compiling AIEffectsKit TokenChunkText.swift
[11/21] Compiling AIEffectsKit StreamTextStyle.swift
[12/21] Compiling AIEffectsKit StreamingTextRenderer.swift
[13/21] Compiling AIEffectsKit LetterDropText.swift
[14/21] Compiling AIEffectsKit LineCascadeText.swift
[15/21] Compiling AIEffectsKit AIPhase.swift
[16/21] Compiling AIEffectsKit AIState.swift
[17/21] Compiling AIEffectsKit ScrambleText.swift
[18/21] Compiling AIEffectsKit ShimmerWipeText.swift
[19/21] Emitting module AIEffectsKit
[20/21] Compiling AIEffectsKit AIStateEnvironment.swift
/Users/admin/builder/spi-builder-workspace/Sources/AIEffectsKit/IntelligenceGlow/IntelligenceGlow.swift:145:25: error: no exact matches in call to initializer
143 |             .padding(.horizontal, 18)
144 |             .padding(.vertical, 16)
145 |             .background(Color(uiColor: .secondarySystemBackground))
    |                         `- error: no exact matches in call to initializer
146 |     }
147 | }
SwiftUICore.Color:12:12: note: incorrect labels for candidate (have: '(uiColor:)', expected: '(_:)')
10 |         public var hashValue: Int { get }
11 |     }
12 |     public init(_ resolved: Color.Resolved)
   |            `- note: incorrect labels for candidate (have: '(uiColor:)', expected: '(_:)')
13 | }
SwiftUICore.Color:7:12: note: incorrect labels for candidate (have: '(uiColor:)', expected: '(_:)')
5 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "Use Color(cgColor:) when converting a CGColor, or create a standard Color directly")
6 | extension Color {
7 |     public init(_ cgColor: CGColor)
  |            `- note: incorrect labels for candidate (have: '(uiColor:)', expected: '(_:)')
8 | }
SwiftUICore.Color:3:12: note: incorrect labels for candidate (have: '(uiColor:)', expected: '(_:)')
1 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
2 | extension Color {
3 |     public init(_ name: String, bundle: Bundle? = nil)
  |            `- note: incorrect labels for candidate (have: '(uiColor:)', expected: '(_:)')
4 |     public static let _mainNamedBundle: Bundle?
5 | }
SwiftUICore.Color:3:12: note: incorrect labels for candidate (have: '(uiColor:)', expected: '(_:)')
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | extension Color {
3 |     public init(_ resource: ColorResource)
  |            `- note: incorrect labels for candidate (have: '(uiColor:)', expected: '(_:)')
4 | }
/Users/admin/builder/spi-builder-workspace/Sources/AIEffectsKit/IntelligenceGlow/IntelligenceGlow.swift:145:41: error: reference to member 'secondarySystemBackground' cannot be resolved without a contextual type
143 |             .padding(.horizontal, 18)
144 |             .padding(.vertical, 16)
145 |             .background(Color(uiColor: .secondarySystemBackground))
    |                                         `- error: reference to member 'secondarySystemBackground' cannot be resolved without a contextual type
146 |     }
147 | }
[21/21] Compiling AIEffectsKit IntelligenceGlow.swift
/Users/admin/builder/spi-builder-workspace/Sources/AIEffectsKit/IntelligenceGlow/IntelligenceGlow.swift:145:25: error: no exact matches in call to initializer
143 |             .padding(.horizontal, 18)
144 |             .padding(.vertical, 16)
145 |             .background(Color(uiColor: .secondarySystemBackground))
    |                         `- error: no exact matches in call to initializer
146 |     }
147 | }
SwiftUICore.Color:12:12: note: incorrect labels for candidate (have: '(uiColor:)', expected: '(_:)')
10 |         public var hashValue: Int { get }
11 |     }
12 |     public init(_ resolved: Color.Resolved)
   |            `- note: incorrect labels for candidate (have: '(uiColor:)', expected: '(_:)')
13 | }
SwiftUICore.Color:7:12: note: incorrect labels for candidate (have: '(uiColor:)', expected: '(_:)')
5 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "Use Color(cgColor:) when converting a CGColor, or create a standard Color directly")
6 | extension Color {
7 |     public init(_ cgColor: CGColor)
  |            `- note: incorrect labels for candidate (have: '(uiColor:)', expected: '(_:)')
8 | }
SwiftUICore.Color:3:12: note: incorrect labels for candidate (have: '(uiColor:)', expected: '(_:)')
1 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
2 | extension Color {
3 |     public init(_ name: String, bundle: Bundle? = nil)
  |            `- note: incorrect labels for candidate (have: '(uiColor:)', expected: '(_:)')
4 |     public static let _mainNamedBundle: Bundle?
5 | }
SwiftUICore.Color:3:12: note: incorrect labels for candidate (have: '(uiColor:)', expected: '(_:)')
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | extension Color {
3 |     public init(_ resource: ColorResource)
  |            `- note: incorrect labels for candidate (have: '(uiColor:)', expected: '(_:)')
4 | }
/Users/admin/builder/spi-builder-workspace/Sources/AIEffectsKit/IntelligenceGlow/IntelligenceGlow.swift:145:41: error: reference to member 'secondarySystemBackground' cannot be resolved without a contextual type
143 |             .padding(.horizontal, 18)
144 |             .padding(.vertical, 16)
145 |             .background(Color(uiColor: .secondarySystemBackground))
    |                                         `- error: reference to member 'secondarySystemBackground' cannot be resolved without a contextual type
146 |     }
147 | }
[22/23] Compiling AIEffectsKit TimedWord.swift
[23/23] Compiling AIEffectsKit ThinkingIndicator.swift
BUILD FAILURE 6.0 macosSpm