Build Information
Failed to build CodeEditSymbols, reference v0.2.3 (ae6971
), with Swift 6.0 for macOS (SPM) on 10 May 2025 08:15:22 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.3
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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/CodeEditApp/CodeEditSymbols.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.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 |
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
[1/13159] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (2.36s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.18.3 (0.49s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
[4582/74896] Fetching swift-custom-dump, swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (3.08s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (3.08s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.46s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5456] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.29s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.66s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.47s)
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.18.3
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
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.0 macosSpm