The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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.1
Building package at path:  $PWD
https://github.com/chrisnyw/AIEffectsKit.git
https://github.com/chrisnyw/AIEffectsKit.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AIEffectsKit",
  "name" : "AIEffectsKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "AIEffectsKit",
      "targets" : [
        "AIEffectsKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AIEffectsKitTests",
      "module_type" : "SwiftTarget",
      "name" : "AIEffectsKitTests",
      "path" : "Tests/AIEffectsKitTests",
      "sources" : [
        "AIStateTests.swift",
        "IntelligenceGlowTests.swift",
        "StreamTextStyleTests.swift",
        "StreamTextTests.swift",
        "ThinkingIndicatorTests.swift",
        "TimedWordTests.swift"
      ],
      "target_dependencies" : [
        "AIEffectsKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AIEffectsKit",
      "module_type" : "SwiftTarget",
      "name" : "AIEffectsKit",
      "path" : "Sources/AIEffectsKit",
      "product_memberships" : [
        "AIEffectsKit"
      ],
      "sources" : [
        "AIPhase.swift",
        "AIState.swift",
        "Environment/AIStateEnvironment.swift",
        "IntelligenceGlow/IntelligenceGlow.swift",
        "Internal/Duration+Seconds.swift",
        "StreamText/FlowLayout.swift",
        "StreamText/Renderers/LetterDropText.swift",
        "StreamText/Renderers/LineCascadeText.swift",
        "StreamText/Renderers/ScrambleText.swift",
        "StreamText/Renderers/ShimmerWipeText.swift",
        "StreamText/Renderers/SkeletonText.swift",
        "StreamText/Renderers/TokenChunkText.swift",
        "StreamText/Renderers/TypewriterView.swift",
        "StreamText/Renderers/WordAnimatedText.swift",
        "StreamText/StreamText+Typing.swift",
        "StreamText/StreamText.swift",
        "StreamText/StreamTextStyle.swift",
        "StreamText/StreamingTextRenderer.swift",
        "StreamText/TimedWord.swift",
        "ThinkingIndicator/ThinkingIndicator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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-2F0A5646E1D333AE.txt
[3/21] Compiling AIEffectsKit ScrambleText.swift
[4/21] Compiling AIEffectsKit ShimmerWipeText.swift
[5/21] Emitting module AIEffectsKit
[6/21] Compiling AIEffectsKit AIPhase.swift
[7/21] Compiling AIEffectsKit AIState.swift
[8/21] Compiling AIEffectsKit StreamText+Typing.swift
[9/21] Compiling AIEffectsKit StreamText.swift
[10/21] Compiling AIEffectsKit StreamTextStyle.swift
[11/21] Compiling AIEffectsKit StreamingTextRenderer.swift
[12/21] Compiling AIEffectsKit TypewriterView.swift
[13/21] Compiling AIEffectsKit WordAnimatedText.swift
[14/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
    |                         |- 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 | }
[15/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
    |                         |- 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 | }
[16/21] Compiling AIEffectsKit LetterDropText.swift
[17/21] Compiling AIEffectsKit LineCascadeText.swift
[18/21] Compiling AIEffectsKit SkeletonText.swift
[19/21] Compiling AIEffectsKit TokenChunkText.swift
[20/21] Compiling AIEffectsKit Duration+Seconds.swift
[21/21] Compiling AIEffectsKit FlowLayout.swift
[22/23] Compiling AIEffectsKit TimedWord.swift
[23/23] Compiling AIEffectsKit ThinkingIndicator.swift
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/20] Compiling AIEffectsKit TypewriterView.swift
[3/20] Compiling AIEffectsKit WordAnimatedText.swift
[4/20] Compiling AIEffectsKit StreamTextStyle.swift
[5/20] Compiling AIEffectsKit StreamingTextRenderer.swift
[6/20] Compiling AIEffectsKit SkeletonText.swift
[7/20] Compiling AIEffectsKit TokenChunkText.swift
[8/20] Compiling AIEffectsKit Duration+Seconds.swift
[9/20] Compiling AIEffectsKit FlowLayout.swift
[10/20] Compiling AIEffectsKit ScrambleText.swift
[11/20] Compiling AIEffectsKit ShimmerWipeText.swift
[12/20] Compiling AIEffectsKit LetterDropText.swift
[13/20] Compiling AIEffectsKit LineCascadeText.swift
[14/20] Compiling AIEffectsKit AIPhase.swift
[15/20] Compiling AIEffectsKit AIState.swift
[16/20] Compiling AIEffectsKit StreamText+Typing.swift
[17/20] Compiling AIEffectsKit StreamText.swift
[18/20] Emitting module AIEffectsKit
[19/20] 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 | }
[20/20] 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 | }
[21/22] Compiling AIEffectsKit TimedWord.swift
[22/22] Compiling AIEffectsKit ThinkingIndicator.swift
BUILD FAILURE 6.1 macosSpm