Build Information
Successful build of Symbolic, reference 1.0.0 (de85c3), with Swift 6.1 for Wasm on 27 May 2025 11:44:10 UTC.
Swift 6 data race errors: 422
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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 2>&1Build Log
1857 | public var name = "greaterthan"
1858 | }
:
3003 | public static let gobackward: Concrete.gobackward = .init()
3004 | public static let goforward: Concrete.goforward = .init()
3005 | public static let greaterthan: Concrete.greaterthan = .init()
| |- warning: static property 'greaterthan' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.greaterthan' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'greaterthan' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3006 | public static let grid: Concrete.grid = .init()
3007 | public static let guaranisign: Concrete.guaranisign = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3006:27: warning: static property 'grid' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.grid' may have shared mutable state; this is an error in the Swift 6 language mode
1858 | }
1859 |
1860 | public struct grid: DrawableSymbol, RoundableSymbol, FillableCircularSymbol {
| `- note: consider making struct 'grid' conform to the 'Sendable' protocol
1861 | public var name = "grid"
1862 | }
:
3004 | public static let goforward: Concrete.goforward = .init()
3005 | public static let greaterthan: Concrete.greaterthan = .init()
3006 | public static let grid: Concrete.grid = .init()
| |- warning: static property 'grid' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.grid' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'grid' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3007 | public static let guaranisign: Concrete.guaranisign = .init()
3008 | public static let guitars: Concrete.guitars = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3007:27: warning: static property 'guaranisign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.guaranisign' may have shared mutable state; this is an error in the Swift 6 language mode
1862 | }
1863 |
1864 | public struct guaranisign: RoundableSymbol, FillableCircularSymbol, SquarableSymbol, FillableSquareSymbol {
| `- note: consider making struct 'guaranisign' conform to the 'Sendable' protocol
1865 | public var name = "guaranisign"
1866 | }
:
3005 | public static let greaterthan: Concrete.greaterthan = .init()
3006 | public static let grid: Concrete.grid = .init()
3007 | public static let guaranisign: Concrete.guaranisign = .init()
| |- warning: static property 'guaranisign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.guaranisign' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'guaranisign' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3008 | public static let guitars: Concrete.guitars = .init()
3009 | public static let hammer: Concrete.hammer = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3008:27: warning: static property 'guitars' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.guitars' may have shared mutable state; this is an error in the Swift 6 language mode
1866 | }
1867 |
1868 | public struct guitars: DrawableSymbol {
| `- note: consider making struct 'guitars' conform to the 'Sendable' protocol
1869 | public var name = "guitars"
1870 | }
:
3006 | public static let grid: Concrete.grid = .init()
3007 | public static let guaranisign: Concrete.guaranisign = .init()
3008 | public static let guitars: Concrete.guitars = .init()
| |- warning: static property 'guitars' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.guitars' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'guitars' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3009 | public static let hammer: Concrete.hammer = .init()
3010 | public static let hare: Concrete.hare = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3009:27: warning: static property 'hammer' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.hammer' may have shared mutable state; this is an error in the Swift 6 language mode
1870 | }
1871 |
1872 | public struct hammer: DrawableSymbol, FillableSymbol {
| `- note: consider making struct 'hammer' conform to the 'Sendable' protocol
1873 | public var name = "hammer"
1874 | }
:
3007 | public static let guaranisign: Concrete.guaranisign = .init()
3008 | public static let guitars: Concrete.guitars = .init()
3009 | public static let hammer: Concrete.hammer = .init()
| |- warning: static property 'hammer' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.hammer' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'hammer' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3010 | public static let hare: Concrete.hare = .init()
3011 | public static let headphones: Concrete.headphones = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3010:27: warning: static property 'hare' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.hare' may have shared mutable state; this is an error in the Swift 6 language mode
1874 | }
1875 |
1876 | public struct hare: DrawableSymbol, FillableSymbol {
| `- note: consider making struct 'hare' conform to the 'Sendable' protocol
1877 | public var name = "hare"
1878 | }
:
3008 | public static let guitars: Concrete.guitars = .init()
3009 | public static let hammer: Concrete.hammer = .init()
3010 | public static let hare: Concrete.hare = .init()
| |- warning: static property 'hare' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.hare' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'hare' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3011 | public static let headphones: Concrete.headphones = .init()
3012 | public static let heart: Concrete.heart = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3011:27: warning: static property 'headphones' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.headphones' may have shared mutable state; this is an error in the Swift 6 language mode
1878 | }
1879 |
1880 | public struct headphones: DrawableSymbol {
| `- note: consider making struct 'headphones' conform to the 'Sendable' protocol
1881 | public var name = "headphones"
1882 | }
:
3009 | public static let hammer: Concrete.hammer = .init()
3010 | public static let hare: Concrete.hare = .init()
3011 | public static let headphones: Concrete.headphones = .init()
| |- warning: static property 'headphones' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.headphones' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'headphones' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3012 | public static let heart: Concrete.heart = .init()
3013 | public static let helm: Concrete.helm = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3012:27: warning: static property 'heart' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.heart' may have shared mutable state; this is an error in the Swift 6 language mode
1882 | }
1883 |
1884 | public struct heart: DrawableSymbol, RoundableSymbol, FillableCircularSymbol, FillableSymbol {
| `- note: consider making struct 'heart' conform to the 'Sendable' protocol
1885 | public var name = "heart"
1886 |
:
3010 | public static let hare: Concrete.hare = .init()
3011 | public static let headphones: Concrete.headphones = .init()
3012 | public static let heart: Concrete.heart = .init()
| |- warning: static property 'heart' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.heart' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'heart' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3013 | public static let helm: Concrete.helm = .init()
3014 | public static let hourglass: Concrete.hourglass = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3013:27: warning: static property 'helm' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.helm' may have shared mutable state; this is an error in the Swift 6 language mode
1894 | }
1895 |
1896 | public struct helm: DrawableSymbol {
| `- note: consider making struct 'helm' conform to the 'Sendable' protocol
1897 | public var name = "helm"
1898 | }
:
3011 | public static let headphones: Concrete.headphones = .init()
3012 | public static let heart: Concrete.heart = .init()
3013 | public static let helm: Concrete.helm = .init()
| |- warning: static property 'helm' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.helm' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'helm' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3014 | public static let hourglass: Concrete.hourglass = .init()
3015 | public static let house: Concrete.house = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3014:27: warning: static property 'hourglass' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.hourglass' may have shared mutable state; this is an error in the Swift 6 language mode
1898 | }
1899 |
1900 | public struct hourglass: DrawableSymbol {
| `- note: consider making struct 'hourglass' conform to the 'Sendable' protocol
1901 | public var name = "hourglass"
1902 |
:
3012 | public static let heart: Concrete.heart = .init()
3013 | public static let helm: Concrete.helm = .init()
3014 | public static let hourglass: Concrete.hourglass = .init()
| |- warning: static property 'hourglass' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.hourglass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'hourglass' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3015 | public static let house: Concrete.house = .init()
3016 | public static let hryvniasign: Concrete.hryvniasign = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3015:27: warning: static property 'house' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.house' may have shared mutable state; this is an error in the Swift 6 language mode
1915 | }
1916 |
1917 | public struct house: DrawableSymbol, FillableSymbol {
| `- note: consider making struct 'house' conform to the 'Sendable' protocol
1918 | public var name = "house"
1919 | }
:
3013 | public static let helm: Concrete.helm = .init()
3014 | public static let hourglass: Concrete.hourglass = .init()
3015 | public static let house: Concrete.house = .init()
| |- warning: static property 'house' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.house' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'house' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3016 | public static let hryvniasign: Concrete.hryvniasign = .init()
3017 | public static let hurricane: Concrete.hurricane = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3016:27: warning: static property 'hryvniasign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.hryvniasign' may have shared mutable state; this is an error in the Swift 6 language mode
1919 | }
1920 |
1921 | public struct hryvniasign: RoundableSymbol, FillableCircularSymbol, SquarableSymbol, FillableSquareSymbol {
| `- note: consider making struct 'hryvniasign' conform to the 'Sendable' protocol
1922 | public var name = "hryvniasign"
1923 | }
:
3014 | public static let hourglass: Concrete.hourglass = .init()
3015 | public static let house: Concrete.house = .init()
3016 | public static let hryvniasign: Concrete.hryvniasign = .init()
| |- warning: static property 'hryvniasign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.hryvniasign' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'hryvniasign' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3017 | public static let hurricane: Concrete.hurricane = .init()
3018 | public static let icloud: Concrete.icloud = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3017:27: warning: static property 'hurricane' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.hurricane' may have shared mutable state; this is an error in the Swift 6 language mode
1923 | }
1924 |
1925 | public struct hurricane: DrawableSymbol {
| `- note: consider making struct 'hurricane' conform to the 'Sendable' protocol
1926 | public var name = "hurricane"
1927 | }
:
3015 | public static let house: Concrete.house = .init()
3016 | public static let hryvniasign: Concrete.hryvniasign = .init()
3017 | public static let hurricane: Concrete.hurricane = .init()
| |- warning: static property 'hurricane' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.hurricane' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'hurricane' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3018 | public static let icloud: Concrete.icloud = .init()
3019 | public static let indianrupeesign: Concrete.indianrupeesign = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3018:27: warning: static property 'icloud' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.icloud' may have shared mutable state; this is an error in the Swift 6 language mode
1927 | }
1928 |
1929 | public struct icloud: DrawableSymbol, RoundableSymbol, FillableCircularSymbol, FillableSymbol {
| `- note: consider making struct 'icloud' conform to the 'Sendable' protocol
1930 | public var name = "icloud"
1931 |
:
3016 | public static let hryvniasign: Concrete.hryvniasign = .init()
3017 | public static let hurricane: Concrete.hurricane = .init()
3018 | public static let icloud: Concrete.icloud = .init()
| |- warning: static property 'icloud' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.icloud' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'icloud' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3019 | public static let indianrupeesign: Concrete.indianrupeesign = .init()
3020 | public static let info: Concrete.info = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3019:27: warning: static property 'indianrupeesign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.indianrupeesign' may have shared mutable state; this is an error in the Swift 6 language mode
1939 | }
1940 |
1941 | public struct indianrupeesign: RoundableSymbol, FillableCircularSymbol, SquarableSymbol, FillableSquareSymbol {
| `- note: consider making struct 'indianrupeesign' conform to the 'Sendable' protocol
1942 | public var name = "indianrupeesign"
1943 | }
:
3017 | public static let hurricane: Concrete.hurricane = .init()
3018 | public static let icloud: Concrete.icloud = .init()
3019 | public static let indianrupeesign: Concrete.indianrupeesign = .init()
| |- warning: static property 'indianrupeesign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.indianrupeesign' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'indianrupeesign' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3020 | public static let info: Concrete.info = .init()
3021 | public static let italic: Concrete.italic = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3020:27: warning: static property 'info' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.info' may have shared mutable state; this is an error in the Swift 6 language mode
1943 | }
1944 |
1945 | public struct info: DrawableSymbol, RoundableSymbol, FillableCircularSymbol {
| `- note: consider making struct 'info' conform to the 'Sendable' protocol
1946 | public var name = "info"
1947 | }
:
3018 | public static let icloud: Concrete.icloud = .init()
3019 | public static let indianrupeesign: Concrete.indianrupeesign = .init()
3020 | public static let info: Concrete.info = .init()
| |- warning: static property 'info' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.info' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'info' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3021 | public static let italic: Concrete.italic = .init()
3022 | public static let keyboard: Concrete.keyboard = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3021:27: warning: static property 'italic' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.italic' may have shared mutable state; this is an error in the Swift 6 language mode
1947 | }
1948 |
1949 | public struct italic: DrawableSymbol {
| `- note: consider making struct 'italic' conform to the 'Sendable' protocol
1950 | public var name = "italic"
1951 | }
:
3019 | public static let indianrupeesign: Concrete.indianrupeesign = .init()
3020 | public static let info: Concrete.info = .init()
3021 | public static let italic: Concrete.italic = .init()
| |- warning: static property 'italic' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.italic' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'italic' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3022 | public static let keyboard: Concrete.keyboard = .init()
3023 | public static let kipsign: Concrete.kipsign = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3022:27: warning: static property 'keyboard' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.keyboard' may have shared mutable state; this is an error in the Swift 6 language mode
1951 | }
1952 |
1953 | public struct keyboard: DrawableSymbol {
| `- note: consider making struct 'keyboard' conform to the 'Sendable' protocol
1954 | public var name = "keyboard"
1955 | }
:
3020 | public static let info: Concrete.info = .init()
3021 | public static let italic: Concrete.italic = .init()
3022 | public static let keyboard: Concrete.keyboard = .init()
| |- warning: static property 'keyboard' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.keyboard' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'keyboard' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3023 | public static let kipsign: Concrete.kipsign = .init()
3024 | public static let larisign: Concrete.larisign = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3023:27: warning: static property 'kipsign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.kipsign' may have shared mutable state; this is an error in the Swift 6 language mode
1955 | }
1956 |
1957 | public struct kipsign: RoundableSymbol, FillableCircularSymbol, SquarableSymbol, FillableSquareSymbol {
| `- note: consider making struct 'kipsign' conform to the 'Sendable' protocol
1958 | public var name = "kipsign"
1959 | }
:
3021 | public static let italic: Concrete.italic = .init()
3022 | public static let keyboard: Concrete.keyboard = .init()
3023 | public static let kipsign: Concrete.kipsign = .init()
| |- warning: static property 'kipsign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.kipsign' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'kipsign' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3024 | public static let larisign: Concrete.larisign = .init()
3025 | public static let lasso: Concrete.lasso = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3024:27: warning: static property 'larisign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.larisign' may have shared mutable state; this is an error in the Swift 6 language mode
1959 | }
1960 |
1961 | public struct larisign: RoundableSymbol, FillableCircularSymbol, SquarableSymbol, FillableSquareSymbol {
| `- note: consider making struct 'larisign' conform to the 'Sendable' protocol
1962 | public var name = "larisign"
1963 | }
:
3022 | public static let keyboard: Concrete.keyboard = .init()
3023 | public static let kipsign: Concrete.kipsign = .init()
3024 | public static let larisign: Concrete.larisign = .init()
| |- warning: static property 'larisign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.larisign' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'larisign' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3025 | public static let lasso: Concrete.lasso = .init()
3026 | public static let lessthan: Concrete.lessthan = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3025:27: warning: static property 'lasso' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.lasso' may have shared mutable state; this is an error in the Swift 6 language mode
1963 | }
1964 |
1965 | public struct lasso: DrawableSymbol {
| `- note: consider making struct 'lasso' conform to the 'Sendable' protocol
1966 | public var name = "lasso"
1967 | }
:
3023 | public static let kipsign: Concrete.kipsign = .init()
3024 | public static let larisign: Concrete.larisign = .init()
3025 | public static let lasso: Concrete.lasso = .init()
| |- warning: static property 'lasso' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.lasso' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'lasso' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3026 | public static let lessthan: Concrete.lessthan = .init()
3027 | public static let link: Concrete.link = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3026:27: warning: static property 'lessthan' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.lessthan' may have shared mutable state; this is an error in the Swift 6 language mode
1967 | }
1968 |
1969 | public struct lessthan: DrawableSymbol, RoundableSymbol, FillableCircularSymbol, SquarableSymbol, FillableSquareSymbol {
| `- note: consider making struct 'lessthan' conform to the 'Sendable' protocol
1970 | public var name = "lessthan"
1971 | }
:
3024 | public static let larisign: Concrete.larisign = .init()
3025 | public static let lasso: Concrete.lasso = .init()
3026 | public static let lessthan: Concrete.lessthan = .init()
| |- warning: static property 'lessthan' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.lessthan' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'lessthan' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3027 | public static let link: Concrete.link = .init()
3028 | public static let lirasign: Concrete.lirasign = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3027:27: warning: static property 'link' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.link' may have shared mutable state; this is an error in the Swift 6 language mode
1971 | }
1972 |
1973 | public struct link: DrawableSymbol, RoundableSymbol, FillableCircularSymbol {
| `- note: consider making struct 'link' conform to the 'Sendable' protocol
1974 | public var name = "link"
1975 |
:
3025 | public static let lasso: Concrete.lasso = .init()
3026 | public static let lessthan: Concrete.lessthan = .init()
3027 | public static let link: Concrete.link = .init()
| |- warning: static property 'link' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.link' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'link' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3028 | public static let lirasign: Concrete.lirasign = .init()
3029 | public static let livephoto: Concrete.livephoto = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3028:27: warning: static property 'lirasign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.lirasign' may have shared mutable state; this is an error in the Swift 6 language mode
1983 | }
1984 |
1985 | public struct lirasign: RoundableSymbol, FillableCircularSymbol, SquarableSymbol, FillableSquareSymbol {
| `- note: consider making struct 'lirasign' conform to the 'Sendable' protocol
1986 | public var name = "lirasign"
1987 | }
:
3026 | public static let lessthan: Concrete.lessthan = .init()
3027 | public static let link: Concrete.link = .init()
3028 | public static let lirasign: Concrete.lirasign = .init()
| |- warning: static property 'lirasign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.lirasign' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'lirasign' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3029 | public static let livephoto: Concrete.livephoto = .init()
3030 | public static let location: Concrete.location = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3029:27: warning: static property 'livephoto' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.livephoto' may have shared mutable state; this is an error in the Swift 6 language mode
1987 | }
1988 |
1989 | public struct livephoto: DrawableSymbol {
| `- note: consider making struct 'livephoto' conform to the 'Sendable' protocol
1990 | public var name = "livephoto"
1991 |
:
3027 | public static let link: Concrete.link = .init()
3028 | public static let lirasign: Concrete.lirasign = .init()
3029 | public static let livephoto: Concrete.livephoto = .init()
| |- warning: static property 'livephoto' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.livephoto' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'livephoto' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3030 | public static let location: Concrete.location = .init()
3031 | public static let lock: Concrete.lock = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3030:27: warning: static property 'location' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.location' may have shared mutable state; this is an error in the Swift 6 language mode
2004 | }
2005 |
2006 | public struct location: DrawableSymbol, RoundableSymbol, FillableCircularSymbol, FillableSymbol {
| `- note: consider making struct 'location' conform to the 'Sendable' protocol
2007 | public var name = "location"
2008 |
:
3028 | public static let lirasign: Concrete.lirasign = .init()
3029 | public static let livephoto: Concrete.livephoto = .init()
3030 | public static let location: Concrete.location = .init()
| |- warning: static property 'location' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.location' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'location' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3031 | public static let lock: Concrete.lock = .init()
3032 | public static let macwindow: Concrete.macwindow = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3031:27: warning: static property 'lock' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.lock' may have shared mutable state; this is an error in the Swift 6 language mode
2029 | }
2030 |
2031 | public struct lock: DrawableSymbol, RoundableSymbol, FillableCircularSymbol, FillableSymbol {
| `- note: consider making struct 'lock' conform to the 'Sendable' protocol
2032 | public var name = "lock"
2033 |
:
3029 | public static let livephoto: Concrete.livephoto = .init()
3030 | public static let location: Concrete.location = .init()
3031 | public static let lock: Concrete.lock = .init()
| |- warning: static property 'lock' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.lock' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'lock' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3032 | public static let macwindow: Concrete.macwindow = .init()
3033 | public static let magnifyingglass: Concrete.magnifyingglass = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3032:27: warning: static property 'macwindow' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.macwindow' may have shared mutable state; this is an error in the Swift 6 language mode
2064 | }
2065 |
2066 | public struct macwindow: DrawableSymbol {
| `- note: consider making struct 'macwindow' conform to the 'Sendable' protocol
2067 | public var name = "macwindow"
2068 | }
:
3030 | public static let location: Concrete.location = .init()
3031 | public static let lock: Concrete.lock = .init()
3032 | public static let macwindow: Concrete.macwindow = .init()
| |- warning: static property 'macwindow' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.macwindow' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'macwindow' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3033 | public static let magnifyingglass: Concrete.magnifyingglass = .init()
3034 | public static let manatsign: Concrete.manatsign = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3033:27: warning: static property 'magnifyingglass' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.magnifyingglass' may have shared mutable state; this is an error in the Swift 6 language mode
2068 | }
2069 |
2070 | public struct magnifyingglass: DrawableSymbol, RoundableSymbol, FillableCircularSymbol {
| `- note: consider making struct 'magnifyingglass' conform to the 'Sendable' protocol
2071 | public var name = "magnifyingglass"
2072 | }
:
3031 | public static let lock: Concrete.lock = .init()
3032 | public static let macwindow: Concrete.macwindow = .init()
3033 | public static let magnifyingglass: Concrete.magnifyingglass = .init()
| |- warning: static property 'magnifyingglass' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.magnifyingglass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'magnifyingglass' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3034 | public static let manatsign: Concrete.manatsign = .init()
3035 | public static let map: Concrete.map = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3034:27: warning: static property 'manatsign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.manatsign' may have shared mutable state; this is an error in the Swift 6 language mode
2072 | }
2073 |
2074 | public struct manatsign: RoundableSymbol, FillableCircularSymbol, SquarableSymbol, FillableSquareSymbol {
| `- note: consider making struct 'manatsign' conform to the 'Sendable' protocol
2075 | public var name = "manatsign"
2076 | }
:
3032 | public static let macwindow: Concrete.macwindow = .init()
3033 | public static let magnifyingglass: Concrete.magnifyingglass = .init()
3034 | public static let manatsign: Concrete.manatsign = .init()
| |- warning: static property 'manatsign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.manatsign' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'manatsign' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3035 | public static let map: Concrete.map = .init()
3036 | public static let mappin: Concrete.mappin = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3035:27: warning: static property 'map' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.map' may have shared mutable state; this is an error in the Swift 6 language mode
2076 | }
2077 |
2078 | public struct map: DrawableSymbol, FillableSymbol {
| `- note: consider making struct 'map' conform to the 'Sendable' protocol
2079 | public var name = "map"
2080 | }
:
3033 | public static let magnifyingglass: Concrete.magnifyingglass = .init()
3034 | public static let manatsign: Concrete.manatsign = .init()
3035 | public static let map: Concrete.map = .init()
| |- warning: static property 'map' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.map' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'map' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3036 | public static let mappin: Concrete.mappin = .init()
3037 | public static let memories: Concrete.memories = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3036:27: warning: static property 'mappin' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.mappin' may have shared mutable state; this is an error in the Swift 6 language mode
2080 | }
2081 |
2082 | public struct mappin: DrawableSymbol {
| `- note: consider making struct 'mappin' conform to the 'Sendable' protocol
2083 | public var name = "mappin"
2084 |
:
3034 | public static let manatsign: Concrete.manatsign = .init()
3035 | public static let map: Concrete.map = .init()
3036 | public static let mappin: Concrete.mappin = .init()
| |- warning: static property 'mappin' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.mappin' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'mappin' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3037 | public static let memories: Concrete.memories = .init()
3038 | public static let metronome: Concrete.metronome = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3037:27: warning: static property 'memories' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.memories' may have shared mutable state; this is an error in the Swift 6 language mode
2092 | }
2093 |
2094 | public struct memories: DrawableSymbol {
| `- note: consider making struct 'memories' conform to the 'Sendable' protocol
2095 | public var name = "memories"
2096 | }
:
3035 | public static let map: Concrete.map = .init()
3036 | public static let mappin: Concrete.mappin = .init()
3037 | public static let memories: Concrete.memories = .init()
| |- warning: static property 'memories' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.memories' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'memories' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3038 | public static let metronome: Concrete.metronome = .init()
3039 | public static let mic: Concrete.mic = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3038:27: warning: static property 'metronome' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.metronome' may have shared mutable state; this is an error in the Swift 6 language mode
2096 | }
2097 |
2098 | public struct metronome: DrawableSymbol {
| `- note: consider making struct 'metronome' conform to the 'Sendable' protocol
2099 | public var name = "metronome"
2100 | }
:
3036 | public static let mappin: Concrete.mappin = .init()
3037 | public static let memories: Concrete.memories = .init()
3038 | public static let metronome: Concrete.metronome = .init()
| |- warning: static property 'metronome' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.metronome' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'metronome' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3039 | public static let mic: Concrete.mic = .init()
3040 | public static let millsign: Concrete.millsign = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3039:27: warning: static property 'mic' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.mic' may have shared mutable state; this is an error in the Swift 6 language mode
2100 | }
2101 |
2102 | public struct mic: DrawableSymbol, RoundableSymbol, FillableCircularSymbol, FillableSymbol {
| `- note: consider making struct 'mic' conform to the 'Sendable' protocol
2103 | public var name = "mic"
2104 |
:
3037 | public static let memories: Concrete.memories = .init()
3038 | public static let metronome: Concrete.metronome = .init()
3039 | public static let mic: Concrete.mic = .init()
| |- warning: static property 'mic' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.mic' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'mic' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3040 | public static let millsign: Concrete.millsign = .init()
3041 | public static let minus: Concrete.minus = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3040:27: warning: static property 'millsign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.millsign' may have shared mutable state; this is an error in the Swift 6 language mode
2112 | }
2113 |
2114 | public struct millsign: RoundableSymbol, FillableCircularSymbol, SquarableSymbol, FillableSquareSymbol {
| `- note: consider making struct 'millsign' conform to the 'Sendable' protocol
2115 | public var name = "millsign"
2116 | }
:
3038 | public static let metronome: Concrete.metronome = .init()
3039 | public static let mic: Concrete.mic = .init()
3040 | public static let millsign: Concrete.millsign = .init()
| |- warning: static property 'millsign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.millsign' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'millsign' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3041 | public static let minus: Concrete.minus = .init()
3042 | public static let moon: Concrete.moon = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3041:27: warning: static property 'minus' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.minus' may have shared mutable state; this is an error in the Swift 6 language mode
2116 | }
2117 |
2118 | public struct minus: DrawableSymbol, RoundableSymbol, FillableCircularSymbol, SquarableSymbol, FillableSquareSymbol {
| `- note: consider making struct 'minus' conform to the 'Sendable' protocol
2119 | public var name = "minus"
2120 |
:
3039 | public static let mic: Concrete.mic = .init()
3040 | public static let millsign: Concrete.millsign = .init()
3041 | public static let minus: Concrete.minus = .init()
| |- warning: static property 'minus' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.minus' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'minus' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3042 | public static let moon: Concrete.moon = .init()
3043 | public static let multiply: Concrete.multiply = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3042:27: warning: static property 'moon' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.moon' may have shared mutable state; this is an error in the Swift 6 language mode
2133 | }
2134 |
2135 | public struct moon: DrawableSymbol, RoundableSymbol, FillableCircularSymbol, FillableSymbol {
| `- note: consider making struct 'moon' conform to the 'Sendable' protocol
2136 | public var name = "moon"
2137 |
:
3040 | public static let millsign: Concrete.millsign = .init()
3041 | public static let minus: Concrete.minus = .init()
3042 | public static let moon: Concrete.moon = .init()
| |- warning: static property 'moon' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.moon' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'moon' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3043 | public static let multiply: Concrete.multiply = .init()
3044 | public static let nairasign: Concrete.nairasign = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3043:27: warning: static property 'multiply' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.multiply' may have shared mutable state; this is an error in the Swift 6 language mode
2150 | }
2151 |
2152 | public struct multiply: DrawableSymbol, RoundableSymbol, FillableCircularSymbol, SquarableSymbol, FillableSquareSymbol {
| `- note: consider making struct 'multiply' conform to the 'Sendable' protocol
2153 | public var name = "multiply"
2154 | }
:
3041 | public static let minus: Concrete.minus = .init()
3042 | public static let moon: Concrete.moon = .init()
3043 | public static let multiply: Concrete.multiply = .init()
| |- warning: static property 'multiply' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.multiply' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'multiply' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3044 | public static let nairasign: Concrete.nairasign = .init()
3045 | public static let nosign: Concrete.nosign = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3044:27: warning: static property 'nairasign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.nairasign' may have shared mutable state; this is an error in the Swift 6 language mode
2154 | }
2155 |
2156 | public struct nairasign: RoundableSymbol, FillableCircularSymbol, SquarableSymbol, FillableSquareSymbol {
| `- note: consider making struct 'nairasign' conform to the 'Sendable' protocol
2157 | public var name = "nairasign"
2158 | }
:
3042 | public static let moon: Concrete.moon = .init()
3043 | public static let multiply: Concrete.multiply = .init()
3044 | public static let nairasign: Concrete.nairasign = .init()
| |- warning: static property 'nairasign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.nairasign' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'nairasign' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3045 | public static let nosign: Concrete.nosign = .init()
3046 | public static let number: Concrete.number = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3045:27: warning: static property 'nosign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.nosign' may have shared mutable state; this is an error in the Swift 6 language mode
2158 | }
2159 |
2160 | public struct nosign: DrawableSymbol {
| `- note: consider making struct 'nosign' conform to the 'Sendable' protocol
2161 | public var name = "nosign"
2162 | }
:
3043 | public static let multiply: Concrete.multiply = .init()
3044 | public static let nairasign: Concrete.nairasign = .init()
3045 | public static let nosign: Concrete.nosign = .init()
| |- warning: static property 'nosign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.nosign' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'nosign' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3046 | public static let number: Concrete.number = .init()
3047 | public static let option: Concrete.option = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3046:27: warning: static property 'number' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.number' may have shared mutable state; this is an error in the Swift 6 language mode
2162 | }
2163 |
2164 | public struct number: DrawableSymbol, RoundableSymbol, FillableCircularSymbol, SquarableSymbol, FillableSquareSymbol {
| `- note: consider making struct 'number' conform to the 'Sendable' protocol
2165 | public var name = "number"
2166 | }
:
3044 | public static let nairasign: Concrete.nairasign = .init()
3045 | public static let nosign: Concrete.nosign = .init()
3046 | public static let number: Concrete.number = .init()
| |- warning: static property 'number' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.number' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'number' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3047 | public static let option: Concrete.option = .init()
3048 | public static let paintbrush: Concrete.paintbrush = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3047:27: warning: static property 'option' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.option' may have shared mutable state; this is an error in the Swift 6 language mode
2166 | }
2167 |
2168 | public struct option: DrawableSymbol {
| `- note: consider making struct 'option' conform to the 'Sendable' protocol
2169 | public var name = "option"
2170 | }
:
3045 | public static let nosign: Concrete.nosign = .init()
3046 | public static let number: Concrete.number = .init()
3047 | public static let option: Concrete.option = .init()
| |- warning: static property 'option' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.option' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'option' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3048 | public static let paintbrush: Concrete.paintbrush = .init()
3049 | public static let pano: Concrete.pano = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3048:27: warning: static property 'paintbrush' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.paintbrush' may have shared mutable state; this is an error in the Swift 6 language mode
2170 | }
2171 |
2172 | public struct paintbrush: DrawableSymbol, FillableSymbol {
| `- note: consider making struct 'paintbrush' conform to the 'Sendable' protocol
2173 | public var name = "paintbrush"
2174 | }
:
3046 | public static let number: Concrete.number = .init()
3047 | public static let option: Concrete.option = .init()
3048 | public static let paintbrush: Concrete.paintbrush = .init()
| |- warning: static property 'paintbrush' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.paintbrush' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'paintbrush' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3049 | public static let pano: Concrete.pano = .init()
3050 | public static let paperclip: Concrete.paperclip = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3049:27: warning: static property 'pano' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.pano' may have shared mutable state; this is an error in the Swift 6 language mode
2174 | }
2175 |
2176 | public struct pano: DrawableSymbol, FillableSymbol {
| `- note: consider making struct 'pano' conform to the 'Sendable' protocol
2177 | public var name = "pano"
2178 | }
:
3047 | public static let option: Concrete.option = .init()
3048 | public static let paintbrush: Concrete.paintbrush = .init()
3049 | public static let pano: Concrete.pano = .init()
| |- warning: static property 'pano' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.pano' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'pano' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3050 | public static let paperclip: Concrete.paperclip = .init()
3051 | public static let paperplane: Concrete.paperplane = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3050:27: warning: static property 'paperclip' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.paperclip' may have shared mutable state; this is an error in the Swift 6 language mode
2178 | }
2179 |
2180 | public struct paperclip: DrawableSymbol {
| `- note: consider making struct 'paperclip' conform to the 'Sendable' protocol
2181 | public var name = "paperclip"
2182 | }
:
3048 | public static let paintbrush: Concrete.paintbrush = .init()
3049 | public static let pano: Concrete.pano = .init()
3050 | public static let paperclip: Concrete.paperclip = .init()
| |- warning: static property 'paperclip' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.paperclip' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'paperclip' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3051 | public static let paperplane: Concrete.paperplane = .init()
3052 | public static let paragraph: Concrete.paragraph = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3051:27: warning: static property 'paperplane' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.paperplane' may have shared mutable state; this is an error in the Swift 6 language mode
2182 | }
2183 |
2184 | public struct paperplane: DrawableSymbol, FillableSymbol {
| `- note: consider making struct 'paperplane' conform to the 'Sendable' protocol
2185 | public var name = "paperplane"
2186 | }
:
3049 | public static let pano: Concrete.pano = .init()
3050 | public static let paperclip: Concrete.paperclip = .init()
3051 | public static let paperplane: Concrete.paperplane = .init()
| |- warning: static property 'paperplane' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.paperplane' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'paperplane' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3052 | public static let paragraph: Concrete.paragraph = .init()
3053 | public static let pause: Concrete.pause = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3052:27: warning: static property 'paragraph' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.paragraph' may have shared mutable state; this is an error in the Swift 6 language mode
2186 | }
2187 |
2188 | public struct paragraph: DrawableSymbol {
| `- note: consider making struct 'paragraph' conform to the 'Sendable' protocol
2189 | public var name = "paragraph"
2190 | }
:
3050 | public static let paperclip: Concrete.paperclip = .init()
3051 | public static let paperplane: Concrete.paperplane = .init()
3052 | public static let paragraph: Concrete.paragraph = .init()
| |- warning: static property 'paragraph' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.paragraph' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'paragraph' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3053 | public static let pause: Concrete.pause = .init()
3054 | public static let pencil: Concrete.pencil = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3053:27: warning: static property 'pause' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.pause' may have shared mutable state; this is an error in the Swift 6 language mode
2190 | }
2191 |
2192 | public struct pause: DrawableSymbol, RoundableSymbol, FillableCircularSymbol, FillableSymbol {
| `- note: consider making struct 'pause' conform to the 'Sendable' protocol
2193 | public var name = "pause"
2194 |
:
3051 | public static let paperplane: Concrete.paperplane = .init()
3052 | public static let paragraph: Concrete.paragraph = .init()
3053 | public static let pause: Concrete.pause = .init()
| |- warning: static property 'pause' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.pause' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'pause' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3054 | public static let pencil: Concrete.pencil = .init()
3055 | public static let percent: Concrete.percent = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3054:27: warning: static property 'pencil' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.pencil' may have shared mutable state; this is an error in the Swift 6 language mode
2202 | }
2203 |
2204 | public struct pencil: DrawableSymbol, RoundableSymbol, FillableCircularSymbol {
| `- note: consider making struct 'pencil' conform to the 'Sendable' protocol
2205 | public var name = "pencil"
2206 |
:
3052 | public static let paragraph: Concrete.paragraph = .init()
3053 | public static let pause: Concrete.pause = .init()
3054 | public static let pencil: Concrete.pencil = .init()
| |- warning: static property 'pencil' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.pencil' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'pencil' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3055 | public static let percent: Concrete.percent = .init()
3056 | public static let person: Concrete.person = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3055:27: warning: static property 'percent' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.percent' may have shared mutable state; this is an error in the Swift 6 language mode
2227 | }
2228 |
2229 | public struct percent: DrawableSymbol {
| `- note: consider making struct 'percent' conform to the 'Sendable' protocol
2230 | public var name = "percent"
2231 | }
:
3053 | public static let pause: Concrete.pause = .init()
3054 | public static let pencil: Concrete.pencil = .init()
3055 | public static let percent: Concrete.percent = .init()
| |- warning: static property 'percent' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.percent' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'percent' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3056 | public static let person: Concrete.person = .init()
3057 | public static let personalhotspot: Concrete.personalhotspot = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3056:27: warning: static property 'person' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.person' may have shared mutable state; this is an error in the Swift 6 language mode
2231 | }
2232 |
2233 | public struct person: DrawableSymbol, RoundableSymbol, FillableCircularSymbol, FillableSymbol {
| `- note: consider making struct 'person' conform to the 'Sendable' protocol
2234 | public var name = "person"
2235 |
:
3054 | public static let pencil: Concrete.pencil = .init()
3055 | public static let percent: Concrete.percent = .init()
3056 | public static let person: Concrete.person = .init()
| |- warning: static property 'person' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.person' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'person' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3057 | public static let personalhotspot: Concrete.personalhotspot = .init()
3058 | public static let perspective: Concrete.perspective = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3057:27: warning: static property 'personalhotspot' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.personalhotspot' may have shared mutable state; this is an error in the Swift 6 language mode
2256 | }
2257 |
2258 | public struct personalhotspot: DrawableSymbol {
| `- note: consider making struct 'personalhotspot' conform to the 'Sendable' protocol
2259 | public var name = "personalhotspot"
2260 | }
:
3055 | public static let percent: Concrete.percent = .init()
3056 | public static let person: Concrete.person = .init()
3057 | public static let personalhotspot: Concrete.personalhotspot = .init()
| |- warning: static property 'personalhotspot' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.personalhotspot' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'personalhotspot' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3058 | public static let perspective: Concrete.perspective = .init()
3059 | public static let pesetasign: Concrete.pesetasign = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3058:27: warning: static property 'perspective' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.perspective' may have shared mutable state; this is an error in the Swift 6 language mode
2260 | }
2261 |
2262 | public struct perspective: DrawableSymbol {
| `- note: consider making struct 'perspective' conform to the 'Sendable' protocol
2263 | public var name = "perspective"
2264 | }
:
3056 | public static let person: Concrete.person = .init()
3057 | public static let personalhotspot: Concrete.personalhotspot = .init()
3058 | public static let perspective: Concrete.perspective = .init()
| |- warning: static property 'perspective' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.perspective' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'perspective' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3059 | public static let pesetasign: Concrete.pesetasign = .init()
3060 | public static let pesosign: Concrete.pesosign = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3059:27: warning: static property 'pesetasign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.pesetasign' may have shared mutable state; this is an error in the Swift 6 language mode
2264 | }
2265 |
2266 | public struct pesetasign: RoundableSymbol, FillableCircularSymbol, SquarableSymbol, FillableSquareSymbol {
| `- note: consider making struct 'pesetasign' conform to the 'Sendable' protocol
2267 | public var name = "pesetasign"
2268 | }
:
3057 | public static let personalhotspot: Concrete.personalhotspot = .init()
3058 | public static let perspective: Concrete.perspective = .init()
3059 | public static let pesetasign: Concrete.pesetasign = .init()
| |- warning: static property 'pesetasign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.pesetasign' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'pesetasign' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3060 | public static let pesosign: Concrete.pesosign = .init()
3061 | public static let phone: Concrete.phone = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3060:27: warning: static property 'pesosign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.pesosign' may have shared mutable state; this is an error in the Swift 6 language mode
2268 | }
2269 |
2270 | public struct pesosign: RoundableSymbol, FillableCircularSymbol, SquarableSymbol, FillableSquareSymbol {
| `- note: consider making struct 'pesosign' conform to the 'Sendable' protocol
2271 | public var name = "pesosign"
2272 | }
:
3058 | public static let perspective: Concrete.perspective = .init()
3059 | public static let pesetasign: Concrete.pesetasign = .init()
3060 | public static let pesosign: Concrete.pesosign = .init()
| |- warning: static property 'pesosign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.pesosign' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'pesosign' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3061 | public static let phone: Concrete.phone = .init()
3062 | public static let photo: Concrete.photo = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3061:27: warning: static property 'phone' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.phone' may have shared mutable state; this is an error in the Swift 6 language mode
2272 | }
2273 |
2274 | public struct phone: DrawableSymbol, RoundableSymbol, FillableCircularSymbol, FillableSymbol {
| `- note: consider making struct 'phone' conform to the 'Sendable' protocol
2275 | public var name = "phone"
2276 |
:
3059 | public static let pesetasign: Concrete.pesetasign = .init()
3060 | public static let pesosign: Concrete.pesosign = .init()
3061 | public static let phone: Concrete.phone = .init()
| |- warning: static property 'phone' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.phone' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'phone' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3062 | public static let photo: Concrete.photo = .init()
3063 | public static let pin: Concrete.pin = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3062:27: warning: static property 'photo' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.photo' may have shared mutable state; this is an error in the Swift 6 language mode
2284 | }
2285 |
2286 | public struct photo: DrawableSymbol, FillableSymbol {
| `- note: consider making struct 'photo' conform to the 'Sendable' protocol
2287 | public var name = "photo"
2288 | }
:
3060 | public static let pesosign: Concrete.pesosign = .init()
3061 | public static let phone: Concrete.phone = .init()
3062 | public static let photo: Concrete.photo = .init()
| |- warning: static property 'photo' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.photo' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'photo' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3063 | public static let pin: Concrete.pin = .init()
3064 | public static let play: Concrete.play = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3063:27: warning: static property 'pin' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.pin' may have shared mutable state; this is an error in the Swift 6 language mode
2288 | }
2289 |
2290 | public struct pin: DrawableSymbol, FillableSymbol {
| `- note: consider making struct 'pin' conform to the 'Sendable' protocol
2291 | public var name = "pin"
2292 |
:
3061 | public static let phone: Concrete.phone = .init()
3062 | public static let photo: Concrete.photo = .init()
3063 | public static let pin: Concrete.pin = .init()
| |- warning: static property 'pin' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.pin' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'pin' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3064 | public static let play: Concrete.play = .init()
3065 | public static let playpause: Concrete.playpause = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3064:27: warning: static property 'play' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.play' may have shared mutable state; this is an error in the Swift 6 language mode
2300 | }
2301 |
2302 | public struct play: DrawableSymbol, RoundableSymbol, FillableCircularSymbol, FillableSymbol {
| `- note: consider making struct 'play' conform to the 'Sendable' protocol
2303 | public var name = "play"
2304 |
:
3062 | public static let photo: Concrete.photo = .init()
3063 | public static let pin: Concrete.pin = .init()
3064 | public static let play: Concrete.play = .init()
| |- warning: static property 'play' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.play' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'play' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3065 | public static let playpause: Concrete.playpause = .init()
3066 | public static let plus: Concrete.plus = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3065:27: warning: static property 'playpause' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.playpause' may have shared mutable state; this is an error in the Swift 6 language mode
2312 | }
2313 |
2314 | public struct playpause: DrawableSymbol, FillableSymbol {
| `- note: consider making struct 'playpause' conform to the 'Sendable' protocol
2315 | public var name = "playpause"
2316 | }
:
3063 | public static let pin: Concrete.pin = .init()
3064 | public static let play: Concrete.play = .init()
3065 | public static let playpause: Concrete.playpause = .init()
| |- warning: static property 'playpause' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.playpause' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'playpause' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3066 | public static let plus: Concrete.plus = .init()
3067 | public static let plusminus: Concrete.plusminus = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3066:27: warning: static property 'plus' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.plus' may have shared mutable state; this is an error in the Swift 6 language mode
2316 | }
2317 |
2318 | public struct plus: DrawableSymbol, RoundableSymbol, FillableCircularSymbol, SquarableSymbol, FillableSquareSymbol {
| `- note: consider making struct 'plus' conform to the 'Sendable' protocol
2319 | public var name = "plus"
2320 |
:
3064 | public static let play: Concrete.play = .init()
3065 | public static let playpause: Concrete.playpause = .init()
3066 | public static let plus: Concrete.plus = .init()
| |- warning: static property 'plus' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.plus' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'plus' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3067 | public static let plusminus: Concrete.plusminus = .init()
3068 | public static let power: Concrete.power = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3067:27: warning: static property 'plusminus' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.plusminus' may have shared mutable state; this is an error in the Swift 6 language mode
2343 | }
2344 |
2345 | public struct plusminus: DrawableSymbol, RoundableSymbol, FillableCircularSymbol {
| `- note: consider making struct 'plusminus' conform to the 'Sendable' protocol
2346 | public var name = "plusminus"
2347 | }
:
3065 | public static let playpause: Concrete.playpause = .init()
3066 | public static let plus: Concrete.plus = .init()
3067 | public static let plusminus: Concrete.plusminus = .init()
| |- warning: static property 'plusminus' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.plusminus' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'plusminus' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3068 | public static let power: Concrete.power = .init()
3069 | public static let printer: Concrete.printer = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3068:27: warning: static property 'power' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.power' may have shared mutable state; this is an error in the Swift 6 language mode
2347 | }
2348 |
2349 | public struct power: DrawableSymbol {
| `- note: consider making struct 'power' conform to the 'Sendable' protocol
2350 | public var name = "power"
2351 | }
:
3066 | public static let plus: Concrete.plus = .init()
3067 | public static let plusminus: Concrete.plusminus = .init()
3068 | public static let power: Concrete.power = .init()
| |- warning: static property 'power' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.power' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'power' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3069 | public static let printer: Concrete.printer = .init()
3070 | public static let projective: Concrete.projective = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3069:27: warning: static property 'printer' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.printer' may have shared mutable state; this is an error in the Swift 6 language mode
2351 | }
2352 |
2353 | public struct printer: DrawableSymbol, FillableSymbol {
| `- note: consider making struct 'printer' conform to the 'Sendable' protocol
2354 | public var name = "printer"
2355 | }
:
3067 | public static let plusminus: Concrete.plusminus = .init()
3068 | public static let power: Concrete.power = .init()
3069 | public static let printer: Concrete.printer = .init()
| |- warning: static property 'printer' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.printer' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'printer' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3070 | public static let projective: Concrete.projective = .init()
3071 | public static let purchased: Concrete.purchased = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3070:27: warning: static property 'projective' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.projective' may have shared mutable state; this is an error in the Swift 6 language mode
2355 | }
2356 |
2357 | public struct projective: DrawableSymbol {
| `- note: consider making struct 'projective' conform to the 'Sendable' protocol
2358 | public var name = "projective"
2359 | }
:
3068 | public static let power: Concrete.power = .init()
3069 | public static let printer: Concrete.printer = .init()
3070 | public static let projective: Concrete.projective = .init()
| |- warning: static property 'projective' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.projective' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'projective' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3071 | public static let purchased: Concrete.purchased = .init()
3072 | public static let qrcode: Concrete.qrcode = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3071:27: warning: static property 'purchased' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.purchased' may have shared mutable state; this is an error in the Swift 6 language mode
2359 | }
2360 |
2361 | public struct purchased: DrawableSymbol, RoundableSymbol, FillableCircularSymbol {
| `- note: consider making struct 'purchased' conform to the 'Sendable' protocol
2362 | public var name = "purchased"
2363 | }
:
3069 | public static let printer: Concrete.printer = .init()
3070 | public static let projective: Concrete.projective = .init()
3071 | public static let purchased: Concrete.purchased = .init()
| |- warning: static property 'purchased' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.purchased' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'purchased' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3072 | public static let qrcode: Concrete.qrcode = .init()
3073 | public static let questionmark: Concrete.questionmark = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3072:27: warning: static property 'qrcode' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.qrcode' may have shared mutable state; this is an error in the Swift 6 language mode
2363 | }
2364 |
2365 | public struct qrcode: DrawableSymbol {
| `- note: consider making struct 'qrcode' conform to the 'Sendable' protocol
2366 | public var name = "qrcode"
2367 |
:
3070 | public static let projective: Concrete.projective = .init()
3071 | public static let purchased: Concrete.purchased = .init()
3072 | public static let qrcode: Concrete.qrcode = .init()
| |- warning: static property 'qrcode' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.qrcode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'qrcode' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3073 | public static let questionmark: Concrete.questionmark = .init()
3074 | public static let rays: Concrete.rays = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3073:27: warning: static property 'questionmark' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.questionmark' may have shared mutable state; this is an error in the Swift 6 language mode
2375 | }
2376 |
2377 | public struct questionmark: DrawableSymbol, RoundableSymbol, FillableCircularSymbol, SquarableSymbol, FillableSquareSymbol {
| `- note: consider making struct 'questionmark' conform to the 'Sendable' protocol
2378 | public var name = "questionmark"
2379 |
:
3071 | public static let purchased: Concrete.purchased = .init()
3072 | public static let qrcode: Concrete.qrcode = .init()
3073 | public static let questionmark: Concrete.questionmark = .init()
| |- warning: static property 'questionmark' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.questionmark' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'questionmark' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3074 | public static let rays: Concrete.rays = .init()
3075 | public static let realtimetext: Concrete.realtimetext = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3074:27: warning: static property 'rays' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.rays' may have shared mutable state; this is an error in the Swift 6 language mode
2392 | }
2393 |
2394 | public struct rays: DrawableSymbol {
| `- note: consider making struct 'rays' conform to the 'Sendable' protocol
2395 | public var name = "rays"
2396 | }
:
3072 | public static let qrcode: Concrete.qrcode = .init()
3073 | public static let questionmark: Concrete.questionmark = .init()
3074 | public static let rays: Concrete.rays = .init()
| |- warning: static property 'rays' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.rays' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'rays' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3075 | public static let realtimetext: Concrete.realtimetext = .init()
3076 | public static let recordingtape: Concrete.recordingtape = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3075:27: warning: static property 'realtimetext' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.realtimetext' may have shared mutable state; this is an error in the Swift 6 language mode
2396 | }
2397 |
2398 | public struct realtimetext: DrawableSymbol {
| `- note: consider making struct 'realtimetext' conform to the 'Sendable' protocol
2399 | public var name = "realtimetext"
2400 | }
:
3073 | public static let questionmark: Concrete.questionmark = .init()
3074 | public static let rays: Concrete.rays = .init()
3075 | public static let realtimetext: Concrete.realtimetext = .init()
| |- warning: static property 'realtimetext' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.realtimetext' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'realtimetext' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3076 | public static let recordingtape: Concrete.recordingtape = .init()
3077 | public static let rectangle: Concrete.rectangle = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3076:27: warning: static property 'recordingtape' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.recordingtape' may have shared mutable state; this is an error in the Swift 6 language mode
2400 | }
2401 |
2402 | public struct recordingtape: DrawableSymbol {
| `- note: consider making struct 'recordingtape' conform to the 'Sendable' protocol
2403 | public var name = "recordingtape"
2404 | }
:
3074 | public static let rays: Concrete.rays = .init()
3075 | public static let realtimetext: Concrete.realtimetext = .init()
3076 | public static let recordingtape: Concrete.recordingtape = .init()
| |- warning: static property 'recordingtape' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.recordingtape' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'recordingtape' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3077 | public static let rectangle: Concrete.rectangle = .init()
3078 | public static let `repeat`: Concrete.`repeat` = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3077:27: warning: static property 'rectangle' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.rectangle' may have shared mutable state; this is an error in the Swift 6 language mode
2404 | }
2405 |
2406 | public struct rectangle: DrawableSymbol, FillableSymbol {
| `- note: consider making struct 'rectangle' conform to the 'Sendable' protocol
2407 | public var name = "rectangle"
2408 |
:
3075 | public static let realtimetext: Concrete.realtimetext = .init()
3076 | public static let recordingtape: Concrete.recordingtape = .init()
3077 | public static let rectangle: Concrete.rectangle = .init()
| |- warning: static property 'rectangle' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.rectangle' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'rectangle' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3078 | public static let `repeat`: Concrete.`repeat` = .init()
3079 | public static let `return`: Concrete.`return` = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3078:27: warning: static property 'repeat' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.`repeat`' may have shared mutable state; this is an error in the Swift 6 language mode
2421 | }
2422 |
2423 | public struct `repeat`: DrawableSymbol {
| `- note: consider making struct 'repeat' conform to the 'Sendable' protocol
2424 | public var name = "repeat"
2425 |
:
3076 | public static let recordingtape: Concrete.recordingtape = .init()
3077 | public static let rectangle: Concrete.rectangle = .init()
3078 | public static let `repeat`: Concrete.`repeat` = .init()
| |- warning: static property 'repeat' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.`repeat`' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'repeat' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3079 | public static let `return`: Concrete.`return` = .init()
3080 | public static let rhombus: Concrete.rhombus = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3079:27: warning: static property 'return' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.`return`' may have shared mutable state; this is an error in the Swift 6 language mode
2433 | }
2434 |
2435 | public struct `return`: DrawableSymbol {
| `- note: consider making struct 'return' conform to the 'Sendable' protocol
2436 | public var name = "return"
2437 | }
:
3077 | public static let rectangle: Concrete.rectangle = .init()
3078 | public static let `repeat`: Concrete.`repeat` = .init()
3079 | public static let `return`: Concrete.`return` = .init()
| |- warning: static property 'return' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.`return`' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'return' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3080 | public static let rhombus: Concrete.rhombus = .init()
3081 | public static let ring: Concrete.ring = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3080:27: warning: static property 'rhombus' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.rhombus' may have shared mutable state; this is an error in the Swift 6 language mode
2437 | }
2438 |
2439 | public struct rhombus: DrawableSymbol, FillableSymbol {
| `- note: consider making struct 'rhombus' conform to the 'Sendable' protocol
2440 | public var name = "rhombus"
2441 | }
:
3078 | public static let `repeat`: Concrete.`repeat` = .init()
3079 | public static let `return`: Concrete.`return` = .init()
3080 | public static let rhombus: Concrete.rhombus = .init()
| |- warning: static property 'rhombus' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.rhombus' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'rhombus' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3081 | public static let ring: Concrete.ring = .init()
3082 | public static let rosette: Concrete.rosette = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3081:27: warning: static property 'ring' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.ring' may have shared mutable state; this is an error in the Swift 6 language mode
2441 | }
2442 |
2443 | public struct ring: RoundableSymbol, FillableCircularSymbol {
| `- note: consider making struct 'ring' conform to the 'Sendable' protocol
2444 | public var name = "ring"
2445 | }
:
3079 | public static let `return`: Concrete.`return` = .init()
3080 | public static let rhombus: Concrete.rhombus = .init()
3081 | public static let ring: Concrete.ring = .init()
| |- warning: static property 'ring' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.ring' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ring' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3082 | public static let rosette: Concrete.rosette = .init()
3083 | public static let rublesign: Concrete.rublesign = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3082:27: warning: static property 'rosette' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.rosette' may have shared mutable state; this is an error in the Swift 6 language mode
2445 | }
2446 |
2447 | public struct rosette: DrawableSymbol {
| `- note: consider making struct 'rosette' conform to the 'Sendable' protocol
2448 | public var name = "rosette"
2449 | }
:
3080 | public static let rhombus: Concrete.rhombus = .init()
3081 | public static let ring: Concrete.ring = .init()
3082 | public static let rosette: Concrete.rosette = .init()
| |- warning: static property 'rosette' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.rosette' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'rosette' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3083 | public static let rublesign: Concrete.rublesign = .init()
3084 | public static let rupeesign: Concrete.rupeesign = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3083:27: warning: static property 'rublesign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.rublesign' may have shared mutable state; this is an error in the Swift 6 language mode
2449 | }
2450 |
2451 | public struct rublesign: RoundableSymbol, FillableCircularSymbol, SquarableSymbol, FillableSquareSymbol {
| `- note: consider making struct 'rublesign' conform to the 'Sendable' protocol
2452 | public var name = "rublesign"
2453 | }
:
3081 | public static let ring: Concrete.ring = .init()
3082 | public static let rosette: Concrete.rosette = .init()
3083 | public static let rublesign: Concrete.rublesign = .init()
| |- warning: static property 'rublesign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.rublesign' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'rublesign' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3084 | public static let rupeesign: Concrete.rupeesign = .init()
3085 | public static let safari: Concrete.safari = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3084:27: warning: static property 'rupeesign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.rupeesign' may have shared mutable state; this is an error in the Swift 6 language mode
2453 | }
2454 |
2455 | public struct rupeesign: RoundableSymbol, FillableCircularSymbol, SquarableSymbol, FillableSquareSymbol {
| `- note: consider making struct 'rupeesign' conform to the 'Sendable' protocol
2456 | public var name = "rupeesign"
2457 | }
:
3082 | public static let rosette: Concrete.rosette = .init()
3083 | public static let rublesign: Concrete.rublesign = .init()
3084 | public static let rupeesign: Concrete.rupeesign = .init()
| |- warning: static property 'rupeesign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.rupeesign' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'rupeesign' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3085 | public static let safari: Concrete.safari = .init()
3086 | public static let scissors: Concrete.scissors = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3085:27: warning: static property 'safari' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.safari' may have shared mutable state; this is an error in the Swift 6 language mode
2457 | }
2458 |
2459 | public struct safari: DrawableSymbol, FillableSymbol {
| `- note: consider making struct 'safari' conform to the 'Sendable' protocol
2460 | public var name = "safari"
2461 | }
:
3083 | public static let rublesign: Concrete.rublesign = .init()
3084 | public static let rupeesign: Concrete.rupeesign = .init()
3085 | public static let safari: Concrete.safari = .init()
| |- warning: static property 'safari' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.safari' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'safari' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3086 | public static let scissors: Concrete.scissors = .init()
3087 | public static let scope: Concrete.scope = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3086:27: warning: static property 'scissors' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.scissors' may have shared mutable state; this is an error in the Swift 6 language mode
2461 | }
2462 |
2463 | public struct scissors: DrawableSymbol {
| `- note: consider making struct 'scissors' conform to the 'Sendable' protocol
2464 | public var name = "scissors"
2465 | }
:
3084 | public static let rupeesign: Concrete.rupeesign = .init()
3085 | public static let safari: Concrete.safari = .init()
3086 | public static let scissors: Concrete.scissors = .init()
| |- warning: static property 'scissors' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.scissors' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'scissors' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3087 | public static let scope: Concrete.scope = .init()
3088 | public static let scribble: Concrete.scribble = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3087:27: warning: static property 'scope' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.scope' may have shared mutable state; this is an error in the Swift 6 language mode
2465 | }
2466 |
2467 | public struct scope: DrawableSymbol {
| `- note: consider making struct 'scope' conform to the 'Sendable' protocol
2468 | public var name = "scope"
2469 | }
:
3085 | public static let safari: Concrete.safari = .init()
3086 | public static let scissors: Concrete.scissors = .init()
3087 | public static let scope: Concrete.scope = .init()
| |- warning: static property 'scope' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.scope' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'scope' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3088 | public static let scribble: Concrete.scribble = .init()
3089 | public static let sheqelsign: Concrete.sheqelsign = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3088:27: warning: static property 'scribble' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.scribble' may have shared mutable state; this is an error in the Swift 6 language mode
2469 | }
2470 |
2471 | public struct scribble: DrawableSymbol {
| `- note: consider making struct 'scribble' conform to the 'Sendable' protocol
2472 | public var name = "scribble"
2473 | }
:
3086 | public static let scissors: Concrete.scissors = .init()
3087 | public static let scope: Concrete.scope = .init()
3088 | public static let scribble: Concrete.scribble = .init()
| |- warning: static property 'scribble' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.scribble' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'scribble' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3089 | public static let sheqelsign: Concrete.sheqelsign = .init()
3090 | public static let shield: Concrete.shield = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3089:27: warning: static property 'sheqelsign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.sheqelsign' may have shared mutable state; this is an error in the Swift 6 language mode
2473 | }
2474 |
2475 | public struct sheqelsign: RoundableSymbol, FillableCircularSymbol, SquarableSymbol, FillableSquareSymbol {
| `- note: consider making struct 'sheqelsign' conform to the 'Sendable' protocol
2476 | public var name = "sheqelsign"
2477 | }
:
3087 | public static let scope: Concrete.scope = .init()
3088 | public static let scribble: Concrete.scribble = .init()
3089 | public static let sheqelsign: Concrete.sheqelsign = .init()
| |- warning: static property 'sheqelsign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.sheqelsign' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'sheqelsign' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3090 | public static let shield: Concrete.shield = .init()
3091 | public static let shift: Concrete.shift = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3090:27: warning: static property 'shield' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.shield' may have shared mutable state; this is an error in the Swift 6 language mode
2477 | }
2478 |
2479 | public struct shield: DrawableSymbol, FillableSymbol {
| `- note: consider making struct 'shield' conform to the 'Sendable' protocol
2480 | public var name = "shield"
2481 |
:
3088 | public static let scribble: Concrete.scribble = .init()
3089 | public static let sheqelsign: Concrete.sheqelsign = .init()
3090 | public static let shield: Concrete.shield = .init()
| |- warning: static property 'shield' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.shield' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shield' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3091 | public static let shift: Concrete.shift = .init()
3092 | public static let shuffle: Concrete.shuffle = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3091:27: warning: static property 'shift' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.shift' may have shared mutable state; this is an error in the Swift 6 language mode
2489 | }
2490 |
2491 | public struct shift: DrawableSymbol, FillableSymbol {
| `- note: consider making struct 'shift' conform to the 'Sendable' protocol
2492 | public var name = "shift"
2493 | }
:
3089 | public static let sheqelsign: Concrete.sheqelsign = .init()
3090 | public static let shield: Concrete.shield = .init()
3091 | public static let shift: Concrete.shift = .init()
| |- warning: static property 'shift' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.shift' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shift' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3092 | public static let shuffle: Concrete.shuffle = .init()
3093 | public static let signature: Concrete.signature = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3092:27: warning: static property 'shuffle' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.shuffle' may have shared mutable state; this is an error in the Swift 6 language mode
2493 | }
2494 |
2495 | public struct shuffle: DrawableSymbol {
| `- note: consider making struct 'shuffle' conform to the 'Sendable' protocol
2496 | public var name = "shuffle"
2497 | }
:
3090 | public static let shield: Concrete.shield = .init()
3091 | public static let shift: Concrete.shift = .init()
3092 | public static let shuffle: Concrete.shuffle = .init()
| |- warning: static property 'shuffle' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.shuffle' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shuffle' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3093 | public static let signature: Concrete.signature = .init()
3094 | public static let skew: Concrete.skew = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3093:27: warning: static property 'signature' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.signature' may have shared mutable state; this is an error in the Swift 6 language mode
2497 | }
2498 |
2499 | public struct signature: DrawableSymbol {
| `- note: consider making struct 'signature' conform to the 'Sendable' protocol
2500 | public var name = "signature"
2501 | }
:
3091 | public static let shift: Concrete.shift = .init()
3092 | public static let shuffle: Concrete.shuffle = .init()
3093 | public static let signature: Concrete.signature = .init()
| |- warning: static property 'signature' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.signature' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'signature' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3094 | public static let skew: Concrete.skew = .init()
3095 | public static let slash: Concrete.slash = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3094:27: warning: static property 'skew' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.skew' may have shared mutable state; this is an error in the Swift 6 language mode
2501 | }
2502 |
2503 | public struct skew: DrawableSymbol {
| `- note: consider making struct 'skew' conform to the 'Sendable' protocol
2504 | public var name = "skew"
2505 | }
:
3092 | public static let shuffle: Concrete.shuffle = .init()
3093 | public static let signature: Concrete.signature = .init()
3094 | public static let skew: Concrete.skew = .init()
| |- warning: static property 'skew' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.skew' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'skew' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3095 | public static let slash: Concrete.slash = .init()
3096 | public static let slowmo: Concrete.slowmo = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3095:27: warning: static property 'slash' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.slash' may have shared mutable state; this is an error in the Swift 6 language mode
2505 | }
2506 |
2507 | public struct slash: RoundableSymbol, FillableCircularSymbol {
| `- note: consider making struct 'slash' conform to the 'Sendable' protocol
2508 | public var name = "slash"
2509 | }
:
3093 | public static let signature: Concrete.signature = .init()
3094 | public static let skew: Concrete.skew = .init()
3095 | public static let slash: Concrete.slash = .init()
| |- warning: static property 'slash' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.slash' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'slash' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3096 | public static let slowmo: Concrete.slowmo = .init()
3097 | public static let smiley: Concrete.smiley = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3096:27: warning: static property 'slowmo' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.slowmo' may have shared mutable state; this is an error in the Swift 6 language mode
2509 | }
2510 |
2511 | public struct slowmo: DrawableSymbol {
| `- note: consider making struct 'slowmo' conform to the 'Sendable' protocol
2512 | public var name = "slowmo"
2513 | }
:
3094 | public static let skew: Concrete.skew = .init()
3095 | public static let slash: Concrete.slash = .init()
3096 | public static let slowmo: Concrete.slowmo = .init()
| |- warning: static property 'slowmo' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.slowmo' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'slowmo' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3097 | public static let smiley: Concrete.smiley = .init()
3098 | public static let smoke: Concrete.smoke = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3097:27: warning: static property 'smiley' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.smiley' may have shared mutable state; this is an error in the Swift 6 language mode
2513 | }
2514 |
2515 | public struct smiley: DrawableSymbol, FillableSymbol {
| `- note: consider making struct 'smiley' conform to the 'Sendable' protocol
2516 | public var name = "smiley"
2517 | }
:
3095 | public static let slash: Concrete.slash = .init()
3096 | public static let slowmo: Concrete.slowmo = .init()
3097 | public static let smiley: Concrete.smiley = .init()
| |- warning: static property 'smiley' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.smiley' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'smiley' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3098 | public static let smoke: Concrete.smoke = .init()
3099 | public static let snow: Concrete.snow = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3098:27: warning: static property 'smoke' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.smoke' may have shared mutable state; this is an error in the Swift 6 language mode
2517 | }
2518 |
2519 | public struct smoke: DrawableSymbol, FillableSymbol {
| `- note: consider making struct 'smoke' conform to the 'Sendable' protocol
2520 | public var name = "smoke"
2521 | }
:
3096 | public static let slowmo: Concrete.slowmo = .init()
3097 | public static let smiley: Concrete.smiley = .init()
3098 | public static let smoke: Concrete.smoke = .init()
| |- warning: static property 'smoke' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.smoke' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'smoke' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3099 | public static let snow: Concrete.snow = .init()
3100 | public static let sparkles: Concrete.sparkles = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3099:27: warning: static property 'snow' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.snow' may have shared mutable state; this is an error in the Swift 6 language mode
2521 | }
2522 |
2523 | public struct snow: DrawableSymbol {
| `- note: consider making struct 'snow' conform to the 'Sendable' protocol
2524 | public var name = "snow"
2525 | }
:
3097 | public static let smiley: Concrete.smiley = .init()
3098 | public static let smoke: Concrete.smoke = .init()
3099 | public static let snow: Concrete.snow = .init()
| |- warning: static property 'snow' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.snow' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'snow' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3100 | public static let sparkles: Concrete.sparkles = .init()
3101 | public static let speedometer: Concrete.speedometer = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3100:27: warning: static property 'sparkles' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.sparkles' may have shared mutable state; this is an error in the Swift 6 language mode
2525 | }
2526 |
2527 | public struct sparkles: DrawableSymbol {
| `- note: consider making struct 'sparkles' conform to the 'Sendable' protocol
2528 | public var name = "sparkles"
2529 | }
:
3098 | public static let smoke: Concrete.smoke = .init()
3099 | public static let snow: Concrete.snow = .init()
3100 | public static let sparkles: Concrete.sparkles = .init()
| |- warning: static property 'sparkles' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.sparkles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'sparkles' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3101 | public static let speedometer: Concrete.speedometer = .init()
3102 | public static let square: Concrete.square = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3101:27: warning: static property 'speedometer' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.speedometer' may have shared mutable state; this is an error in the Swift 6 language mode
2529 | }
2530 |
2531 | public struct speedometer: DrawableSymbol {
| `- note: consider making struct 'speedometer' conform to the 'Sendable' protocol
2532 | public var name = "speedometer"
2533 | }
:
3099 | public static let snow: Concrete.snow = .init()
3100 | public static let sparkles: Concrete.sparkles = .init()
3101 | public static let speedometer: Concrete.speedometer = .init()
| |- warning: static property 'speedometer' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.speedometer' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'speedometer' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3102 | public static let square: Concrete.square = .init()
3103 | public static let star: Concrete.star = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3102:27: warning: static property 'square' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.square' may have shared mutable state; this is an error in the Swift 6 language mode
2533 | }
2534 |
2535 | public struct square: DrawableSymbol, FillableSymbol {
| `- note: consider making struct 'square' conform to the 'Sendable' protocol
2536 | public var name = "square"
2537 |
:
3100 | public static let sparkles: Concrete.sparkles = .init()
3101 | public static let speedometer: Concrete.speedometer = .init()
3102 | public static let square: Concrete.square = .init()
| |- warning: static property 'square' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.square' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'square' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3103 | public static let star: Concrete.star = .init()
3104 | public static let staroflife: Concrete.staroflife = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3103:27: warning: static property 'star' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.star' may have shared mutable state; this is an error in the Swift 6 language mode
2560 | }
2561 |
2562 | public struct star: DrawableSymbol, RoundableSymbol, FillableCircularSymbol, FillableSymbol {
| `- note: consider making struct 'star' conform to the 'Sendable' protocol
2563 | public var name = "star"
2564 |
:
3101 | public static let speedometer: Concrete.speedometer = .init()
3102 | public static let square: Concrete.square = .init()
3103 | public static let star: Concrete.star = .init()
| |- warning: static property 'star' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.star' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'star' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3104 | public static let staroflife: Concrete.staroflife = .init()
3105 | public static let sterlingsign: Concrete.sterlingsign = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3104:27: warning: static property 'staroflife' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.staroflife' may have shared mutable state; this is an error in the Swift 6 language mode
2577 | }
2578 |
2579 | public struct staroflife: DrawableSymbol, FillableSymbol {
| `- note: consider making struct 'staroflife' conform to the 'Sendable' protocol
2580 | public var name = "staroflife"
2581 | }
:
3102 | public static let square: Concrete.square = .init()
3103 | public static let star: Concrete.star = .init()
3104 | public static let staroflife: Concrete.staroflife = .init()
| |- warning: static property 'staroflife' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.staroflife' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'staroflife' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3105 | public static let sterlingsign: Concrete.sterlingsign = .init()
3106 | public static let stop: Concrete.stop = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3105:27: warning: static property 'sterlingsign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.sterlingsign' may have shared mutable state; this is an error in the Swift 6 language mode
2581 | }
2582 |
2583 | public struct sterlingsign: RoundableSymbol, FillableCircularSymbol, SquarableSymbol, FillableSquareSymbol {
| `- note: consider making struct 'sterlingsign' conform to the 'Sendable' protocol
2584 | public var name = "sterlingsign"
2585 | }
:
3103 | public static let star: Concrete.star = .init()
3104 | public static let staroflife: Concrete.staroflife = .init()
3105 | public static let sterlingsign: Concrete.sterlingsign = .init()
| |- warning: static property 'sterlingsign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.sterlingsign' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'sterlingsign' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3106 | public static let stop: Concrete.stop = .init()
3107 | public static let stopwatch: Concrete.stopwatch = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3106:27: warning: static property 'stop' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.stop' may have shared mutable state; this is an error in the Swift 6 language mode
2585 | }
2586 |
2587 | public struct stop: DrawableSymbol, FillableSymbol {
| `- note: consider making struct 'stop' conform to the 'Sendable' protocol
2588 | public var name = "stop"
2589 | }
:
3104 | public static let staroflife: Concrete.staroflife = .init()
3105 | public static let sterlingsign: Concrete.sterlingsign = .init()
3106 | public static let stop: Concrete.stop = .init()
| |- warning: static property 'stop' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.stop' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'stop' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3107 | public static let stopwatch: Concrete.stopwatch = .init()
3108 | public static let strikethrough: Concrete.strikethrough = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3107:27: warning: static property 'stopwatch' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.stopwatch' may have shared mutable state; this is an error in the Swift 6 language mode
2589 | }
2590 |
2591 | public struct stopwatch: DrawableSymbol, FillableSymbol {
| `- note: consider making struct 'stopwatch' conform to the 'Sendable' protocol
2592 | public var name = "stopwatch"
2593 | }
:
3105 | public static let sterlingsign: Concrete.sterlingsign = .init()
3106 | public static let stop: Concrete.stop = .init()
3107 | public static let stopwatch: Concrete.stopwatch = .init()
| |- warning: static property 'stopwatch' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.stopwatch' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'stopwatch' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3108 | public static let strikethrough: Concrete.strikethrough = .init()
3109 | public static let sum: Concrete.sum = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3108:27: warning: static property 'strikethrough' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.strikethrough' may have shared mutable state; this is an error in the Swift 6 language mode
2593 | }
2594 |
2595 | public struct strikethrough: DrawableSymbol {
| `- note: consider making struct 'strikethrough' conform to the 'Sendable' protocol
2596 | public var name = "strikethrough"
2597 | }
:
3106 | public static let stop: Concrete.stop = .init()
3107 | public static let stopwatch: Concrete.stopwatch = .init()
3108 | public static let strikethrough: Concrete.strikethrough = .init()
| |- warning: static property 'strikethrough' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.strikethrough' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'strikethrough' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3109 | public static let sum: Concrete.sum = .init()
3110 | public static let sunrise: Concrete.sunrise = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3109:27: warning: static property 'sum' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.sum' may have shared mutable state; this is an error in the Swift 6 language mode
2597 | }
2598 |
2599 | public struct sum: DrawableSymbol {
| `- note: consider making struct 'sum' conform to the 'Sendable' protocol
2600 | public var name = "sum"
2601 | }
:
3107 | public static let stopwatch: Concrete.stopwatch = .init()
3108 | public static let strikethrough: Concrete.strikethrough = .init()
3109 | public static let sum: Concrete.sum = .init()
| |- warning: static property 'sum' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.sum' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'sum' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3110 | public static let sunrise: Concrete.sunrise = .init()
3111 | public static let sunset: Concrete.sunset = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3110:27: warning: static property 'sunrise' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.sunrise' may have shared mutable state; this is an error in the Swift 6 language mode
2601 | }
2602 |
2603 | public struct sunrise: DrawableSymbol, FillableSymbol {
| `- note: consider making struct 'sunrise' conform to the 'Sendable' protocol
2604 | public var name = "sunrise"
2605 | }
:
3108 | public static let strikethrough: Concrete.strikethrough = .init()
3109 | public static let sum: Concrete.sum = .init()
3110 | public static let sunrise: Concrete.sunrise = .init()
| |- warning: static property 'sunrise' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.sunrise' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'sunrise' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3111 | public static let sunset: Concrete.sunset = .init()
3112 | public static let table: Concrete.table = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3111:27: warning: static property 'sunset' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.sunset' may have shared mutable state; this is an error in the Swift 6 language mode
2605 | }
2606 |
2607 | public struct sunset: DrawableSymbol, FillableSymbol {
| `- note: consider making struct 'sunset' conform to the 'Sendable' protocol
2608 | public var name = "sunset"
2609 | }
:
3109 | public static let sum: Concrete.sum = .init()
3110 | public static let sunrise: Concrete.sunrise = .init()
3111 | public static let sunset: Concrete.sunset = .init()
| |- warning: static property 'sunset' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.sunset' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'sunset' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3112 | public static let table: Concrete.table = .init()
3113 | public static let tag: Concrete.tag = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3112:27: warning: static property 'table' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.table' may have shared mutable state; this is an error in the Swift 6 language mode
2609 | }
2610 |
2611 | public struct table: DrawableSymbol, FillableSymbol {
| `- note: consider making struct 'table' conform to the 'Sendable' protocol
2612 | public var name = "table"
2613 | }
:
3110 | public static let sunrise: Concrete.sunrise = .init()
3111 | public static let sunset: Concrete.sunset = .init()
3112 | public static let table: Concrete.table = .init()
| |- warning: static property 'table' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.table' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'table' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3113 | public static let tag: Concrete.tag = .init()
3114 | public static let teletype: Concrete.teletype = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3113:27: warning: static property 'tag' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.tag' may have shared mutable state; this is an error in the Swift 6 language mode
2613 | }
2614 |
2615 | public struct tag: DrawableSymbol, FillableSymbol {
| `- note: consider making struct 'tag' conform to the 'Sendable' protocol
2616 | public var name = "tag"
2617 | }
:
3111 | public static let sunset: Concrete.sunset = .init()
3112 | public static let table: Concrete.table = .init()
3113 | public static let tag: Concrete.tag = .init()
| |- warning: static property 'tag' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.tag' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'tag' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3114 | public static let teletype: Concrete.teletype = .init()
3115 | public static let tengesign: Concrete.tengesign = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3114:27: warning: static property 'teletype' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.teletype' may have shared mutable state; this is an error in the Swift 6 language mode
2617 | }
2618 |
2619 | public struct teletype: DrawableSymbol {
| `- note: consider making struct 'teletype' conform to the 'Sendable' protocol
2620 | public var name = "teletype"
2621 | }
:
3112 | public static let table: Concrete.table = .init()
3113 | public static let tag: Concrete.tag = .init()
3114 | public static let teletype: Concrete.teletype = .init()
| |- warning: static property 'teletype' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.teletype' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'teletype' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3115 | public static let tengesign: Concrete.tengesign = .init()
3116 | public static let textbox: Concrete.textbox = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3115:27: warning: static property 'tengesign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.tengesign' may have shared mutable state; this is an error in the Swift 6 language mode
2621 | }
2622 |
2623 | public struct tengesign: RoundableSymbol, FillableCircularSymbol, SquarableSymbol, FillableSquareSymbol {
| `- note: consider making struct 'tengesign' conform to the 'Sendable' protocol
2624 | public var name = "tengesign"
2625 | }
:
3113 | public static let tag: Concrete.tag = .init()
3114 | public static let teletype: Concrete.teletype = .init()
3115 | public static let tengesign: Concrete.tengesign = .init()
| |- warning: static property 'tengesign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.tengesign' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'tengesign' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3116 | public static let textbox: Concrete.textbox = .init()
3117 | public static let textformat: Concrete.textformat = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3116:27: warning: static property 'textbox' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.textbox' may have shared mutable state; this is an error in the Swift 6 language mode
2625 | }
2626 |
2627 | public struct textbox: DrawableSymbol {
| `- note: consider making struct 'textbox' conform to the 'Sendable' protocol
2628 | public var name = "textbox"
2629 | }
:
3114 | public static let teletype: Concrete.teletype = .init()
3115 | public static let tengesign: Concrete.tengesign = .init()
3116 | public static let textbox: Concrete.textbox = .init()
| |- warning: static property 'textbox' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.textbox' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'textbox' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3117 | public static let textformat: Concrete.textformat = .init()
3118 | public static let thermometer: Concrete.thermometer = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3117:27: warning: static property 'textformat' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.textformat' may have shared mutable state; this is an error in the Swift 6 language mode
2629 | }
2630 |
2631 | public struct textformat: DrawableSymbol {
| `- note: consider making struct 'textformat' conform to the 'Sendable' protocol
2632 | public var name = "textformat"
2633 |
:
3115 | public static let tengesign: Concrete.tengesign = .init()
3116 | public static let textbox: Concrete.textbox = .init()
3117 | public static let textformat: Concrete.textformat = .init()
| |- warning: static property 'textformat' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.textformat' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'textformat' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3118 | public static let thermometer: Concrete.thermometer = .init()
3119 | public static let timelapse: Concrete.timelapse = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3118:27: warning: static property 'thermometer' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.thermometer' may have shared mutable state; this is an error in the Swift 6 language mode
2674 | }
2675 |
2676 | public struct thermometer: DrawableSymbol {
| `- note: consider making struct 'thermometer' conform to the 'Sendable' protocol
2677 | public var name = "thermometer"
2678 |
:
3116 | public static let textbox: Concrete.textbox = .init()
3117 | public static let textformat: Concrete.textformat = .init()
3118 | public static let thermometer: Concrete.thermometer = .init()
| |- warning: static property 'thermometer' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.thermometer' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'thermometer' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3119 | public static let timelapse: Concrete.timelapse = .init()
3120 | public static let timer: Concrete.timer = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3119:27: warning: static property 'timelapse' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.timelapse' may have shared mutable state; this is an error in the Swift 6 language mode
2691 | }
2692 |
2693 | public struct timelapse: DrawableSymbol {
| `- note: consider making struct 'timelapse' conform to the 'Sendable' protocol
2694 | public var name = "timelapse"
2695 | }
:
3117 | public static let textformat: Concrete.textformat = .init()
3118 | public static let thermometer: Concrete.thermometer = .init()
3119 | public static let timelapse: Concrete.timelapse = .init()
| |- warning: static property 'timelapse' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.timelapse' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'timelapse' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3120 | public static let timer: Concrete.timer = .init()
3121 | public static let tornado: Concrete.tornado = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3120:27: warning: static property 'timer' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.timer' may have shared mutable state; this is an error in the Swift 6 language mode
2695 | }
2696 |
2697 | public struct timer: DrawableSymbol {
| `- note: consider making struct 'timer' conform to the 'Sendable' protocol
2698 | public var name = "timer"
2699 | }
:
3118 | public static let thermometer: Concrete.thermometer = .init()
3119 | public static let timelapse: Concrete.timelapse = .init()
3120 | public static let timer: Concrete.timer = .init()
| |- warning: static property 'timer' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.timer' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'timer' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3121 | public static let tornado: Concrete.tornado = .init()
3122 | public static let tortoise: Concrete.tortoise = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3121:27: warning: static property 'tornado' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.tornado' may have shared mutable state; this is an error in the Swift 6 language mode
2699 | }
2700 |
2701 | public struct tornado: DrawableSymbol {
| `- note: consider making struct 'tornado' conform to the 'Sendable' protocol
2702 | public var name = "tornado"
2703 | }
:
3119 | public static let timelapse: Concrete.timelapse = .init()
3120 | public static let timer: Concrete.timer = .init()
3121 | public static let tornado: Concrete.tornado = .init()
| |- warning: static property 'tornado' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.tornado' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'tornado' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3122 | public static let tortoise: Concrete.tortoise = .init()
3123 | public static let trash: Concrete.trash = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3122:27: warning: static property 'tortoise' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.tortoise' may have shared mutable state; this is an error in the Swift 6 language mode
2703 | }
2704 |
2705 | public struct tortoise: DrawableSymbol, FillableSymbol {
| `- note: consider making struct 'tortoise' conform to the 'Sendable' protocol
2706 | public var name = "tortoise"
2707 | }
:
3120 | public static let timer: Concrete.timer = .init()
3121 | public static let tornado: Concrete.tornado = .init()
3122 | public static let tortoise: Concrete.tortoise = .init()
| |- warning: static property 'tortoise' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.tortoise' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'tortoise' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3123 | public static let trash: Concrete.trash = .init()
3124 | public static let tray: Concrete.tray = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3123:27: warning: static property 'trash' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.trash' may have shared mutable state; this is an error in the Swift 6 language mode
2707 | }
2708 |
2709 | public struct trash: DrawableSymbol, RoundableSymbol, FillableCircularSymbol, FillableSymbol {
| `- note: consider making struct 'trash' conform to the 'Sendable' protocol
2710 | public var name = "trash"
2711 |
:
3121 | public static let tornado: Concrete.tornado = .init()
3122 | public static let tortoise: Concrete.tortoise = .init()
3123 | public static let trash: Concrete.trash = .init()
| |- warning: static property 'trash' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.trash' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'trash' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3124 | public static let tray: Concrete.tray = .init()
3125 | public static let triangle: Concrete.triangle = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3124:27: warning: static property 'tray' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.tray' may have shared mutable state; this is an error in the Swift 6 language mode
2719 | }
2720 |
2721 | public struct tray: DrawableSymbol, FillableSymbol {
| `- note: consider making struct 'tray' conform to the 'Sendable' protocol
2722 | public var name = "tray"
2723 |
:
3122 | public static let tortoise: Concrete.tortoise = .init()
3123 | public static let trash: Concrete.trash = .init()
3124 | public static let tray: Concrete.tray = .init()
| |- warning: static property 'tray' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.tray' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'tray' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3125 | public static let triangle: Concrete.triangle = .init()
3126 | public static let tropicalstorm: Concrete.tropicalstorm = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3125:27: warning: static property 'triangle' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.triangle' may have shared mutable state; this is an error in the Swift 6 language mode
2736 | }
2737 |
2738 | public struct triangle: DrawableSymbol, FillableSymbol {
| `- note: consider making struct 'triangle' conform to the 'Sendable' protocol
2739 | public var name = "triangle"
2740 |
:
3123 | public static let trash: Concrete.trash = .init()
3124 | public static let tray: Concrete.tray = .init()
3125 | public static let triangle: Concrete.triangle = .init()
| |- warning: static property 'triangle' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.triangle' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'triangle' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3126 | public static let tropicalstorm: Concrete.tropicalstorm = .init()
3127 | public static let tugriksign: Concrete.tugriksign = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3126:27: warning: static property 'tropicalstorm' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.tropicalstorm' may have shared mutable state; this is an error in the Swift 6 language mode
2753 | }
2754 |
2755 | public struct tropicalstorm: DrawableSymbol {
| `- note: consider making struct 'tropicalstorm' conform to the 'Sendable' protocol
2756 | public var name = "tropicalstorm"
2757 | }
:
3124 | public static let tray: Concrete.tray = .init()
3125 | public static let triangle: Concrete.triangle = .init()
3126 | public static let tropicalstorm: Concrete.tropicalstorm = .init()
| |- warning: static property 'tropicalstorm' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.tropicalstorm' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'tropicalstorm' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3127 | public static let tugriksign: Concrete.tugriksign = .init()
3128 | public static let tuningfork: Concrete.tuningfork = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3127:27: warning: static property 'tugriksign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.tugriksign' may have shared mutable state; this is an error in the Swift 6 language mode
2757 | }
2758 |
2759 | public struct tugriksign: RoundableSymbol, FillableCircularSymbol, SquarableSymbol, FillableSquareSymbol {
| `- note: consider making struct 'tugriksign' conform to the 'Sendable' protocol
2760 | public var name = "tugriksign"
2761 | }
:
3125 | public static let triangle: Concrete.triangle = .init()
3126 | public static let tropicalstorm: Concrete.tropicalstorm = .init()
3127 | public static let tugriksign: Concrete.tugriksign = .init()
| |- warning: static property 'tugriksign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.tugriksign' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'tugriksign' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3128 | public static let tuningfork: Concrete.tuningfork = .init()
3129 | public static let turkishlirasign: Concrete.turkishlirasign = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3128:27: warning: static property 'tuningfork' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.tuningfork' may have shared mutable state; this is an error in the Swift 6 language mode
2761 | }
2762 |
2763 | public struct tuningfork: DrawableSymbol {
| `- note: consider making struct 'tuningfork' conform to the 'Sendable' protocol
2764 | public var name = "tuningfork"
2765 | }
:
3126 | public static let tropicalstorm: Concrete.tropicalstorm = .init()
3127 | public static let tugriksign: Concrete.tugriksign = .init()
3128 | public static let tuningfork: Concrete.tuningfork = .init()
| |- warning: static property 'tuningfork' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.tuningfork' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'tuningfork' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3129 | public static let turkishlirasign: Concrete.turkishlirasign = .init()
3130 | public static let tv: Concrete.tv = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3129:27: warning: static property 'turkishlirasign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.turkishlirasign' may have shared mutable state; this is an error in the Swift 6 language mode
2765 | }
2766 |
2767 | public struct turkishlirasign: RoundableSymbol, FillableCircularSymbol, SquarableSymbol, FillableSquareSymbol {
| `- note: consider making struct 'turkishlirasign' conform to the 'Sendable' protocol
2768 | public var name = "turkishlirasign"
2769 | }
:
3127 | public static let tugriksign: Concrete.tugriksign = .init()
3128 | public static let tuningfork: Concrete.tuningfork = .init()
3129 | public static let turkishlirasign: Concrete.turkishlirasign = .init()
| |- warning: static property 'turkishlirasign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.turkishlirasign' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'turkishlirasign' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3130 | public static let tv: Concrete.tv = .init()
3131 | public static let umbrella: Concrete.umbrella = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3130:27: warning: static property 'tv' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.tv' may have shared mutable state; this is an error in the Swift 6 language mode
2769 | }
2770 |
2771 | public struct tv: DrawableSymbol, RoundableSymbol, FillableCircularSymbol, FillableSymbol {
| `- note: consider making struct 'tv' conform to the 'Sendable' protocol
2772 | public var name = "tv"
2773 | }
:
3128 | public static let tuningfork: Concrete.tuningfork = .init()
3129 | public static let turkishlirasign: Concrete.turkishlirasign = .init()
3130 | public static let tv: Concrete.tv = .init()
| |- warning: static property 'tv' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.tv' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'tv' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3131 | public static let umbrella: Concrete.umbrella = .init()
3132 | public static let underline: Concrete.underline = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3131:27: warning: static property 'umbrella' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.umbrella' may have shared mutable state; this is an error in the Swift 6 language mode
2773 | }
2774 |
2775 | public struct umbrella: DrawableSymbol, FillableSymbol {
| `- note: consider making struct 'umbrella' conform to the 'Sendable' protocol
2776 | public var name = "umbrella"
2777 | }
:
3129 | public static let turkishlirasign: Concrete.turkishlirasign = .init()
3130 | public static let tv: Concrete.tv = .init()
3131 | public static let umbrella: Concrete.umbrella = .init()
| |- warning: static property 'umbrella' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.umbrella' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'umbrella' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3132 | public static let underline: Concrete.underline = .init()
3133 | public static let video: Concrete.video = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3132:27: warning: static property 'underline' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.underline' may have shared mutable state; this is an error in the Swift 6 language mode
2777 | }
2778 |
2779 | public struct underline: DrawableSymbol {
| `- note: consider making struct 'underline' conform to the 'Sendable' protocol
2780 | public var name = "underline"
2781 | }
:
3130 | public static let tv: Concrete.tv = .init()
3131 | public static let umbrella: Concrete.umbrella = .init()
3132 | public static let underline: Concrete.underline = .init()
| |- warning: static property 'underline' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.underline' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'underline' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3133 | public static let video: Concrete.video = .init()
3134 | public static let viewfinder: Concrete.viewfinder = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3133:27: warning: static property 'video' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.video' may have shared mutable state; this is an error in the Swift 6 language mode
2781 | }
2782 |
2783 | public struct video: DrawableSymbol, RoundableSymbol, FillableCircularSymbol, FillableSymbol {
| `- note: consider making struct 'video' conform to the 'Sendable' protocol
2784 | public var name = "video"
2785 |
:
3131 | public static let umbrella: Concrete.umbrella = .init()
3132 | public static let underline: Concrete.underline = .init()
3133 | public static let video: Concrete.video = .init()
| |- warning: static property 'video' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.video' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'video' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3134 | public static let viewfinder: Concrete.viewfinder = .init()
3135 | public static let volume: Concrete.volume = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3134:27: warning: static property 'viewfinder' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.viewfinder' may have shared mutable state; this is an error in the Swift 6 language mode
2793 | }
2794 |
2795 | public struct viewfinder: DrawableSymbol, RoundableSymbol, FillableCircularSymbol {
| `- note: consider making struct 'viewfinder' conform to the 'Sendable' protocol
2796 | public var name = "viewfinder"
2797 | }
:
3132 | public static let underline: Concrete.underline = .init()
3133 | public static let video: Concrete.video = .init()
3134 | public static let viewfinder: Concrete.viewfinder = .init()
| |- warning: static property 'viewfinder' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.viewfinder' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'viewfinder' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3135 | public static let volume: Concrete.volume = .init()
3136 | public static let waveform: Concrete.waveform = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3135:27: warning: static property 'volume' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.volume' may have shared mutable state; this is an error in the Swift 6 language mode
2797 | }
2798 |
2799 | public struct volume: DrawableSymbol, FillableSymbol {
| `- note: consider making struct 'volume' conform to the 'Sendable' protocol
2800 | public var name = "volume"
2801 |
:
3133 | public static let video: Concrete.video = .init()
3134 | public static let viewfinder: Concrete.viewfinder = .init()
3135 | public static let volume: Concrete.volume = .init()
| |- warning: static property 'volume' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.volume' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'volume' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3136 | public static let waveform: Concrete.waveform = .init()
3137 | public static let wifi: Concrete.wifi = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3136:27: warning: static property 'waveform' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.waveform' may have shared mutable state; this is an error in the Swift 6 language mode
2829 | }
2830 |
2831 | public struct waveform: DrawableSymbol {
| `- note: consider making struct 'waveform' conform to the 'Sendable' protocol
2832 | public var name = "waveform"
2833 |
:
3134 | public static let viewfinder: Concrete.viewfinder = .init()
3135 | public static let volume: Concrete.volume = .init()
3136 | public static let waveform: Concrete.waveform = .init()
| |- warning: static property 'waveform' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.waveform' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'waveform' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3137 | public static let wifi: Concrete.wifi = .init()
3138 | public static let wind: Concrete.wind = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3137:27: warning: static property 'wifi' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.wifi' may have shared mutable state; this is an error in the Swift 6 language mode
2849 | }
2850 |
2851 | public struct wifi: DrawableSymbol {
| `- note: consider making struct 'wifi' conform to the 'Sendable' protocol
2852 | public var name = "wifi"
2853 |
:
3135 | public static let volume: Concrete.volume = .init()
3136 | public static let waveform: Concrete.waveform = .init()
3137 | public static let wifi: Concrete.wifi = .init()
| |- warning: static property 'wifi' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.wifi' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'wifi' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3138 | public static let wind: Concrete.wind = .init()
3139 | public static let wonsign: Concrete.wonsign = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3138:27: warning: static property 'wind' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.wind' may have shared mutable state; this is an error in the Swift 6 language mode
2866 | }
2867 |
2868 | public struct wind: DrawableSymbol {
| `- note: consider making struct 'wind' conform to the 'Sendable' protocol
2869 | public var name = "wind"
2870 |
:
3136 | public static let waveform: Concrete.waveform = .init()
3137 | public static let wifi: Concrete.wifi = .init()
3138 | public static let wind: Concrete.wind = .init()
| |- warning: static property 'wind' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.wind' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'wind' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3139 | public static let wonsign: Concrete.wonsign = .init()
3140 | public static let wrench: Concrete.wrench = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3139:27: warning: static property 'wonsign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.wonsign' may have shared mutable state; this is an error in the Swift 6 language mode
2878 | }
2879 |
2880 | public struct wonsign: RoundableSymbol, FillableCircularSymbol, SquarableSymbol, FillableSquareSymbol {
| `- note: consider making struct 'wonsign' conform to the 'Sendable' protocol
2881 | public var name = "wonsign"
2882 | }
:
3137 | public static let wifi: Concrete.wifi = .init()
3138 | public static let wind: Concrete.wind = .init()
3139 | public static let wonsign: Concrete.wonsign = .init()
| |- warning: static property 'wonsign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.wonsign' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'wonsign' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3140 | public static let wrench: Concrete.wrench = .init()
3141 | public static let xmark: Concrete.xmark = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3140:27: warning: static property 'wrench' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.wrench' may have shared mutable state; this is an error in the Swift 6 language mode
2882 | }
2883 |
2884 | public struct wrench: DrawableSymbol, FillableSymbol {
| `- note: consider making struct 'wrench' conform to the 'Sendable' protocol
2885 | public var name = "wrench"
2886 | }
:
3138 | public static let wind: Concrete.wind = .init()
3139 | public static let wonsign: Concrete.wonsign = .init()
3140 | public static let wrench: Concrete.wrench = .init()
| |- warning: static property 'wrench' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.wrench' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'wrench' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3141 | public static let xmark: Concrete.xmark = .init()
3142 | public static let yensign: Concrete.yensign = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3141:27: warning: static property 'xmark' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.xmark' may have shared mutable state; this is an error in the Swift 6 language mode
2886 | }
2887 |
2888 | public struct xmark: DrawableSymbol, RoundableSymbol, FillableCircularSymbol, SquarableSymbol, FillableSquareSymbol {
| `- note: consider making struct 'xmark' conform to the 'Sendable' protocol
2889 | public var name = "xmark"
2890 |
:
3139 | public static let wonsign: Concrete.wonsign = .init()
3140 | public static let wrench: Concrete.wrench = .init()
3141 | public static let xmark: Concrete.xmark = .init()
| |- warning: static property 'xmark' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.xmark' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'xmark' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3142 | public static let yensign: Concrete.yensign = .init()
3143 | public static let zzz: Concrete.zzz = .init()
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3142:27: warning: static property 'yensign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.yensign' may have shared mutable state; this is an error in the Swift 6 language mode
2913 | }
2914 |
2915 | public struct yensign: RoundableSymbol, FillableCircularSymbol, SquarableSymbol, FillableSquareSymbol {
| `- note: consider making struct 'yensign' conform to the 'Sendable' protocol
2916 | public var name = "yensign"
2917 | }
:
3140 | public static let wrench: Concrete.wrench = .init()
3141 | public static let xmark: Concrete.xmark = .init()
3142 | public static let yensign: Concrete.yensign = .init()
| |- warning: static property 'yensign' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.yensign' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'yensign' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3143 | public static let zzz: Concrete.zzz = .init()
3144 | }
/host/spi-builder-workspace/Sources/Symbolic/Generated/Symbols.swift:3143:27: warning: static property 'zzz' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.zzz' may have shared mutable state; this is an error in the Swift 6 language mode
2917 | }
2918 |
2919 | public struct zzz: DrawableSymbol {
| `- note: consider making struct 'zzz' conform to the 'Sendable' protocol
2920 | public var name = "zzz"
2921 | }
:
3141 | public static let xmark: Concrete.xmark = .init()
3142 | public static let yensign: Concrete.yensign = .init()
3143 | public static let zzz: Concrete.zzz = .init()
| |- warning: static property 'zzz' is not concurrency-safe because non-'Sendable' type 'Symbolic.Symbols.Concrete.zzz' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'zzz' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3144 | }
3145 | }
Build complete! (21.63s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Symbolic",
"name" : "Symbolic",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Symbolic",
"targets" : [
"Symbolic"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Generator",
"targets" : [
"Generator"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "Symbolic",
"module_type" : "SwiftTarget",
"name" : "Symbolic",
"path" : "Sources/Symbolic",
"product_memberships" : [
"Symbolic"
],
"sources" : [
"Extensions.swift",
"Generated/Letters.swift",
"Generated/Numbers.swift",
"Generated/Symbols.swift",
"Symbolic.swift",
"Types.swift"
],
"type" : "library"
},
{
"c99name" : "Generator",
"module_type" : "SwiftTarget",
"name" : "Generator",
"path" : "Sources/Generator",
"product_memberships" : [
"Generator"
],
"sources" : [
"Extensions.swift",
"Modifier.swift",
"Node.swift",
"main.swift"
],
"type" : "executable"
}
],
"tools_version" : "5.1"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.