The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build CodeEditSymbols, reference v0.2.3 (ae6971), with Swift 6.1 for macOS (SPM) on 10 May 2025 08:21:08 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git from cache
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (0.53s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.9.0 (1.19s)
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",
  "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",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/CodeEditApp/CodeEditSymbols.git
[1/263] Fetching codeeditsymbols
Fetched https://github.com/CodeEditApp/CodeEditSymbols.git from cache (0.83s)
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.1
Building package at path:  $PWD
https://github.com/CodeEditApp/CodeEditSymbols.git
https://github.com/CodeEditApp/CodeEditSymbols.git
{
  "dependencies" : [
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
    }
  ],
  "manifest_display_name" : "CodeEditSymbols",
  "name" : "CodeEditSymbols",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "CodeEditSymbols",
      "targets" : [
        "CodeEditSymbols"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CodeEditSymbolsTests",
      "module_type" : "SwiftTarget",
      "name" : "CodeEditSymbolsTests",
      "path" : "Tests/CodeEditSymbolsTests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "CodeEditSymbolsTests.swift"
      ],
      "target_dependencies" : [
        "CodeEditSymbols"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CodeEditSymbols",
      "module_type" : "SwiftTarget",
      "name" : "CodeEditSymbols",
      "path" : "Sources/CodeEditSymbols",
      "product_memberships" : [
        "CodeEditSymbols"
      ],
      "sources" : [
        "CodeEditSymbols.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
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/4] Emitting module CodeEditSymbols
/Users/admin/builder/spi-builder-workspace/Sources/CodeEditSymbols/CodeEditSymbols.swift:52:16: warning: static property 'vault' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
50 |     // MARK: - Symbols
51 |
52 |     static let vault: NSImage? = .symbol(named: "vault")
   |                |- warning: static property 'vault' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'vault' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
53 |     static let vaultFill: NSImage? = .symbol(named: "vault.fill")
54 |     static let commit: NSImage? = .symbol(named: "commit")
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/CodeEditSymbols/CodeEditSymbols.swift:53:16: warning: static property 'vaultFill' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
51 |
52 |     static let vault: NSImage? = .symbol(named: "vault")
53 |     static let vaultFill: NSImage? = .symbol(named: "vault.fill")
   |                |- warning: static property 'vaultFill' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'vaultFill' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |     static let commit: NSImage? = .symbol(named: "commit")
55 |     static let checkout: NSImage? = .symbol(named: "checkout")
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/CodeEditSymbols/CodeEditSymbols.swift:54:16: warning: static property 'commit' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
52 |     static let vault: NSImage? = .symbol(named: "vault")
53 |     static let vaultFill: NSImage? = .symbol(named: "vault.fill")
54 |     static let commit: NSImage? = .symbol(named: "commit")
   |                |- warning: static property 'commit' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'commit' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
55 |     static let checkout: NSImage? = .symbol(named: "checkout")
56 |     static let branch: NSImage? = .symbol(named: "branch")
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/CodeEditSymbols/CodeEditSymbols.swift:55:16: warning: static property 'checkout' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
53 |     static let vaultFill: NSImage? = .symbol(named: "vault.fill")
54 |     static let commit: NSImage? = .symbol(named: "commit")
55 |     static let checkout: NSImage? = .symbol(named: "checkout")
   |                |- warning: static property 'checkout' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'checkout' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
56 |     static let branch: NSImage? = .symbol(named: "branch")
57 |     static let breakpoint: NSImage? = .symbol(named: "breakpoint")
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/CodeEditSymbols/CodeEditSymbols.swift:56:16: warning: static property 'branch' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
54 |     static let commit: NSImage? = .symbol(named: "commit")
55 |     static let checkout: NSImage? = .symbol(named: "checkout")
56 |     static let branch: NSImage? = .symbol(named: "branch")
   |                |- warning: static property 'branch' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'branch' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
57 |     static let breakpoint: NSImage? = .symbol(named: "breakpoint")
58 |     static let breakpointFill: NSImage? = .symbol(named: "breakpoint.fill")
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/CodeEditSymbols/CodeEditSymbols.swift:57:16: warning: static property 'breakpoint' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
55 |     static let checkout: NSImage? = .symbol(named: "checkout")
56 |     static let branch: NSImage? = .symbol(named: "branch")
57 |     static let breakpoint: NSImage? = .symbol(named: "breakpoint")
   |                |- warning: static property 'breakpoint' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'breakpoint' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
58 |     static let breakpointFill: NSImage? = .symbol(named: "breakpoint.fill")
59 |     static let chevronUpChevronDown: NSImage? = .symbol(named: "chevron.up.chevron.down")
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/CodeEditSymbols/CodeEditSymbols.swift:58:16: warning: static property 'breakpointFill' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
56 |     static let branch: NSImage? = .symbol(named: "branch")
57 |     static let breakpoint: NSImage? = .symbol(named: "breakpoint")
58 |     static let breakpointFill: NSImage? = .symbol(named: "breakpoint.fill")
   |                |- warning: static property 'breakpointFill' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'breakpointFill' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
59 |     static let chevronUpChevronDown: NSImage? = .symbol(named: "chevron.up.chevron.down")
60 |     static let github: NSImage? = .symbol(named: "github")
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/CodeEditSymbols/CodeEditSymbols.swift:59:16: warning: static property 'chevronUpChevronDown' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
57 |     static let breakpoint: NSImage? = .symbol(named: "breakpoint")
58 |     static let breakpointFill: NSImage? = .symbol(named: "breakpoint.fill")
59 |     static let chevronUpChevronDown: NSImage? = .symbol(named: "chevron.up.chevron.down")
   |                |- warning: static property 'chevronUpChevronDown' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'chevronUpChevronDown' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
60 |     static let github: NSImage? = .symbol(named: "github")
61 |     static let docJava: NSImage? = .symbol(named: "doc.java")
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/CodeEditSymbols/CodeEditSymbols.swift:60:16: warning: static property 'github' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
58 |     static let breakpointFill: NSImage? = .symbol(named: "breakpoint.fill")
59 |     static let chevronUpChevronDown: NSImage? = .symbol(named: "chevron.up.chevron.down")
60 |     static let github: NSImage? = .symbol(named: "github")
   |                |- warning: static property 'github' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'github' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
61 |     static let docJava: NSImage? = .symbol(named: "doc.java")
62 |     static let docJavascript: NSImage? = .symbol(named: "doc.javascript")
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/CodeEditSymbols/CodeEditSymbols.swift:61:16: warning: static property 'docJava' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
59 |     static let chevronUpChevronDown: NSImage? = .symbol(named: "chevron.up.chevron.down")
60 |     static let github: NSImage? = .symbol(named: "github")
61 |     static let docJava: NSImage? = .symbol(named: "doc.java")
   |                |- warning: static property 'docJava' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'docJava' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
62 |     static let docJavascript: NSImage? = .symbol(named: "doc.javascript")
63 |     static let docJson: NSImage? = .symbol(named: "doc.json")
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/CodeEditSymbols/CodeEditSymbols.swift:62:16: warning: static property 'docJavascript' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
60 |     static let github: NSImage? = .symbol(named: "github")
61 |     static let docJava: NSImage? = .symbol(named: "doc.java")
62 |     static let docJavascript: NSImage? = .symbol(named: "doc.javascript")
   |                |- warning: static property 'docJavascript' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'docJavascript' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
63 |     static let docJson: NSImage? = .symbol(named: "doc.json")
64 |     static let docPython: NSImage? = .symbol(named: "doc.python")
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/CodeEditSymbols/CodeEditSymbols.swift:63:16: warning: static property 'docJson' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
61 |     static let docJava: NSImage? = .symbol(named: "doc.java")
62 |     static let docJavascript: NSImage? = .symbol(named: "doc.javascript")
63 |     static let docJson: NSImage? = .symbol(named: "doc.json")
   |                |- warning: static property 'docJson' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'docJson' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
64 |     static let docPython: NSImage? = .symbol(named: "doc.python")
65 |     static let docRuby: NSImage? = .symbol(named: "doc.ruby")
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/CodeEditSymbols/CodeEditSymbols.swift:64:16: warning: static property 'docPython' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
62 |     static let docJavascript: NSImage? = .symbol(named: "doc.javascript")
63 |     static let docJson: NSImage? = .symbol(named: "doc.json")
64 |     static let docPython: NSImage? = .symbol(named: "doc.python")
   |                |- warning: static property 'docPython' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'docPython' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
65 |     static let docRuby: NSImage? = .symbol(named: "doc.ruby")
66 |     static let squareSplitHorizontalPlus: NSImage? = .symbol(named: "square.split.horizontal.plus")
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/CodeEditSymbols/CodeEditSymbols.swift:65:16: warning: static property 'docRuby' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
63 |     static let docJson: NSImage? = .symbol(named: "doc.json")
64 |     static let docPython: NSImage? = .symbol(named: "doc.python")
65 |     static let docRuby: NSImage? = .symbol(named: "doc.ruby")
   |                |- warning: static property 'docRuby' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'docRuby' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
66 |     static let squareSplitHorizontalPlus: NSImage? = .symbol(named: "square.split.horizontal.plus")
67 |     static let squareSplitVerticalPlus: NSImage? = .symbol(named: "square.split.vertical.plus")
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/CodeEditSymbols/CodeEditSymbols.swift:66:16: warning: static property 'squareSplitHorizontalPlus' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
64 |     static let docPython: NSImage? = .symbol(named: "doc.python")
65 |     static let docRuby: NSImage? = .symbol(named: "doc.ruby")
66 |     static let squareSplitHorizontalPlus: NSImage? = .symbol(named: "square.split.horizontal.plus")
   |                |- warning: static property 'squareSplitHorizontalPlus' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'squareSplitHorizontalPlus' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
67 |     static let squareSplitVerticalPlus: NSImage? = .symbol(named: "square.split.vertical.plus")
68 |
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/CodeEditSymbols/CodeEditSymbols.swift:67:16: warning: static property 'squareSplitVerticalPlus' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
65 |     static let docRuby: NSImage? = .symbol(named: "doc.ruby")
66 |     static let squareSplitHorizontalPlus: NSImage? = .symbol(named: "square.split.horizontal.plus")
67 |     static let squareSplitVerticalPlus: NSImage? = .symbol(named: "square.split.vertical.plus")
   |                |- warning: static property 'squareSplitVerticalPlus' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'squareSplitVerticalPlus' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
68 |
69 |     // add static properties for your symbols above this line
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
[4/4] Compiling CodeEditSymbols CodeEditSymbols.swift
/Users/admin/builder/spi-builder-workspace/Sources/CodeEditSymbols/CodeEditSymbols.swift:52:16: warning: static property 'vault' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
50 |     // MARK: - Symbols
51 |
52 |     static let vault: NSImage? = .symbol(named: "vault")
   |                |- warning: static property 'vault' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'vault' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
53 |     static let vaultFill: NSImage? = .symbol(named: "vault.fill")
54 |     static let commit: NSImage? = .symbol(named: "commit")
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/CodeEditSymbols/CodeEditSymbols.swift:53:16: warning: static property 'vaultFill' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
51 |
52 |     static let vault: NSImage? = .symbol(named: "vault")
53 |     static let vaultFill: NSImage? = .symbol(named: "vault.fill")
   |                |- warning: static property 'vaultFill' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'vaultFill' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |     static let commit: NSImage? = .symbol(named: "commit")
55 |     static let checkout: NSImage? = .symbol(named: "checkout")
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/CodeEditSymbols/CodeEditSymbols.swift:54:16: warning: static property 'commit' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
52 |     static let vault: NSImage? = .symbol(named: "vault")
53 |     static let vaultFill: NSImage? = .symbol(named: "vault.fill")
54 |     static let commit: NSImage? = .symbol(named: "commit")
   |                |- warning: static property 'commit' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'commit' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
55 |     static let checkout: NSImage? = .symbol(named: "checkout")
56 |     static let branch: NSImage? = .symbol(named: "branch")
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/CodeEditSymbols/CodeEditSymbols.swift:55:16: warning: static property 'checkout' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
53 |     static let vaultFill: NSImage? = .symbol(named: "vault.fill")
54 |     static let commit: NSImage? = .symbol(named: "commit")
55 |     static let checkout: NSImage? = .symbol(named: "checkout")
   |                |- warning: static property 'checkout' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'checkout' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
56 |     static let branch: NSImage? = .symbol(named: "branch")
57 |     static let breakpoint: NSImage? = .symbol(named: "breakpoint")
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/CodeEditSymbols/CodeEditSymbols.swift:56:16: warning: static property 'branch' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
54 |     static let commit: NSImage? = .symbol(named: "commit")
55 |     static let checkout: NSImage? = .symbol(named: "checkout")
56 |     static let branch: NSImage? = .symbol(named: "branch")
   |                |- warning: static property 'branch' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'branch' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
57 |     static let breakpoint: NSImage? = .symbol(named: "breakpoint")
58 |     static let breakpointFill: NSImage? = .symbol(named: "breakpoint.fill")
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/CodeEditSymbols/CodeEditSymbols.swift:57:16: warning: static property 'breakpoint' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
55 |     static let checkout: NSImage? = .symbol(named: "checkout")
56 |     static let branch: NSImage? = .symbol(named: "branch")
57 |     static let breakpoint: NSImage? = .symbol(named: "breakpoint")
   |                |- warning: static property 'breakpoint' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'breakpoint' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
58 |     static let breakpointFill: NSImage? = .symbol(named: "breakpoint.fill")
59 |     static let chevronUpChevronDown: NSImage? = .symbol(named: "chevron.up.chevron.down")
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/CodeEditSymbols/CodeEditSymbols.swift:58:16: warning: static property 'breakpointFill' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
56 |     static let branch: NSImage? = .symbol(named: "branch")
57 |     static let breakpoint: NSImage? = .symbol(named: "breakpoint")
58 |     static let breakpointFill: NSImage? = .symbol(named: "breakpoint.fill")
   |                |- warning: static property 'breakpointFill' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'breakpointFill' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
59 |     static let chevronUpChevronDown: NSImage? = .symbol(named: "chevron.up.chevron.down")
60 |     static let github: NSImage? = .symbol(named: "github")
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/CodeEditSymbols/CodeEditSymbols.swift:59:16: warning: static property 'chevronUpChevronDown' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
57 |     static let breakpoint: NSImage? = .symbol(named: "breakpoint")
58 |     static let breakpointFill: NSImage? = .symbol(named: "breakpoint.fill")
59 |     static let chevronUpChevronDown: NSImage? = .symbol(named: "chevron.up.chevron.down")
   |                |- warning: static property 'chevronUpChevronDown' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'chevronUpChevronDown' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
60 |     static let github: NSImage? = .symbol(named: "github")
61 |     static let docJava: NSImage? = .symbol(named: "doc.java")
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/CodeEditSymbols/CodeEditSymbols.swift:60:16: warning: static property 'github' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
58 |     static let breakpointFill: NSImage? = .symbol(named: "breakpoint.fill")
59 |     static let chevronUpChevronDown: NSImage? = .symbol(named: "chevron.up.chevron.down")
60 |     static let github: NSImage? = .symbol(named: "github")
   |                |- warning: static property 'github' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'github' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
61 |     static let docJava: NSImage? = .symbol(named: "doc.java")
62 |     static let docJavascript: NSImage? = .symbol(named: "doc.javascript")
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/CodeEditSymbols/CodeEditSymbols.swift:61:16: warning: static property 'docJava' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
59 |     static let chevronUpChevronDown: NSImage? = .symbol(named: "chevron.up.chevron.down")
60 |     static let github: NSImage? = .symbol(named: "github")
61 |     static let docJava: NSImage? = .symbol(named: "doc.java")
   |                |- warning: static property 'docJava' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'docJava' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
62 |     static let docJavascript: NSImage? = .symbol(named: "doc.javascript")
63 |     static let docJson: NSImage? = .symbol(named: "doc.json")
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/CodeEditSymbols/CodeEditSymbols.swift:62:16: warning: static property 'docJavascript' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
60 |     static let github: NSImage? = .symbol(named: "github")
61 |     static let docJava: NSImage? = .symbol(named: "doc.java")
62 |     static let docJavascript: NSImage? = .symbol(named: "doc.javascript")
   |                |- warning: static property 'docJavascript' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'docJavascript' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
63 |     static let docJson: NSImage? = .symbol(named: "doc.json")
64 |     static let docPython: NSImage? = .symbol(named: "doc.python")
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/CodeEditSymbols/CodeEditSymbols.swift:63:16: warning: static property 'docJson' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
61 |     static let docJava: NSImage? = .symbol(named: "doc.java")
62 |     static let docJavascript: NSImage? = .symbol(named: "doc.javascript")
63 |     static let docJson: NSImage? = .symbol(named: "doc.json")
   |                |- warning: static property 'docJson' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'docJson' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
64 |     static let docPython: NSImage? = .symbol(named: "doc.python")
65 |     static let docRuby: NSImage? = .symbol(named: "doc.ruby")
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/CodeEditSymbols/CodeEditSymbols.swift:64:16: warning: static property 'docPython' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
62 |     static let docJavascript: NSImage? = .symbol(named: "doc.javascript")
63 |     static let docJson: NSImage? = .symbol(named: "doc.json")
64 |     static let docPython: NSImage? = .symbol(named: "doc.python")
   |                |- warning: static property 'docPython' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'docPython' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
65 |     static let docRuby: NSImage? = .symbol(named: "doc.ruby")
66 |     static let squareSplitHorizontalPlus: NSImage? = .symbol(named: "square.split.horizontal.plus")
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/CodeEditSymbols/CodeEditSymbols.swift:65:16: warning: static property 'docRuby' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
63 |     static let docJson: NSImage? = .symbol(named: "doc.json")
64 |     static let docPython: NSImage? = .symbol(named: "doc.python")
65 |     static let docRuby: NSImage? = .symbol(named: "doc.ruby")
   |                |- warning: static property 'docRuby' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'docRuby' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
66 |     static let squareSplitHorizontalPlus: NSImage? = .symbol(named: "square.split.horizontal.plus")
67 |     static let squareSplitVerticalPlus: NSImage? = .symbol(named: "square.split.vertical.plus")
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/CodeEditSymbols/CodeEditSymbols.swift:66:16: warning: static property 'squareSplitHorizontalPlus' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
64 |     static let docPython: NSImage? = .symbol(named: "doc.python")
65 |     static let docRuby: NSImage? = .symbol(named: "doc.ruby")
66 |     static let squareSplitHorizontalPlus: NSImage? = .symbol(named: "square.split.horizontal.plus")
   |                |- warning: static property 'squareSplitHorizontalPlus' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'squareSplitHorizontalPlus' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
67 |     static let squareSplitVerticalPlus: NSImage? = .symbol(named: "square.split.vertical.plus")
68 |
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/CodeEditSymbols/CodeEditSymbols.swift:67:16: warning: static property 'squareSplitVerticalPlus' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
65 |     static let docRuby: NSImage? = .symbol(named: "doc.ruby")
66 |     static let squareSplitHorizontalPlus: NSImage? = .symbol(named: "square.split.horizontal.plus")
67 |     static let squareSplitVerticalPlus: NSImage? = .symbol(named: "square.split.vertical.plus")
   |                |- warning: static property 'squareSplitVerticalPlus' is not concurrency-safe because non-'Sendable' type 'NSImage?' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'squareSplitVerticalPlus' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
68 |
69 |     // add static properties for your symbols above this line
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/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
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/3] Emitting module CodeEditSymbols
[3/3] 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 14 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Tests/CodeEditSymbolsTests/__Snapshots__/CodeEditSymbolsTests/testCreateNSImageBreakpointFill.1.png
    /Users/admin/builder/spi-builder-workspace/Tests/CodeEditSymbolsTests/__Snapshots__/CodeEditSymbolsTests/testCreateImageVault.1.png
    /Users/admin/builder/spi-builder-workspace/Tests/CodeEditSymbolsTests/__Snapshots__/CodeEditSymbolsTests/testCreateImageGitHub.1.png
    /Users/admin/builder/spi-builder-workspace/Tests/CodeEditSymbolsTests/__Snapshots__/CodeEditSymbolsTests/testCreateNSImageBreakpoint.1.png
    /Users/admin/builder/spi-builder-workspace/Tests/CodeEditSymbolsTests/__Snapshots__/CodeEditSymbolsTests/testCreateNSImageVault.1.png
    /Users/admin/builder/spi-builder-workspace/Tests/CodeEditSymbolsTests/__Snapshots__/CodeEditSymbolsTests/testCreateNSImageCheckout.1.png
    /Users/admin/builder/spi-builder-workspace/Tests/CodeEditSymbolsTests/__Snapshots__/CodeEditSymbolsTests/testCreateImageCheckout.1.png
    /Users/admin/builder/spi-builder-workspace/Tests/CodeEditSymbolsTests/__Snapshots__/CodeEditSymbolsTests/testCreateNSImageVaultFill.1.png
    /Users/admin/builder/spi-builder-workspace/Tests/CodeEditSymbolsTests/__Snapshots__/CodeEditSymbolsTests/testCreateImageBreakpointFill.1.png
    /Users/admin/builder/spi-builder-workspace/Tests/CodeEditSymbolsTests/__Snapshots__/CodeEditSymbolsTests/testCreateNSImageCommit.1.png
    /Users/admin/builder/spi-builder-workspace/Tests/CodeEditSymbolsTests/__Snapshots__/CodeEditSymbolsTests/testCreateNSImageGitHub.1.png
    /Users/admin/builder/spi-builder-workspace/Tests/CodeEditSymbolsTests/__Snapshots__/CodeEditSymbolsTests/testCreateImageBreakpoint.1.png
    /Users/admin/builder/spi-builder-workspace/Tests/CodeEditSymbolsTests/__Snapshots__/CodeEditSymbolsTests/testCreateImageCommit.1.png
    /Users/admin/builder/spi-builder-workspace/Tests/CodeEditSymbolsTests/__Snapshots__/CodeEditSymbolsTests/testCreateImageVaultFill.1.png
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.1 macosSpm