Build Information
Failed to build Scintillate with Swift 5.10 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alexslee/Scintillate.git
Reference: 1.1.0
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/alexslee/Scintillate.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/15] Compiling Scintillate UIView+ScintillateSwizzlerKebab.swift
[4/16] Compiling Scintillate UIColor+ColorAssets.swift
[5/16] Compiling Scintillate NSColor+ColorAssets.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Scintillate/Utility Extensions/NSColor+ColorAssets.swift:12:53: error: type 'Bundle?' has no member 'module'
guard let color = NSColor(named: name, bundle: .module) else {
~^~~~~~
[6/16] Compiling Scintillate UIView+Scintillatable.swift
[7/16] Compiling Scintillate Scintillate.swift
[8/16] Compiling Scintillate ScintillateSettings.swift
[9/16] Compiling Scintillate ScintillateShinyLayer.swift
[10/16] Compiling Scintillate NSView+JankyVars.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-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.
objc_getAssociatedObject(self, &Constants.currentShinyLayer) as? ScintillateShinyLayer
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-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.
objc_setAssociatedObject(self, &Constants.currentShinyLayer, newValue, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
^
[11/16] Compiling Scintillate UIView+JankyVars.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-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.
objc_getAssociatedObject(self, &Constants.currentShinyLayer) as? ScintillateShinyLayer
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-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.
objc_setAssociatedObject(self, &Constants.currentShinyLayer, newValue, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
^
[12/16] Compiling Scintillate NSView+Scintillatable.swift
[13/16] Compiling Scintillate Scintillatable.swift
[14/16] Emitting module Scintillate
[15/16] Compiling Scintillate NSView+ScintillateSwizzlerKebab.swift
[16/16] Compiling Scintillate ScintillateSwizzlerKebab.swift
error: fatalError
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Scintillate/Colors.xcassets
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version--423B1241ED78D482.txt
[2/3] Compiling Scintillate NSColor+ColorAssets.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Scintillate/Utility Extensions/NSColor+ColorAssets.swift:12:53: error: type 'Bundle?' has no member 'module'
guard let color = NSColor(named: name, bundle: .module) else {
~^~~~~~
[3/3] Emitting module Scintillate
error: fatalError
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Scintillate/Colors.xcassets
BUILD FAILURE 5.10 macosSpm