Build Information
Failed to build CodeEditSymbols, reference v0.2.3 (ae6971), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 05:10:05 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/CodeEditApp/CodeEditSymbols.git
Reference: v0.2.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CodeEditApp/CodeEditSymbols
* tag v0.2.3 -> FETCH_HEAD
HEAD is now at ae69712 Update Contents.json
Cloned https://github.com/CodeEditApp/CodeEditSymbols.git
Revision (git rev-parse @):
ae69712b08571c4469c2ed5cd38ad9f19439793e
SUCCESS checkout https://github.com/CodeEditApp/CodeEditSymbols.git at v0.2.3
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
[1/16053] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (26.76s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.9.0 (27.55s)
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.9.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": "codeeditsymbols",
"name": "CodeEditSymbols",
"url": "https://github.com/CodeEditApp/CodeEditSymbols.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CodeEditSymbols",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/CodeEditApp/CodeEditSymbols.git
[1/263] Fetching codeeditsymbols
Fetched https://github.com/CodeEditApp/CodeEditSymbols.git from cache (0.84s)
Creating working copy for https://github.com/CodeEditApp/CodeEditSymbols.git
Working copy of https://github.com/CodeEditApp/CodeEditSymbols.git resolved at v0.2.3 (ae69712)
warning: '.resolve-product-dependencies': dependency 'codeeditsymbols' 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/CodeEditApp/CodeEditSymbols.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/4] Emitting module CodeEditSymbols
[4/4] Compiling CodeEditSymbols CodeEditSymbols.swift
/Users/admin/builder/spi-builder-workspace/Sources/CodeEditSymbols/CodeEditSymbols.swift:14:42: error: type 'Bundle' has no member 'module'
12 | /// - Parameter symbol: The name of the symbol in `Symbols.xcassets`
13 | init(symbol: String) {
14 | self.init(symbol, bundle: Bundle.module)
| `- error: type 'Bundle' has no member 'module'
15 | }
16 |
/Users/admin/builder/spi-builder-workspace/Sources/CodeEditSymbols/CodeEditSymbols.swift:47:16: error: type 'Bundle' has no member 'module'
45 | /// - Returns: a NSImage
46 | static func symbol(named: String) -> NSImage? {
47 | Bundle.module.image(forResource: named)
| `- error: type 'Bundle' has no member 'module'
48 | }
49 |
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/CodeEditSymbols/Symbols.xcassets
BUILD FAILURE 6.3 macosSpm