Build Information
Failed to build AIEffectsKit, reference main (92363d), with Swift 6.3 for macOS (SPM) on 14 May 2026 03:24:59 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build 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
========================================
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": "aieffectskit",
"name": "AIEffectsKit",
"url": "https://github.com/chrisnyw/AIEffectsKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AIEffectsKit",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/chrisnyw/AIEffectsKit.git
[1/242] Fetching aieffectskit
Fetched https://github.com/chrisnyw/AIEffectsKit.git from cache (1.50s)
Creating working copy for https://github.com/chrisnyw/AIEffectsKit.git
Working copy of https://github.com/chrisnyw/AIEffectsKit.git resolved at main (92363d2)
warning: '.resolve-product-dependencies': dependency 'aieffectskit' 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/chrisnyw/AIEffectsKit.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
[3/21] Compiling AIEffectsKit StreamTextStyle.swift
[4/21] Compiling AIEffectsKit StreamingTextRenderer.swift
[5/21] Compiling AIEffectsKit TypewriterView.swift
[6/21] Compiling AIEffectsKit WordAnimatedText.swift
[7/21] Compiling AIEffectsKit StreamText+Typing.swift
[8/21] Compiling AIEffectsKit StreamText.swift
[9/23] Compiling AIEffectsKit ScrambleText.swift
[10/23] Compiling AIEffectsKit ShimmerWipeText.swift
[11/23] Compiling AIEffectsKit Duration+Seconds.swift
[12/23] Compiling AIEffectsKit FlowLayout.swift
[13/23] Compiling AIEffectsKit LetterDropText.swift
[14/23] Compiling AIEffectsKit LineCascadeText.swift
[15/23] Emitting module AIEffectsKit
[16/23] Compiling AIEffectsKit AIPhase.swift
[17/23] Compiling AIEffectsKit AIState.swift
[18/23] Compiling AIEffectsKit SkeletonText.swift
[19/23] Compiling AIEffectsKit TokenChunkText.swift
[20/23] 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
| |- note: candidate has partially matching parameter list (importing: URL, contentType: UTType?)
| `- note: candidate has partially matching parameter list (importing: Data, contentType: UTType?)
146 | }
147 | }
/Users/admin/builder/spi-builder-workspace/Sources/AIEffectsKit/IntelligenceGlow/IntelligenceGlow.swift:145:41: error: cannot infer contextual base in reference to member 'secondarySystemBackground'
143 | .padding(.horizontal, 18)
144 | .padding(.vertical, 16)
145 | .background(Color(uiColor: .secondarySystemBackground))
| `- error: cannot infer contextual base in reference to member 'secondarySystemBackground'
146 | }
147 | }
[21/23] 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
| |- note: candidate has partially matching parameter list (importing: URL, contentType: UTType?)
| `- note: candidate has partially matching parameter list (importing: Data, contentType: UTType?)
146 | }
147 | }
/Users/admin/builder/spi-builder-workspace/Sources/AIEffectsKit/IntelligenceGlow/IntelligenceGlow.swift:145:41: error: cannot infer contextual base in reference to member 'secondarySystemBackground'
143 | .padding(.horizontal, 18)
144 | .padding(.vertical, 16)
145 | .background(Color(uiColor: .secondarySystemBackground))
| `- error: cannot infer contextual base in reference to member 'secondarySystemBackground'
146 | }
147 | }
[22/23] Compiling AIEffectsKit TimedWord.swift
[23/23] Compiling AIEffectsKit ThinkingIndicator.swift
BUILD FAILURE 6.3 macosSpm