The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Scintillate, reference 1.1.0 (a54d8a), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 22:20:04 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/alexslee/Scintillate.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alexslee/Scintillate
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at a54d8a4 more explicit gradient support, and refinement of default colors
Cloned https://github.com/alexslee/Scintillate.git
Revision (git rev-parse @):
a54d8a4e721261b9c2bed50b80b66b04803a597c
SUCCESS checkout https://github.com/alexslee/Scintillate.git at 1.1.0
========================================
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": "scintillate",
      "name": "Scintillate",
      "url": "https://github.com/alexslee/Scintillate.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Scintillate",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/alexslee/Scintillate.git
[1/372] Fetching scintillate
Fetched https://github.com/alexslee/Scintillate.git from cache (0.84s)
Creating working copy for https://github.com/alexslee/Scintillate.git
Working copy of https://github.com/alexslee/Scintillate.git resolved at 1.1.0 (a54d8a4)
warning: '.resolve-product-dependencies': dependency 'scintillate' 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/alexslee/Scintillate.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/15] Compiling Scintillate NSView+ScintillateSwizzlerKebab.swift
[4/15] Compiling Scintillate ScintillateSwizzlerKebab.swift
[5/15] Compiling Scintillate UIView+ScintillateSwizzlerKebab.swift
[6/15] Compiling Scintillate ScintillateShinyLayer.swift
[7/15] Compiling Scintillate NSColor+ColorAssets.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scintillate/Utility Extensions/NSColor+ColorAssets.swift:12:53: error: type 'Bundle?' has no member 'module'
10 | extension NSColor {
11 |   static func color(named name: String) -> NSColor {
12 |     guard let color = NSColor(named: name, bundle: .module) else {
   |                                                     `- error: type 'Bundle?' has no member 'module'
13 |       preconditionFailure("Missing color from asset catalog")
14 |     }
[8/16] Compiling Scintillate NSView+JankyVars.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scintillate/Janky Vars/NSView+JankyVars.swift:19:38: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
17 |   var currentShinyLayer: ScintillateShinyLayer? {
18 |     get {
19 |       objc_getAssociatedObject(self, &Constants.currentShinyLayer) as? ScintillateShinyLayer
   |                                      `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
20 |     }
21 |     set {
/Users/admin/builder/spi-builder-workspace/Sources/Scintillate/Janky Vars/NSView+JankyVars.swift:22:38: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
20 |     }
21 |     set {
22 |       objc_setAssociatedObject(self, &Constants.currentShinyLayer, newValue, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
   |                                      `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
23 |     }
24 |   }
[9/16] Compiling Scintillate UIView+JankyVars.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scintillate/Janky Vars/NSView+JankyVars.swift:19:38: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
17 |   var currentShinyLayer: ScintillateShinyLayer? {
18 |     get {
19 |       objc_getAssociatedObject(self, &Constants.currentShinyLayer) as? ScintillateShinyLayer
   |                                      `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
20 |     }
21 |     set {
/Users/admin/builder/spi-builder-workspace/Sources/Scintillate/Janky Vars/NSView+JankyVars.swift:22:38: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
20 |     }
21 |     set {
22 |       objc_setAssociatedObject(self, &Constants.currentShinyLayer, newValue, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
   |                                      `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
23 |     }
24 |   }
[10/16] Compiling Scintillate NSView+Scintillatable.swift
[11/16] Compiling Scintillate Scintillatable.swift
[12/16] Emitting module Scintillate
[13/16] Compiling Scintillate ScintillateSettings.swift
[14/16] Compiling Scintillate UIView+Scintillatable.swift
[15/16] Compiling Scintillate Scintillate.swift
[16/16] Compiling Scintillate UIColor+ColorAssets.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/Scintillate/Colors.xcassets
BUILD FAILURE 6.3 macosSpm