The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Violet, reference main (01693c), with Swift 6.0 for Linux on 13 Feb 2025 12:06:33 UTC.

Swift 6 data race errors: 462

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -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>&1

Build Log

  87 |   ///
  88 |   /// See `PyStaticCall` documentation for more information.
  89 |   public final class KnownNotOverriddenMethods {
     |                      `- note: class 'KnownNotOverriddenMethods' does not conform to the 'Sendable' protocol
  90 |
  91 |     // MARK: - Aliases
/host/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:2493:25: warning: static property 'importWarningStaticMethods' is not concurrency-safe because non-'Sendable' type 'PyStaticCall.KnownNotOverriddenMethods' may have shared mutable state; this is an error in the Swift 6 language mode
2491 |
2492 |     // 'ImportWarning' does not add any interesting methods to 'Warning'.
2493 |     internal static let importWarningStaticMethods = Py.ErrorTypes.warningStaticMethods.copy()
     |                         |- warning: static property 'importWarningStaticMethods' is not concurrency-safe because non-'Sendable' type 'PyStaticCall.KnownNotOverriddenMethods' may have shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: annotate 'importWarningStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2494 |
2495 |     // MARK: - UnicodeWarning
/host/spi-builder-workspace/Sources/Objects/Generated/PyStaticCall.swift:89:22: note: class 'KnownNotOverriddenMethods' does not conform to the 'Sendable' protocol
  87 |   ///
  88 |   /// See `PyStaticCall` documentation for more information.
  89 |   public final class KnownNotOverriddenMethods {
     |                      `- note: class 'KnownNotOverriddenMethods' does not conform to the 'Sendable' protocol
  90 |
  91 |     // MARK: - Aliases
/host/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:2513:25: warning: static property 'unicodeWarningStaticMethods' is not concurrency-safe because non-'Sendable' type 'PyStaticCall.KnownNotOverriddenMethods' may have shared mutable state; this is an error in the Swift 6 language mode
2511 |
2512 |     // 'UnicodeWarning' does not add any interesting methods to 'Warning'.
2513 |     internal static let unicodeWarningStaticMethods = Py.ErrorTypes.warningStaticMethods.copy()
     |                         |- warning: static property 'unicodeWarningStaticMethods' is not concurrency-safe because non-'Sendable' type 'PyStaticCall.KnownNotOverriddenMethods' may have shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: annotate 'unicodeWarningStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2514 |
2515 |     // MARK: - BytesWarning
/host/spi-builder-workspace/Sources/Objects/Generated/PyStaticCall.swift:89:22: note: class 'KnownNotOverriddenMethods' does not conform to the 'Sendable' protocol
  87 |   ///
  88 |   /// See `PyStaticCall` documentation for more information.
  89 |   public final class KnownNotOverriddenMethods {
     |                      `- note: class 'KnownNotOverriddenMethods' does not conform to the 'Sendable' protocol
  90 |
  91 |     // MARK: - Aliases
/host/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:2533:25: warning: static property 'bytesWarningStaticMethods' is not concurrency-safe because non-'Sendable' type 'PyStaticCall.KnownNotOverriddenMethods' may have shared mutable state; this is an error in the Swift 6 language mode
2531 |
2532 |     // 'BytesWarning' does not add any interesting methods to 'Warning'.
2533 |     internal static let bytesWarningStaticMethods = Py.ErrorTypes.warningStaticMethods.copy()
     |                         |- warning: static property 'bytesWarningStaticMethods' is not concurrency-safe because non-'Sendable' type 'PyStaticCall.KnownNotOverriddenMethods' may have shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: annotate 'bytesWarningStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2534 |
2535 |     // MARK: - ResourceWarning
/host/spi-builder-workspace/Sources/Objects/Generated/PyStaticCall.swift:89:22: note: class 'KnownNotOverriddenMethods' does not conform to the 'Sendable' protocol
  87 |   ///
  88 |   /// See `PyStaticCall` documentation for more information.
  89 |   public final class KnownNotOverriddenMethods {
     |                      `- note: class 'KnownNotOverriddenMethods' does not conform to the 'Sendable' protocol
  90 |
  91 |     // MARK: - Aliases
/host/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:2553:25: warning: static property 'resourceWarningStaticMethods' is not concurrency-safe because non-'Sendable' type 'PyStaticCall.KnownNotOverriddenMethods' may have shared mutable state; this is an error in the Swift 6 language mode
2551 |
2552 |     // 'ResourceWarning' does not add any interesting methods to 'Warning'.
2553 |     internal static let resourceWarningStaticMethods = Py.ErrorTypes.warningStaticMethods.copy()
     |                         |- warning: static property 'resourceWarningStaticMethods' is not concurrency-safe because non-'Sendable' type 'PyStaticCall.KnownNotOverriddenMethods' may have shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: annotate 'resourceWarningStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2554 |
2555 |   }
/host/spi-builder-workspace/Sources/Objects/Generated/PyStaticCall.swift:89:22: note: class 'KnownNotOverriddenMethods' does not conform to the 'Sendable' protocol
  87 |   ///
  88 |   /// See `PyStaticCall` documentation for more information.
  89 |   public final class KnownNotOverriddenMethods {
     |                      `- note: class 'KnownNotOverriddenMethods' does not conform to the 'Sendable' protocol
  90 |
  91 |     // MARK: - Aliases
/host/spi-builder-workspace/Sources/Objects/PyType+Flags.swift:9:23: warning: static property 'hasGCFlag' is not concurrency-safe because non-'Sendable' type 'PyType.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | extension PyType {
  4 |
  5 |   public struct Flags: CustomStringConvertible, ExpressibleByArrayLiteral {
    |                 `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
  6 |
  7 |     public static let isHeapTypeFlag = Flags(objectFlags: .custom0)
  8 |     public static let isBaseTypeFlag = Flags(objectFlags: .custom1)
  9 |     public static let hasGCFlag = Flags(objectFlags: .custom2)
    |                       |- warning: static property 'hasGCFlag' is not concurrency-safe because non-'Sendable' type 'PyType.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'hasGCFlag' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 10 |     public static let isAbstractFlag = Flags(objectFlags: .custom3)
 11 |     public static let hasFinalizeFlag = Flags(objectFlags: .custom4)
/host/spi-builder-workspace/Sources/Objects/PyType+Flags.swift:23:23: warning: static property 'instancesHave__dict__Flag' is not concurrency-safe because non-'Sendable' type 'PyType.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | extension PyType {
  4 |
  5 |   public struct Flags: CustomStringConvertible, ExpressibleByArrayLiteral {
    |                 `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
  6 |
  7 |     public static let isHeapTypeFlag = Flags(objectFlags: .custom0)
    :
 21 |     public static let isTypeSubclassFlag = Flags(objectFlags: .custom15)
 22 |
 23 |     public static let instancesHave__dict__Flag = Flags(objectFlags: .custom20)
    |                       |- warning: static property 'instancesHave__dict__Flag' is not concurrency-safe because non-'Sendable' type 'PyType.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'instancesHave__dict__Flag' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 24 |     public static let subclassInstancesHave__dict__Flag = Flags(objectFlags: .custom21)
 25 |
/host/spi-builder-workspace/Sources/Objects/PyType+Flags.swift:20:23: warning: static property 'isBaseExceptionSubclassFlag' is not concurrency-safe because non-'Sendable' type 'PyType.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | extension PyType {
  4 |
  5 |   public struct Flags: CustomStringConvertible, ExpressibleByArrayLiteral {
    |                 `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
  6 |
  7 |     public static let isHeapTypeFlag = Flags(objectFlags: .custom0)
    :
 18 |     public static let isUnicodeSubclassFlag = Flags(objectFlags: .custom12)
 19 |     public static let isDictSubclassFlag = Flags(objectFlags: .custom13)
 20 |     public static let isBaseExceptionSubclassFlag = Flags(objectFlags: .custom14)
    |                       |- warning: static property 'isBaseExceptionSubclassFlag' is not concurrency-safe because non-'Sendable' type 'PyType.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'isBaseExceptionSubclassFlag' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 |     public static let isTypeSubclassFlag = Flags(objectFlags: .custom15)
 22 |
/host/spi-builder-workspace/Sources/Objects/PyType+Flags.swift:8:23: warning: static property 'isBaseTypeFlag' is not concurrency-safe because non-'Sendable' type 'PyType.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | extension PyType {
  4 |
  5 |   public struct Flags: CustomStringConvertible, ExpressibleByArrayLiteral {
    |                 `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
  6 |
  7 |     public static let isHeapTypeFlag = Flags(objectFlags: .custom0)
  8 |     public static let isBaseTypeFlag = Flags(objectFlags: .custom1)
    |                       |- warning: static property 'isBaseTypeFlag' is not concurrency-safe because non-'Sendable' type 'PyType.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'isBaseTypeFlag' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  9 |     public static let hasGCFlag = Flags(objectFlags: .custom2)
 10 |     public static let isAbstractFlag = Flags(objectFlags: .custom3)
/host/spi-builder-workspace/Sources/Objects/PyType+Flags.swift:12:23: warning: static property 'isDefaultFlag' is not concurrency-safe because non-'Sendable' type 'PyType.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | extension PyType {
  4 |
  5 |   public struct Flags: CustomStringConvertible, ExpressibleByArrayLiteral {
    |                 `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
  6 |
  7 |     public static let isHeapTypeFlag = Flags(objectFlags: .custom0)
    :
 10 |     public static let isAbstractFlag = Flags(objectFlags: .custom3)
 11 |     public static let hasFinalizeFlag = Flags(objectFlags: .custom4)
 12 |     public static let isDefaultFlag = Flags(objectFlags: .custom5)
    |                       |- warning: static property 'isDefaultFlag' is not concurrency-safe because non-'Sendable' type 'PyType.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'isDefaultFlag' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 |     public static let isLongSubclassFlag = Flags(objectFlags: .custom8)
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:1053:25: warning: static property 'boolStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1051 |     }
1052 |
1053 |     internal static var boolStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'boolStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'boolStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'boolStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1054 |       var result = Py.Types.intStaticMethods.copy()
1055 |       result.__repr__ = .init(PyBool.__repr__(_:zelf:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:2674:25: warning: static property 'intStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2672 |     }
2673 |
2674 |     internal static var intStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'intStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'intStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'intStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2675 |       var result = Py.Types.objectStaticMethods.copy()
2676 |       result.__repr__ = .init(PyInt.__repr__(_:zelf:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:1109:25: warning: static property 'builtinFunctionStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1107 |     }
1108 |
1109 |     internal static var builtinFunctionStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'builtinFunctionStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'builtinFunctionStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'builtinFunctionStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1110 |       var result = Py.Types.objectStaticMethods.copy()
1111 |       result.__repr__ = .init(PyBuiltinFunction.__repr__(_:zelf:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:1166:25: warning: static property 'builtinMethodStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1164 |     }
1165 |
1166 |     internal static var builtinMethodStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'builtinMethodStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'builtinMethodStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'builtinMethodStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1167 |       var result = Py.Types.objectStaticMethods.copy()
1168 |       result.__repr__ = .init(PyBuiltinMethod.__repr__(_:zelf:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:1324:25: warning: static property 'byteArrayStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1322 |     }
1323 |
1324 |     internal static var byteArrayStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'byteArrayStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'byteArrayStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'byteArrayStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1325 |       var result = Py.Types.objectStaticMethods.copy()
1326 |       result.__repr__ = .init(PyByteArray.__repr__(_:zelf:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:1372:25: warning: static property 'byteArrayIteratorStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1370 |     }
1371 |
1372 |     internal static var byteArrayIteratorStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'byteArrayIteratorStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'byteArrayIteratorStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'byteArrayIteratorStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1373 |       var result = Py.Types.objectStaticMethods.copy()
1374 |       result.__getattribute__ = .init(PyByteArrayIterator.__getattribute__(_:zelf:name:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:1498:25: warning: static property 'bytesStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1496 |     }
1497 |
1498 |     internal static var bytesStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'bytesStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'bytesStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'bytesStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1499 |       var result = Py.Types.objectStaticMethods.copy()
1500 |       result.__repr__ = .init(PyBytes.__repr__(_:zelf:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:1542:25: warning: static property 'bytesIteratorStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1540 |     }
1541 |
1542 |     internal static var bytesIteratorStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'bytesIteratorStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'bytesIteratorStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'bytesIteratorStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1543 |       var result = Py.Types.objectStaticMethods.copy()
1544 |       result.__getattribute__ = .init(PyBytesIterator.__getattribute__(_:zelf:name:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:1567:25: warning: static property 'callableIteratorStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1565 |     }
1566 |
1567 |     internal static var callableIteratorStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'callableIteratorStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'callableIteratorStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'callableIteratorStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1568 |       var result = Py.Types.objectStaticMethods.copy()
1569 |       result.__getattribute__ = .init(PyCallableIterator.__getattribute__(_:zelf:name:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:1599:25: warning: static property 'cellStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1597 |     }
1598 |
1599 |     internal static var cellStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'cellStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'cellStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'cellStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1600 |       var result = Py.Types.objectStaticMethods.copy()
1601 |       result.__repr__ = .init(PyCell.__repr__(_:zelf:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:1636:25: warning: static property 'classMethodStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1634 |     }
1635 |
1636 |     internal static var classMethodStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'classMethodStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'classMethodStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'classMethodStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1637 |       var result = Py.Types.objectStaticMethods.copy()
1638 |       result.__isabstractmethod__ = .init(PyClassMethod.__isabstractmethod__(_:zelf:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:1685:25: warning: static property 'codeStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1683 |     }
1684 |
1685 |     internal static var codeStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'codeStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'codeStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'codeStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1686 |       var result = Py.Types.objectStaticMethods.copy()
1687 |       result.__repr__ = .init(PyCode.__repr__(_:zelf:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:1785:25: warning: static property 'complexStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1783 |     }
1784 |
1785 |     internal static var complexStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'complexStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'complexStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'complexStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1786 |       var result = Py.Types.objectStaticMethods.copy()
1787 |       result.__repr__ = .init(PyComplex.__repr__(_:zelf:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:1891:25: warning: static property 'dictStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1889 |     }
1890 |
1891 |     internal static var dictStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'dictStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'dictStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'dictStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1892 |       var result = Py.Types.objectStaticMethods.copy()
1893 |       result.__repr__ = .init(PyDict.__repr__(_:zelf:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:1934:25: warning: static property 'dictItemIteratorStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1932 |     }
1933 |
1934 |     internal static var dictItemIteratorStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'dictItemIteratorStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'dictItemIteratorStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'dictItemIteratorStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1935 |       var result = Py.Types.objectStaticMethods.copy()
1936 |       result.__getattribute__ = .init(PyDictItemIterator.__getattribute__(_:zelf:name:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:1980:25: warning: static property 'dictItemsStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1978 |     }
1979 |
1980 |     internal static var dictItemsStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'dictItemsStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'dictItemsStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'dictItemsStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1981 |       var result = Py.Types.objectStaticMethods.copy()
1982 |       result.__repr__ = .init(PyDictItems.__repr__(_:zelf:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:2019:25: warning: static property 'dictKeyIteratorStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2017 |     }
2018 |
2019 |     internal static var dictKeyIteratorStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'dictKeyIteratorStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'dictKeyIteratorStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'dictKeyIteratorStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2020 |       var result = Py.Types.objectStaticMethods.copy()
2021 |       result.__getattribute__ = .init(PyDictKeyIterator.__getattribute__(_:zelf:name:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:2065:25: warning: static property 'dictKeysStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2063 |     }
2064 |
2065 |     internal static var dictKeysStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'dictKeysStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'dictKeysStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'dictKeysStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2066 |       var result = Py.Types.objectStaticMethods.copy()
2067 |       result.__repr__ = .init(PyDictKeys.__repr__(_:zelf:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:2104:25: warning: static property 'dictValueIteratorStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2102 |     }
2103 |
2104 |     internal static var dictValueIteratorStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'dictValueIteratorStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'dictValueIteratorStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'dictValueIteratorStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2105 |       var result = Py.Types.objectStaticMethods.copy()
2106 |       result.__getattribute__ = .init(PyDictValueIterator.__getattribute__(_:zelf:name:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:2131:25: warning: static property 'dictValuesStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2129 |     }
2130 |
2131 |     internal static var dictValuesStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'dictValuesStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'dictValuesStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'dictValuesStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2132 |       var result = Py.Types.objectStaticMethods.copy()
2133 |       result.__repr__ = .init(PyDictValues.__repr__(_:zelf:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:2160:25: warning: static property 'ellipsisStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2158 |     }
2159 |
2160 |     internal static var ellipsisStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'ellipsisStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'ellipsisStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'ellipsisStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2161 |       var result = Py.Types.objectStaticMethods.copy()
2162 |       result.__repr__ = .init(PyEllipsis.__repr__(_:zelf:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:2187:25: warning: static property 'enumerateStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2185 |     }
2186 |
2187 |     internal static var enumerateStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'enumerateStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'enumerateStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'enumerateStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2188 |       var result = Py.Types.objectStaticMethods.copy()
2189 |       result.__getattribute__ = .init(PyEnumerate.__getattribute__(_:zelf:name:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:2215:25: warning: static property 'filterStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2213 |     }
2214 |
2215 |     internal static var filterStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'filterStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'filterStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'filterStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2216 |       var result = Py.Types.objectStaticMethods.copy()
2217 |       result.__getattribute__ = .init(PyFilter.__getattribute__(_:zelf:name:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:2320:25: warning: static property 'floatStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2318 |     }
2319 |
2320 |     internal static var floatStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'floatStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'floatStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'floatStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2321 |       var result = Py.Types.objectStaticMethods.copy()
2322 |       result.__repr__ = .init(PyFloat.__repr__(_:zelf:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:2392:25: warning: static property 'frameStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2390 |     }
2391 |
2392 |     internal static var frameStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'frameStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'frameStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'frameStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2393 |       var result = Py.Types.objectStaticMethods.copy()
2394 |       result.__repr__ = .init(PyFrame.__repr__(_:zelf:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:2471:25: warning: static property 'frozenSetStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2469 |     }
2470 |
2471 |     internal static var frozenSetStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'frozenSetStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'frozenSetStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'frozenSetStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2472 |       var result = Py.Types.objectStaticMethods.copy()
2473 |       result.__repr__ = .init(PyFrozenSet.__repr__(_:zelf:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:2545:25: warning: static property 'functionStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2543 |     }
2544 |
2545 |     internal static var functionStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'functionStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'functionStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'functionStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2546 |       var result = Py.Types.objectStaticMethods.copy()
2547 |       result.__repr__ = .init(PyFunction.__repr__(_:zelf:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:2744:25: warning: static property 'iteratorStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2742 |     }
2743 |
2744 |     internal static var iteratorStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'iteratorStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'iteratorStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'iteratorStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2745 |       var result = Py.Types.objectStaticMethods.copy()
2746 |       result.__getattribute__ = .init(PyIterator.__getattribute__(_:zelf:name:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:2832:25: warning: static property 'listStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2830 |     }
2831 |
2832 |     internal static var listStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'listStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'listStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'listStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2833 |       var result = Py.Types.objectStaticMethods.copy()
2834 |       result.__repr__ = .init(PyList.__repr__(_:zelf:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:2880:25: warning: static property 'listIteratorStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2878 |     }
2879 |
2880 |     internal static var listIteratorStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'listIteratorStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'listIteratorStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'listIteratorStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2881 |       var result = Py.Types.objectStaticMethods.copy()
2882 |       result.__getattribute__ = .init(PyListIterator.__getattribute__(_:zelf:name:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:2910:25: warning: static property 'listReverseIteratorStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2908 |     }
2909 |
2910 |     internal static var listReverseIteratorStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'listReverseIteratorStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'listReverseIteratorStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'listReverseIteratorStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2911 |       var result = Py.Types.objectStaticMethods.copy()
2912 |       result.__getattribute__ = .init(PyListReverseIterator.__getattribute__(_:zelf:name:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:2938:25: warning: static property 'mapStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2936 |     }
2937 |
2938 |     internal static var mapStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'mapStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'mapStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'mapStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2939 |       var result = Py.Types.objectStaticMethods.copy()
2940 |       result.__getattribute__ = .init(PyMap.__getattribute__(_:zelf:name:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:2989:25: warning: static property 'methodStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2987 |     }
2988 |
2989 |     internal static var methodStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'methodStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'methodStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'methodStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2990 |       var result = Py.Types.objectStaticMethods.copy()
2991 |       result.__repr__ = .init(PyMethod.__repr__(_:zelf:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:3034:25: warning: static property 'moduleStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3032 |     }
3033 |
3034 |     internal static var moduleStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'moduleStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'moduleStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'moduleStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3035 |       var result = Py.Types.objectStaticMethods.copy()
3036 |       result.__repr__ = .init(PyModule.__repr__(_:zelf:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:3082:25: warning: static property 'namespaceStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3080 |     }
3081 |
3082 |     internal static var namespaceStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'namespaceStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'namespaceStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'namespaceStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3083 |       var result = Py.Types.objectStaticMethods.copy()
3084 |       result.__repr__ = .init(PyNamespace.__repr__(_:zelf:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:3117:25: warning: static property 'noneStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3115 |     }
3116 |
3117 |     internal static var noneStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'noneStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'noneStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'noneStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3118 |       var result = Py.Types.objectStaticMethods.copy()
3119 |       result.__repr__ = .init(PyNone.__repr__(_:zelf:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:3141:25: warning: static property 'notImplementedStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3139 |     }
3140 |
3141 |     internal static var notImplementedStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'notImplementedStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'notImplementedStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'notImplementedStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3142 |       var result = Py.Types.objectStaticMethods.copy()
3143 |       result.__repr__ = .init(PyNotImplemented.__repr__(_:zelf:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:3253:25: warning: static property 'propertyStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3251 |     }
3252 |
3253 |     internal static var propertyStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'propertyStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'propertyStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'propertyStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3254 |       var result = Py.Types.objectStaticMethods.copy()
3255 |       result.__getattribute__ = .init(PyProperty.__getattribute__(_:zelf:name:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:3315:25: warning: static property 'rangeStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3313 |     }
3314 |
3315 |     internal static var rangeStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'rangeStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'rangeStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'rangeStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3316 |       var result = Py.Types.objectStaticMethods.copy()
3317 |       result.__repr__ = .init(PyRange.__repr__(_:zelf:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:3357:25: warning: static property 'rangeIteratorStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3355 |     }
3356 |
3357 |     internal static var rangeIteratorStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'rangeIteratorStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'rangeIteratorStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'rangeIteratorStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3358 |       var result = Py.Types.objectStaticMethods.copy()
3359 |       result.__getattribute__ = .init(PyRangeIterator.__getattribute__(_:zelf:name:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:3387:25: warning: static property 'reversedStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3385 |     }
3386 |
3387 |     internal static var reversedStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'reversedStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'reversedStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'reversedStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3388 |       var result = Py.Types.objectStaticMethods.copy()
3389 |       result.__getattribute__ = .init(PyReversed.__getattribute__(_:zelf:name:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:3479:25: warning: static property 'setStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3477 |     }
3478 |
3479 |     internal static var setStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'setStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'setStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'setStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3480 |       var result = Py.Types.objectStaticMethods.copy()
3481 |       result.__repr__ = .init(PySet.__repr__(_:zelf:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:3526:25: warning: static property 'setIteratorStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3524 |     }
3525 |
3526 |     internal static var setIteratorStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'setIteratorStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'setIteratorStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'setIteratorStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3527 |       var result = Py.Types.objectStaticMethods.copy()
3528 |       result.__getattribute__ = .init(PySetIterator.__getattribute__(_:zelf:name:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:3574:25: warning: static property 'sliceStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3572 |     }
3573 |
3574 |     internal static var sliceStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'sliceStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'sliceStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'sliceStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3575 |       var result = Py.Types.objectStaticMethods.copy()
3576 |       result.__repr__ = .init(PySlice.__repr__(_:zelf:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:3612:25: warning: static property 'staticMethodStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3610 |     }
3611 |
3612 |     internal static var staticMethodStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'staticMethodStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'staticMethodStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'staticMethodStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3613 |       var result = Py.Types.objectStaticMethods.copy()
3614 |       result.__isabstractmethod__ = .init(PyStaticMethod.__isabstractmethod__(_:zelf:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:3746:25: warning: static property 'stringStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3744 |     }
3745 |
3746 |     internal static var stringStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'stringStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'stringStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'stringStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3747 |       var result = Py.Types.objectStaticMethods.copy()
3748 |       result.__repr__ = .init(PyString.__repr__(_:zelf:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:3790:25: warning: static property 'stringIteratorStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3788 |     }
3789 |
3790 |     internal static var stringIteratorStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'stringIteratorStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'stringIteratorStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'stringIteratorStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3791 |       var result = Py.Types.objectStaticMethods.copy()
3792 |       result.__getattribute__ = .init(PyStringIterator.__getattribute__(_:zelf:name:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:3826:25: warning: static property 'superStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3824 |     }
3825 |
3826 |     internal static var superStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'superStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'superStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'superStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3827 |       var result = Py.Types.objectStaticMethods.copy()
3828 |       result.__repr__ = .init(PySuper.__repr__(_:zelf:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:3868:25: warning: static property 'textFileStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3866 |     }
3867 |
3868 |     internal static var textFileStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'textFileStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'textFileStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'textFileStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3869 |       var result = Py.Types.objectStaticMethods.copy()
3870 |       result.__repr__ = .init(PyTextFile.__repr__(_:zelf:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:3902:25: warning: static property 'tracebackStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3900 |     }
3901 |
3902 |     internal static var tracebackStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'tracebackStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'tracebackStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'tracebackStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3903 |       var result = Py.Types.objectStaticMethods.copy()
3904 |       result.__dir__ = .init(PyTraceback.__dir__(_:zelf:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:3959:25: warning: static property 'tupleStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3957 |     }
3958 |
3959 |     internal static var tupleStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'tupleStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'tupleStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'tupleStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3960 |       var result = Py.Types.objectStaticMethods.copy()
3961 |       result.__repr__ = .init(PyTuple.__repr__(_:zelf:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:4002:25: warning: static property 'tupleIteratorStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4000 |     }
4001 |
4002 |     internal static var tupleIteratorStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'tupleIteratorStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'tupleIteratorStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'tupleIteratorStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4003 |       var result = Py.Types.objectStaticMethods.copy()
4004 |       result.__getattribute__ = .init(PyTupleIterator.__getattribute__(_:zelf:name:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:4070:25: warning: static property 'typeStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4068 |     }
4069 |
4070 |     internal static var typeStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'typeStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'typeStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'typeStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4071 |       var result = Py.Types.objectStaticMethods.copy()
4072 |       result.__repr__ = .init(PyType.__repr__(_:zelf:))
/host/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:4103:25: warning: static property 'zipStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4101 |     }
4102 |
4103 |     internal static var zipStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'zipStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'zipStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'zipStaticMethods' with '@MainActor' if property should only be accessed from the main actor
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4104 |       var result = Py.Types.objectStaticMethods.copy()
4105 |       result.__getattribute__ = .init(PyZip.__getattribute__(_:zelf:name:))
/host/spi-builder-workspace/Sources/Objects/PyType+Flags.swift:24:23: warning: static property 'subclassInstancesHave__dict__Flag' is not concurrency-safe because non-'Sendable' type 'PyType.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | extension PyType {
  4 |
  5 |   public struct Flags: CustomStringConvertible, ExpressibleByArrayLiteral {
    |                 `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
  6 |
  7 |     public static let isHeapTypeFlag = Flags(objectFlags: .custom0)
    :
 22 |
 23 |     public static let instancesHave__dict__Flag = Flags(objectFlags: .custom20)
 24 |     public static let subclassInstancesHave__dict__Flag = Flags(objectFlags: .custom21)
    |                       |- warning: static property 'subclassInstancesHave__dict__Flag' is not concurrency-safe because non-'Sendable' type 'PyType.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'subclassInstancesHave__dict__Flag' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 25 |
 26 |     internal private(set) var objectFlags: PyObject.Flags
/host/spi-builder-workspace/Sources/Objects/PyType+Flags.swift:17:23: warning: static property 'isBytesSubclassFlag' is not concurrency-safe because non-'Sendable' type 'PyType.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | extension PyType {
  4 |
  5 |   public struct Flags: CustomStringConvertible, ExpressibleByArrayLiteral {
    |                 `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
  6 |
  7 |     public static let isHeapTypeFlag = Flags(objectFlags: .custom0)
    :
 15 |     public static let isListSubclassFlag = Flags(objectFlags: .custom9)
 16 |     public static let isTupleSubclassFlag = Flags(objectFlags: .custom10)
 17 |     public static let isBytesSubclassFlag = Flags(objectFlags: .custom11)
    |                       |- warning: static property 'isBytesSubclassFlag' is not concurrency-safe because non-'Sendable' type 'PyType.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'isBytesSubclassFlag' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |     public static let isUnicodeSubclassFlag = Flags(objectFlags: .custom12)
 19 |     public static let isDictSubclassFlag = Flags(objectFlags: .custom13)
/host/spi-builder-workspace/Sources/Objects/PyType+Flags.swift:19:23: warning: static property 'isDictSubclassFlag' is not concurrency-safe because non-'Sendable' type 'PyType.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | extension PyType {
  4 |
  5 |   public struct Flags: CustomStringConvertible, ExpressibleByArrayLiteral {
    |                 `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
  6 |
  7 |     public static let isHeapTypeFlag = Flags(objectFlags: .custom0)
    :
 17 |     public static let isBytesSubclassFlag = Flags(objectFlags: .custom11)
 18 |     public static let isUnicodeSubclassFlag = Flags(objectFlags: .custom12)
 19 |     public static let isDictSubclassFlag = Flags(objectFlags: .custom13)
    |                       |- warning: static property 'isDictSubclassFlag' is not concurrency-safe because non-'Sendable' type 'PyType.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'isDictSubclassFlag' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 20 |     public static let isBaseExceptionSubclassFlag = Flags(objectFlags: .custom14)
 21 |     public static let isTypeSubclassFlag = Flags(objectFlags: .custom15)
/host/spi-builder-workspace/Sources/Objects/PyType+Flags.swift:14:23: warning: static property 'isLongSubclassFlag' is not concurrency-safe because non-'Sendable' type 'PyType.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | extension PyType {
  4 |
  5 |   public struct Flags: CustomStringConvertible, ExpressibleByArrayLiteral {
    |                 `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
  6 |
  7 |     public static let isHeapTypeFlag = Flags(objectFlags: .custom0)
    :
 12 |     public static let isDefaultFlag = Flags(objectFlags: .custom5)
 13 |
 14 |     public static let isLongSubclassFlag = Flags(objectFlags: .custom8)
    |                       |- warning: static property 'isLongSubclassFlag' is not concurrency-safe because non-'Sendable' type 'PyType.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'isLongSubclassFlag' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 15 |     public static let isListSubclassFlag = Flags(objectFlags: .custom9)
 16 |     public static let isTupleSubclassFlag = Flags(objectFlags: .custom10)
/host/spi-builder-workspace/Sources/Objects/PyType+Flags.swift:15:23: warning: static property 'isListSubclassFlag' is not concurrency-safe because non-'Sendable' type 'PyType.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | extension PyType {
  4 |
  5 |   public struct Flags: CustomStringConvertible, ExpressibleByArrayLiteral {
    |                 `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
  6 |
  7 |     public static let isHeapTypeFlag = Flags(objectFlags: .custom0)
    :
 13 |
 14 |     public static let isLongSubclassFlag = Flags(objectFlags: .custom8)
 15 |     public static let isListSubclassFlag = Flags(objectFlags: .custom9)
    |                       |- warning: static property 'isListSubclassFlag' is not concurrency-safe because non-'Sendable' type 'PyType.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'isListSubclassFlag' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 16 |     public static let isTupleSubclassFlag = Flags(objectFlags: .custom10)
 17 |     public static let isBytesSubclassFlag = Flags(objectFlags: .custom11)
/host/spi-builder-workspace/Sources/Objects/PyType+Flags.swift:18:23: warning: static property 'isUnicodeSubclassFlag' is not concurrency-safe because non-'Sendable' type 'PyType.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | extension PyType {
  4 |
  5 |   public struct Flags: CustomStringConvertible, ExpressibleByArrayLiteral {
    |                 `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
  6 |
  7 |     public static let isHeapTypeFlag = Flags(objectFlags: .custom0)
    :
 16 |     public static let isTupleSubclassFlag = Flags(objectFlags: .custom10)
 17 |     public static let isBytesSubclassFlag = Flags(objectFlags: .custom11)
 18 |     public static let isUnicodeSubclassFlag = Flags(objectFlags: .custom12)
    |                       |- warning: static property 'isUnicodeSubclassFlag' is not concurrency-safe because non-'Sendable' type 'PyType.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'isUnicodeSubclassFlag' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 19 |     public static let isDictSubclassFlag = Flags(objectFlags: .custom13)
 20 |     public static let isBaseExceptionSubclassFlag = Flags(objectFlags: .custom14)
/host/spi-builder-workspace/Sources/Objects/PyType+Flags.swift:11:23: warning: static property 'hasFinalizeFlag' is not concurrency-safe because non-'Sendable' type 'PyType.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | extension PyType {
  4 |
  5 |   public struct Flags: CustomStringConvertible, ExpressibleByArrayLiteral {
    |                 `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
  6 |
  7 |     public static let isHeapTypeFlag = Flags(objectFlags: .custom0)
    :
  9 |     public static let hasGCFlag = Flags(objectFlags: .custom2)
 10 |     public static let isAbstractFlag = Flags(objectFlags: .custom3)
 11 |     public static let hasFinalizeFlag = Flags(objectFlags: .custom4)
    |                       |- warning: static property 'hasFinalizeFlag' is not concurrency-safe because non-'Sendable' type 'PyType.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'hasFinalizeFlag' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 |     public static let isDefaultFlag = Flags(objectFlags: .custom5)
 13 |
/host/spi-builder-workspace/Sources/Objects/PyType+Flags.swift:16:23: warning: static property 'isTupleSubclassFlag' is not concurrency-safe because non-'Sendable' type 'PyType.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | extension PyType {
  4 |
  5 |   public struct Flags: CustomStringConvertible, ExpressibleByArrayLiteral {
    |                 `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
  6 |
  7 |     public static let isHeapTypeFlag = Flags(objectFlags: .custom0)
    :
 14 |     public static let isLongSubclassFlag = Flags(objectFlags: .custom8)
 15 |     public static let isListSubclassFlag = Flags(objectFlags: .custom9)
 16 |     public static let isTupleSubclassFlag = Flags(objectFlags: .custom10)
    |                       |- warning: static property 'isTupleSubclassFlag' is not concurrency-safe because non-'Sendable' type 'PyType.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'isTupleSubclassFlag' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |     public static let isBytesSubclassFlag = Flags(objectFlags: .custom11)
 18 |     public static let isUnicodeSubclassFlag = Flags(objectFlags: .custom12)
/host/spi-builder-workspace/Sources/Objects/PyType+Flags.swift:21:23: warning: static property 'isTypeSubclassFlag' is not concurrency-safe because non-'Sendable' type 'PyType.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
  3 | extension PyType {
  4 |
  5 |   public struct Flags: CustomStringConvertible, ExpressibleByArrayLiteral {
    |                 `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
  6 |
  7 |     public static let isHeapTypeFlag = Flags(objectFlags: .custom0)
    :
 19 |     public static let isDictSubclassFlag = Flags(objectFlags: .custom13)
 20 |     public static let isBaseExceptionSubclassFlag = Flags(objectFlags: .custom14)
 21 |     public static let isTypeSubclassFlag = Flags(objectFlags: .custom15)
    |                       |- warning: static property 'isTypeSubclassFlag' is not concurrency-safe because non-'Sendable' type 'PyType.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'isTypeSubclassFlag' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 |     public static let instancesHave__dict__Flag = Flags(objectFlags: .custom20)
/host/spi-builder-workspace/Sources/Objects/Helpers/Collections/IndexHelper.swift:38:25: warning: static property 'indexError' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 36 |     }
 37 |
 38 |     internal static var indexError = Self.indexError(message: nil)
    |                         |- warning: static property 'indexError' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: convert 'indexError' to a 'let' constant to make 'Sendable' shared state immutable
    |                         |- note: annotate 'indexError' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 39 |
 40 |     internal static func indexError(message: String?) -> OnIntOverflow {
/host/spi-builder-workspace/Sources/Objects/Helpers/Collections/IndexHelper.swift:32:25: warning: static property 'overflowError' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 30 |     }
 31 |
 32 |     internal static var overflowError = Self.overflowError(message: nil)
    |                         |- warning: static property 'overflowError' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: convert 'overflowError' to a 'let' constant to make 'Sendable' shared state immutable
    |                         |- note: annotate 'overflowError' with '@MainActor' if property should only be accessed from the main actor
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 33 |
 34 |     internal static func overflowError(message: String?) -> OnIntOverflow {
[510/518] Wrapping AST for VioletObjects for debugging
[512/548] Compiling VioletVM Eval+Loop.swift
[513/548] Compiling VioletVM Eval+NumericBinary.swift
[514/548] Compiling VioletVM Eval+NumericInPlace.swift
[515/548] Compiling VioletVM Eval+NumericUnary.swift
[516/552] Emitting module VioletVM
/host/spi-builder-workspace/Sources/VM/Debug.swift:17:23: warning: static property 'isAfterImportlib' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 15 | #if DEBUG
 16 |   // Most of the time we don't want to debug importlib
 17 |   internal static var isAfterImportlib = false
    |                       |- warning: static property 'isAfterImportlib' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'isAfterImportlib' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'isAfterImportlib' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   private static var isEnabledAndAfterImportlib: Bool {
/host/spi-builder-workspace/Sources/VM/Eval/PushFinallyReason.swift:28:28: warning: static property 'return' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
 26 |
 27 |   private enum Marker {
 28 |     fileprivate static let `return` = BigInt(0)
    |                            `- warning: static property 'return' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
 29 |     fileprivate static let `break` = BigInt(1)
 30 |     fileprivate static let `continue` = BigInt(2)
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:4:15: note: struct 'BigInt' does not conform to the 'Sendable' protocol
  2 |
  3 | /// `Int` but bigger. Much bigger…
  4 | public struct BigInt: SignedInteger,
    |               `- note: struct 'BigInt' does not conform to the 'Sendable' protocol
  5 |                       Comparable, Hashable, Strideable,
  6 |                       CustomStringConvertible, CustomDebugStringConvertible {
/host/spi-builder-workspace/Sources/VM/Eval/PushFinallyReason.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'BigInt'
  1 | import BigInt
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'BigInt'
  2 | import VioletCore
  3 | import VioletObjects
    :
 26 |
 27 |   private enum Marker {
 28 |     fileprivate static let `return` = BigInt(0)
    |                            |- note: annotate 'return' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 29 |     fileprivate static let `break` = BigInt(1)
 30 |     fileprivate static let `continue` = BigInt(2)
/host/spi-builder-workspace/Sources/VM/Eval/PushFinallyReason.swift:29:28: warning: static property 'break' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
 27 |   private enum Marker {
 28 |     fileprivate static let `return` = BigInt(0)
 29 |     fileprivate static let `break` = BigInt(1)
    |                            |- warning: static property 'break' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'break' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |     fileprivate static let `continue` = BigInt(2)
 31 |     fileprivate static let exception = BigInt(3)
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:4:15: note: struct 'BigInt' does not conform to the 'Sendable' protocol
  2 |
  3 | /// `Int` but bigger. Much bigger…
  4 | public struct BigInt: SignedInteger,
    |               `- note: struct 'BigInt' does not conform to the 'Sendable' protocol
  5 |                       Comparable, Hashable, Strideable,
  6 |                       CustomStringConvertible, CustomDebugStringConvertible {
/host/spi-builder-workspace/Sources/VM/Eval/PushFinallyReason.swift:30:28: warning: static property 'continue' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
 28 |     fileprivate static let `return` = BigInt(0)
 29 |     fileprivate static let `break` = BigInt(1)
 30 |     fileprivate static let `continue` = BigInt(2)
    |                            |- warning: static property 'continue' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'continue' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |     fileprivate static let exception = BigInt(3)
 32 |     fileprivate static let yield = BigInt(4)
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:4:15: note: struct 'BigInt' does not conform to the 'Sendable' protocol
  2 |
  3 | /// `Int` but bigger. Much bigger…
  4 | public struct BigInt: SignedInteger,
    |               `- note: struct 'BigInt' does not conform to the 'Sendable' protocol
  5 |                       Comparable, Hashable, Strideable,
  6 |                       CustomStringConvertible, CustomDebugStringConvertible {
/host/spi-builder-workspace/Sources/VM/Eval/PushFinallyReason.swift:31:28: warning: static property 'exception' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
 29 |     fileprivate static let `break` = BigInt(1)
 30 |     fileprivate static let `continue` = BigInt(2)
 31 |     fileprivate static let exception = BigInt(3)
    |                            |- warning: static property 'exception' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'exception' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 32 |     fileprivate static let yield = BigInt(4)
 33 |     fileprivate static let silenced = BigInt(5)
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:4:15: note: struct 'BigInt' does not conform to the 'Sendable' protocol
  2 |
  3 | /// `Int` but bigger. Much bigger…
  4 | public struct BigInt: SignedInteger,
    |               `- note: struct 'BigInt' does not conform to the 'Sendable' protocol
  5 |                       Comparable, Hashable, Strideable,
  6 |                       CustomStringConvertible, CustomDebugStringConvertible {
/host/spi-builder-workspace/Sources/VM/Eval/PushFinallyReason.swift:32:28: warning: static property 'yield' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
 30 |     fileprivate static let `continue` = BigInt(2)
 31 |     fileprivate static let exception = BigInt(3)
 32 |     fileprivate static let yield = BigInt(4)
    |                            |- warning: static property 'yield' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'yield' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 33 |     fileprivate static let silenced = BigInt(5)
 34 |   }
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:4:15: note: struct 'BigInt' does not conform to the 'Sendable' protocol
  2 |
  3 | /// `Int` but bigger. Much bigger…
  4 | public struct BigInt: SignedInteger,
    |               `- note: struct 'BigInt' does not conform to the 'Sendable' protocol
  5 |                       Comparable, Hashable, Strideable,
  6 |                       CustomStringConvertible, CustomDebugStringConvertible {
/host/spi-builder-workspace/Sources/VM/Eval/PushFinallyReason.swift:33:28: warning: static property 'silenced' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
 31 |     fileprivate static let exception = BigInt(3)
 32 |     fileprivate static let yield = BigInt(4)
 33 |     fileprivate static let silenced = BigInt(5)
    |                            |- warning: static property 'silenced' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'silenced' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 34 |   }
 35 |
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:4:15: note: struct 'BigInt' does not conform to the 'Sendable' protocol
  2 |
  3 | /// `Int` but bigger. Much bigger…
  4 | public struct BigInt: SignedInteger,
    |               `- note: struct 'BigInt' does not conform to the 'Sendable' protocol
  5 |                       Comparable, Hashable, Strideable,
  6 |                       CustomStringConvertible, CustomDebugStringConvertible {
/host/spi-builder-workspace/Sources/VM/VM+Signals.swift:24:13: warning: var 'vms' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 22 | }
 23 |
 24 | private var vms = [WeakBox]()
    |             |- warning: var 'vms' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'vms' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: annotate 'vms' with '@MainActor' if property should only be accessed from the main actor
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 25 |
 26 | private func handleKeyboardInterrupt(signum: Int32) {
[517/552] Compiling VioletVM Debug.swift
/host/spi-builder-workspace/Sources/VM/Debug.swift:17:23: warning: static property 'isAfterImportlib' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 15 | #if DEBUG
 16 |   // Most of the time we don't want to debug importlib
 17 |   internal static var isAfterImportlib = false
    |                       |- warning: static property 'isAfterImportlib' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'isAfterImportlib' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'isAfterImportlib' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   private static var isEnabledAndAfterImportlib: Bool {
[518/552] Compiling VioletVM Eval+Class.swift
/host/spi-builder-workspace/Sources/VM/Debug.swift:17:23: warning: static property 'isAfterImportlib' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 15 | #if DEBUG
 16 |   // Most of the time we don't want to debug importlib
 17 |   internal static var isAfterImportlib = false
    |                       |- warning: static property 'isAfterImportlib' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'isAfterImportlib' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'isAfterImportlib' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   private static var isEnabledAndAfterImportlib: Bool {
[519/552] Compiling VioletVM Eval+CollectionUnpack.swift
/host/spi-builder-workspace/Sources/VM/Debug.swift:17:23: warning: static property 'isAfterImportlib' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 15 | #if DEBUG
 16 |   // Most of the time we don't want to debug importlib
 17 |   internal static var isAfterImportlib = false
    |                       |- warning: static property 'isAfterImportlib' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'isAfterImportlib' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'isAfterImportlib' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   private static var isEnabledAndAfterImportlib: Bool {
[520/552] Compiling VioletVM Eval+Collections.swift
/host/spi-builder-workspace/Sources/VM/Debug.swift:17:23: warning: static property 'isAfterImportlib' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 15 | #if DEBUG
 16 |   // Most of the time we don't want to debug importlib
 17 |   internal static var isAfterImportlib = false
    |                       |- warning: static property 'isAfterImportlib' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'isAfterImportlib' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'isAfterImportlib' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   private static var isEnabledAndAfterImportlib: Bool {
[521/552] Compiling VioletVM Eval+Compare.swift
/host/spi-builder-workspace/Sources/VM/Debug.swift:17:23: warning: static property 'isAfterImportlib' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 15 | #if DEBUG
 16 |   // Most of the time we don't want to debug importlib
 17 |   internal static var isAfterImportlib = false
    |                       |- warning: static property 'isAfterImportlib' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'isAfterImportlib' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'isAfterImportlib' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   private static var isEnabledAndAfterImportlib: Bool {
[522/552] Compiling VioletVM VM+RunScript.swift
/host/spi-builder-workspace/Sources/VM/VM+Signals.swift:24:13: warning: var 'vms' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 22 | }
 23 |
 24 | private var vms = [WeakBox]()
    |             |- warning: var 'vms' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'vms' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: annotate 'vms' with '@MainActor' if property should only be accessed from the main actor
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 25 |
 26 | private func handleKeyboardInterrupt(signum: Int32) {
[523/552] Compiling VioletVM VM+Signals.swift
/host/spi-builder-workspace/Sources/VM/VM+Signals.swift:24:13: warning: var 'vms' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 22 | }
 23 |
 24 | private var vms = [WeakBox]()
    |             |- warning: var 'vms' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'vms' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: annotate 'vms' with '@MainActor' if property should only be accessed from the main actor
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 25 |
 26 | private func handleKeyboardInterrupt(signum: Int32) {
[524/552] Compiling VioletVM VM+UNIMPLEMENTED.swift
/host/spi-builder-workspace/Sources/VM/VM+Signals.swift:24:13: warning: var 'vms' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 22 | }
 23 |
 24 | private var vms = [WeakBox]()
    |             |- warning: var 'vms' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'vms' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: annotate 'vms' with '@MainActor' if property should only be accessed from the main actor
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 25 |
 26 | private func handleKeyboardInterrupt(signum: Int32) {
[525/552] Compiling VioletVM VM.swift
/host/spi-builder-workspace/Sources/VM/VM+Signals.swift:24:13: warning: var 'vms' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 22 | }
 23 |
 24 | private var vms = [WeakBox]()
    |             |- warning: var 'vms' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'vms' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: annotate 'vms' with '@MainActor' if property should only be accessed from the main actor
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 25 |
 26 | private func handleKeyboardInterrupt(signum: Int32) {
[526/552] Compiling VioletVM Eval+Unwind.swift
[527/552] Compiling VioletVM Eval+With.swift
[528/552] Compiling VioletVM Eval.swift
[529/552] Compiling VioletVM InstructionResult.swift
[530/552] Compiling VioletVM Eval+Function.swift
[531/552] Compiling VioletVM Eval+General.swift
[532/552] Compiling VioletVM Eval+Import.swift
[533/552] Compiling VioletVM Eval+Jump.swift
[534/552] Compiling VioletVM PushExceptionBeforeExcept.swift
/host/spi-builder-workspace/Sources/VM/Eval/PushFinallyReason.swift:28:28: warning: static property 'return' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
 26 |
 27 |   private enum Marker {
 28 |     fileprivate static let `return` = BigInt(0)
    |                            `- warning: static property 'return' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
 29 |     fileprivate static let `break` = BigInt(1)
 30 |     fileprivate static let `continue` = BigInt(2)
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:4:15: note: struct 'BigInt' does not conform to the 'Sendable' protocol
  2 |
  3 | /// `Int` but bigger. Much bigger…
  4 | public struct BigInt: SignedInteger,
    |               `- note: struct 'BigInt' does not conform to the 'Sendable' protocol
  5 |                       Comparable, Hashable, Strideable,
  6 |                       CustomStringConvertible, CustomDebugStringConvertible {
/host/spi-builder-workspace/Sources/VM/Eval/PushFinallyReason.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'BigInt'
  1 | import BigInt
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'BigInt'
  2 | import VioletCore
  3 | import VioletObjects
    :
 26 |
 27 |   private enum Marker {
 28 |     fileprivate static let `return` = BigInt(0)
    |                            |- note: annotate 'return' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 29 |     fileprivate static let `break` = BigInt(1)
 30 |     fileprivate static let `continue` = BigInt(2)
/host/spi-builder-workspace/Sources/VM/Eval/PushFinallyReason.swift:29:28: warning: static property 'break' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
 27 |   private enum Marker {
 28 |     fileprivate static let `return` = BigInt(0)
 29 |     fileprivate static let `break` = BigInt(1)
    |                            |- warning: static property 'break' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'break' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |     fileprivate static let `continue` = BigInt(2)
 31 |     fileprivate static let exception = BigInt(3)
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:4:15: note: struct 'BigInt' does not conform to the 'Sendable' protocol
  2 |
  3 | /// `Int` but bigger. Much bigger…
  4 | public struct BigInt: SignedInteger,
    |               `- note: struct 'BigInt' does not conform to the 'Sendable' protocol
  5 |                       Comparable, Hashable, Strideable,
  6 |                       CustomStringConvertible, CustomDebugStringConvertible {
/host/spi-builder-workspace/Sources/VM/Eval/PushFinallyReason.swift:30:28: warning: static property 'continue' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
 28 |     fileprivate static let `return` = BigInt(0)
 29 |     fileprivate static let `break` = BigInt(1)
 30 |     fileprivate static let `continue` = BigInt(2)
    |                            |- warning: static property 'continue' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'continue' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |     fileprivate static let exception = BigInt(3)
 32 |     fileprivate static let yield = BigInt(4)
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:4:15: note: struct 'BigInt' does not conform to the 'Sendable' protocol
  2 |
  3 | /// `Int` but bigger. Much bigger…
  4 | public struct BigInt: SignedInteger,
    |               `- note: struct 'BigInt' does not conform to the 'Sendable' protocol
  5 |                       Comparable, Hashable, Strideable,
  6 |                       CustomStringConvertible, CustomDebugStringConvertible {
/host/spi-builder-workspace/Sources/VM/Eval/PushFinallyReason.swift:31:28: warning: static property 'exception' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
 29 |     fileprivate static let `break` = BigInt(1)
 30 |     fileprivate static let `continue` = BigInt(2)
 31 |     fileprivate static let exception = BigInt(3)
    |                            |- warning: static property 'exception' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'exception' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 32 |     fileprivate static let yield = BigInt(4)
 33 |     fileprivate static let silenced = BigInt(5)
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:4:15: note: struct 'BigInt' does not conform to the 'Sendable' protocol
  2 |
  3 | /// `Int` but bigger. Much bigger…
  4 | public struct BigInt: SignedInteger,
    |               `- note: struct 'BigInt' does not conform to the 'Sendable' protocol
  5 |                       Comparable, Hashable, Strideable,
  6 |                       CustomStringConvertible, CustomDebugStringConvertible {
/host/spi-builder-workspace/Sources/VM/Eval/PushFinallyReason.swift:32:28: warning: static property 'yield' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
 30 |     fileprivate static let `continue` = BigInt(2)
 31 |     fileprivate static let exception = BigInt(3)
 32 |     fileprivate static let yield = BigInt(4)
    |                            |- warning: static property 'yield' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'yield' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 33 |     fileprivate static let silenced = BigInt(5)
 34 |   }
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:4:15: note: struct 'BigInt' does not conform to the 'Sendable' protocol
  2 |
  3 | /// `Int` but bigger. Much bigger…
  4 | public struct BigInt: SignedInteger,
    |               `- note: struct 'BigInt' does not conform to the 'Sendable' protocol
  5 |                       Comparable, Hashable, Strideable,
  6 |                       CustomStringConvertible, CustomDebugStringConvertible {
/host/spi-builder-workspace/Sources/VM/Eval/PushFinallyReason.swift:33:28: warning: static property 'silenced' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
 31 |     fileprivate static let exception = BigInt(3)
 32 |     fileprivate static let yield = BigInt(4)
 33 |     fileprivate static let silenced = BigInt(5)
    |                            |- warning: static property 'silenced' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'silenced' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 34 |   }
 35 |
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:4:15: note: struct 'BigInt' does not conform to the 'Sendable' protocol
  2 |
  3 | /// `Int` but bigger. Much bigger…
  4 | public struct BigInt: SignedInteger,
    |               `- note: struct 'BigInt' does not conform to the 'Sendable' protocol
  5 |                       Comparable, Hashable, Strideable,
  6 |                       CustomStringConvertible, CustomDebugStringConvertible {
[535/552] Compiling VioletVM PushFinallyReason.swift
/host/spi-builder-workspace/Sources/VM/Eval/PushFinallyReason.swift:28:28: warning: static property 'return' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
 26 |
 27 |   private enum Marker {
 28 |     fileprivate static let `return` = BigInt(0)
    |                            `- warning: static property 'return' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
 29 |     fileprivate static let `break` = BigInt(1)
 30 |     fileprivate static let `continue` = BigInt(2)
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:4:15: note: struct 'BigInt' does not conform to the 'Sendable' protocol
  2 |
  3 | /// `Int` but bigger. Much bigger…
  4 | public struct BigInt: SignedInteger,
    |               `- note: struct 'BigInt' does not conform to the 'Sendable' protocol
  5 |                       Comparable, Hashable, Strideable,
  6 |                       CustomStringConvertible, CustomDebugStringConvertible {
/host/spi-builder-workspace/Sources/VM/Eval/PushFinallyReason.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'BigInt'
  1 | import BigInt
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'BigInt'
  2 | import VioletCore
  3 | import VioletObjects
    :
 26 |
 27 |   private enum Marker {
 28 |     fileprivate static let `return` = BigInt(0)
    |                            |- note: annotate 'return' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 29 |     fileprivate static let `break` = BigInt(1)
 30 |     fileprivate static let `continue` = BigInt(2)
/host/spi-builder-workspace/Sources/VM/Eval/PushFinallyReason.swift:29:28: warning: static property 'break' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
 27 |   private enum Marker {
 28 |     fileprivate static let `return` = BigInt(0)
 29 |     fileprivate static let `break` = BigInt(1)
    |                            |- warning: static property 'break' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'break' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |     fileprivate static let `continue` = BigInt(2)
 31 |     fileprivate static let exception = BigInt(3)
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:4:15: note: struct 'BigInt' does not conform to the 'Sendable' protocol
  2 |
  3 | /// `Int` but bigger. Much bigger…
  4 | public struct BigInt: SignedInteger,
    |               `- note: struct 'BigInt' does not conform to the 'Sendable' protocol
  5 |                       Comparable, Hashable, Strideable,
  6 |                       CustomStringConvertible, CustomDebugStringConvertible {
/host/spi-builder-workspace/Sources/VM/Eval/PushFinallyReason.swift:30:28: warning: static property 'continue' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
 28 |     fileprivate static let `return` = BigInt(0)
 29 |     fileprivate static let `break` = BigInt(1)
 30 |     fileprivate static let `continue` = BigInt(2)
    |                            |- warning: static property 'continue' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'continue' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |     fileprivate static let exception = BigInt(3)
 32 |     fileprivate static let yield = BigInt(4)
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:4:15: note: struct 'BigInt' does not conform to the 'Sendable' protocol
  2 |
  3 | /// `Int` but bigger. Much bigger…
  4 | public struct BigInt: SignedInteger,
    |               `- note: struct 'BigInt' does not conform to the 'Sendable' protocol
  5 |                       Comparable, Hashable, Strideable,
  6 |                       CustomStringConvertible, CustomDebugStringConvertible {
/host/spi-builder-workspace/Sources/VM/Eval/PushFinallyReason.swift:31:28: warning: static property 'exception' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
 29 |     fileprivate static let `break` = BigInt(1)
 30 |     fileprivate static let `continue` = BigInt(2)
 31 |     fileprivate static let exception = BigInt(3)
    |                            |- warning: static property 'exception' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'exception' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 32 |     fileprivate static let yield = BigInt(4)
 33 |     fileprivate static let silenced = BigInt(5)
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:4:15: note: struct 'BigInt' does not conform to the 'Sendable' protocol
  2 |
  3 | /// `Int` but bigger. Much bigger…
  4 | public struct BigInt: SignedInteger,
    |               `- note: struct 'BigInt' does not conform to the 'Sendable' protocol
  5 |                       Comparable, Hashable, Strideable,
  6 |                       CustomStringConvertible, CustomDebugStringConvertible {
/host/spi-builder-workspace/Sources/VM/Eval/PushFinallyReason.swift:32:28: warning: static property 'yield' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
 30 |     fileprivate static let `continue` = BigInt(2)
 31 |     fileprivate static let exception = BigInt(3)
 32 |     fileprivate static let yield = BigInt(4)
    |                            |- warning: static property 'yield' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'yield' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 33 |     fileprivate static let silenced = BigInt(5)
 34 |   }
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:4:15: note: struct 'BigInt' does not conform to the 'Sendable' protocol
  2 |
  3 | /// `Int` but bigger. Much bigger…
  4 | public struct BigInt: SignedInteger,
    |               `- note: struct 'BigInt' does not conform to the 'Sendable' protocol
  5 |                       Comparable, Hashable, Strideable,
  6 |                       CustomStringConvertible, CustomDebugStringConvertible {
/host/spi-builder-workspace/Sources/VM/Eval/PushFinallyReason.swift:33:28: warning: static property 'silenced' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
 31 |     fileprivate static let exception = BigInt(3)
 32 |     fileprivate static let yield = BigInt(4)
 33 |     fileprivate static let silenced = BigInt(5)
    |                            |- warning: static property 'silenced' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'silenced' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 34 |   }
 35 |
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:4:15: note: struct 'BigInt' does not conform to the 'Sendable' protocol
  2 |
  3 | /// `Int` but bigger. Much bigger…
  4 | public struct BigInt: SignedInteger,
    |               `- note: struct 'BigInt' does not conform to the 'Sendable' protocol
  5 |                       Comparable, Hashable, Strideable,
  6 |                       CustomStringConvertible, CustomDebugStringConvertible {
[536/552] Compiling VioletVM PyDelegate+Compile.swift
/host/spi-builder-workspace/Sources/VM/Eval/PushFinallyReason.swift:28:28: warning: static property 'return' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
 26 |
 27 |   private enum Marker {
 28 |     fileprivate static let `return` = BigInt(0)
    |                            `- warning: static property 'return' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
 29 |     fileprivate static let `break` = BigInt(1)
 30 |     fileprivate static let `continue` = BigInt(2)
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:4:15: note: struct 'BigInt' does not conform to the 'Sendable' protocol
  2 |
  3 | /// `Int` but bigger. Much bigger…
  4 | public struct BigInt: SignedInteger,
    |               `- note: struct 'BigInt' does not conform to the 'Sendable' protocol
  5 |                       Comparable, Hashable, Strideable,
  6 |                       CustomStringConvertible, CustomDebugStringConvertible {
/host/spi-builder-workspace/Sources/VM/Eval/PushFinallyReason.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'BigInt'
  1 | import BigInt
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'BigInt'
  2 | import VioletCore
  3 | import VioletObjects
    :
 26 |
 27 |   private enum Marker {
 28 |     fileprivate static let `return` = BigInt(0)
    |                            |- note: annotate 'return' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 29 |     fileprivate static let `break` = BigInt(1)
 30 |     fileprivate static let `continue` = BigInt(2)
/host/spi-builder-workspace/Sources/VM/Eval/PushFinallyReason.swift:29:28: warning: static property 'break' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
 27 |   private enum Marker {
 28 |     fileprivate static let `return` = BigInt(0)
 29 |     fileprivate static let `break` = BigInt(1)
    |                            |- warning: static property 'break' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'break' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |     fileprivate static let `continue` = BigInt(2)
 31 |     fileprivate static let exception = BigInt(3)
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:4:15: note: struct 'BigInt' does not conform to the 'Sendable' protocol
  2 |
  3 | /// `Int` but bigger. Much bigger…
  4 | public struct BigInt: SignedInteger,
    |               `- note: struct 'BigInt' does not conform to the 'Sendable' protocol
  5 |                       Comparable, Hashable, Strideable,
  6 |                       CustomStringConvertible, CustomDebugStringConvertible {
/host/spi-builder-workspace/Sources/VM/Eval/PushFinallyReason.swift:30:28: warning: static property 'continue' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
 28 |     fileprivate static let `return` = BigInt(0)
 29 |     fileprivate static let `break` = BigInt(1)
 30 |     fileprivate static let `continue` = BigInt(2)
    |                            |- warning: static property 'continue' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'continue' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |     fileprivate static let exception = BigInt(3)
 32 |     fileprivate static let yield = BigInt(4)
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:4:15: note: struct 'BigInt' does not conform to the 'Sendable' protocol
  2 |
  3 | /// `Int` but bigger. Much bigger…
  4 | public struct BigInt: SignedInteger,
    |               `- note: struct 'BigInt' does not conform to the 'Sendable' protocol
  5 |                       Comparable, Hashable, Strideable,
  6 |                       CustomStringConvertible, CustomDebugStringConvertible {
/host/spi-builder-workspace/Sources/VM/Eval/PushFinallyReason.swift:31:28: warning: static property 'exception' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
 29 |     fileprivate static let `break` = BigInt(1)
 30 |     fileprivate static let `continue` = BigInt(2)
 31 |     fileprivate static let exception = BigInt(3)
    |                            |- warning: static property 'exception' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'exception' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 32 |     fileprivate static let yield = BigInt(4)
 33 |     fileprivate static let silenced = BigInt(5)
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:4:15: note: struct 'BigInt' does not conform to the 'Sendable' protocol
  2 |
  3 | /// `Int` but bigger. Much bigger…
  4 | public struct BigInt: SignedInteger,
    |               `- note: struct 'BigInt' does not conform to the 'Sendable' protocol
  5 |                       Comparable, Hashable, Strideable,
  6 |                       CustomStringConvertible, CustomDebugStringConvertible {
/host/spi-builder-workspace/Sources/VM/Eval/PushFinallyReason.swift:32:28: warning: static property 'yield' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
 30 |     fileprivate static let `continue` = BigInt(2)
 31 |     fileprivate static let exception = BigInt(3)
 32 |     fileprivate static let yield = BigInt(4)
    |                            |- warning: static property 'yield' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'yield' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 33 |     fileprivate static let silenced = BigInt(5)
 34 |   }
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:4:15: note: struct 'BigInt' does not conform to the 'Sendable' protocol
  2 |
  3 | /// `Int` but bigger. Much bigger…
  4 | public struct BigInt: SignedInteger,
    |               `- note: struct 'BigInt' does not conform to the 'Sendable' protocol
  5 |                       Comparable, Hashable, Strideable,
  6 |                       CustomStringConvertible, CustomDebugStringConvertible {
/host/spi-builder-workspace/Sources/VM/Eval/PushFinallyReason.swift:33:28: warning: static property 'silenced' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
 31 |     fileprivate static let exception = BigInt(3)
 32 |     fileprivate static let yield = BigInt(4)
 33 |     fileprivate static let silenced = BigInt(5)
    |                            |- warning: static property 'silenced' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'silenced' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 34 |   }
 35 |
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:4:15: note: struct 'BigInt' does not conform to the 'Sendable' protocol
  2 |
  3 | /// `Int` but bigger. Much bigger…
  4 | public struct BigInt: SignedInteger,
    |               `- note: struct 'BigInt' does not conform to the 'Sendable' protocol
  5 |                       Comparable, Hashable, Strideable,
  6 |                       CustomStringConvertible, CustomDebugStringConvertible {
[537/552] Compiling VioletVM PyDelegate.swift
/host/spi-builder-workspace/Sources/VM/Eval/PushFinallyReason.swift:28:28: warning: static property 'return' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
 26 |
 27 |   private enum Marker {
 28 |     fileprivate static let `return` = BigInt(0)
    |                            `- warning: static property 'return' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
 29 |     fileprivate static let `break` = BigInt(1)
 30 |     fileprivate static let `continue` = BigInt(2)
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:4:15: note: struct 'BigInt' does not conform to the 'Sendable' protocol
  2 |
  3 | /// `Int` but bigger. Much bigger…
  4 | public struct BigInt: SignedInteger,
    |               `- note: struct 'BigInt' does not conform to the 'Sendable' protocol
  5 |                       Comparable, Hashable, Strideable,
  6 |                       CustomStringConvertible, CustomDebugStringConvertible {
/host/spi-builder-workspace/Sources/VM/Eval/PushFinallyReason.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'BigInt'
  1 | import BigInt
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'BigInt'
  2 | import VioletCore
  3 | import VioletObjects
    :
 26 |
 27 |   private enum Marker {
 28 |     fileprivate static let `return` = BigInt(0)
    |                            |- note: annotate 'return' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 29 |     fileprivate static let `break` = BigInt(1)
 30 |     fileprivate static let `continue` = BigInt(2)
/host/spi-builder-workspace/Sources/VM/Eval/PushFinallyReason.swift:29:28: warning: static property 'break' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
 27 |   private enum Marker {
 28 |     fileprivate static let `return` = BigInt(0)
 29 |     fileprivate static let `break` = BigInt(1)
    |                            |- warning: static property 'break' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'break' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |     fileprivate static let `continue` = BigInt(2)
 31 |     fileprivate static let exception = BigInt(3)
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:4:15: note: struct 'BigInt' does not conform to the 'Sendable' protocol
  2 |
  3 | /// `Int` but bigger. Much bigger…
  4 | public struct BigInt: SignedInteger,
    |               `- note: struct 'BigInt' does not conform to the 'Sendable' protocol
  5 |                       Comparable, Hashable, Strideable,
  6 |                       CustomStringConvertible, CustomDebugStringConvertible {
/host/spi-builder-workspace/Sources/VM/Eval/PushFinallyReason.swift:30:28: warning: static property 'continue' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
 28 |     fileprivate static let `return` = BigInt(0)
 29 |     fileprivate static let `break` = BigInt(1)
 30 |     fileprivate static let `continue` = BigInt(2)
    |                            |- warning: static property 'continue' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'continue' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |     fileprivate static let exception = BigInt(3)
 32 |     fileprivate static let yield = BigInt(4)
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:4:15: note: struct 'BigInt' does not conform to the 'Sendable' protocol
  2 |
  3 | /// `Int` but bigger. Much bigger…
  4 | public struct BigInt: SignedInteger,
    |               `- note: struct 'BigInt' does not conform to the 'Sendable' protocol
  5 |                       Comparable, Hashable, Strideable,
  6 |                       CustomStringConvertible, CustomDebugStringConvertible {
/host/spi-builder-workspace/Sources/VM/Eval/PushFinallyReason.swift:31:28: warning: static property 'exception' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
 29 |     fileprivate static let `break` = BigInt(1)
 30 |     fileprivate static let `continue` = BigInt(2)
 31 |     fileprivate static let exception = BigInt(3)
    |                            |- warning: static property 'exception' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'exception' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 32 |     fileprivate static let yield = BigInt(4)
 33 |     fileprivate static let silenced = BigInt(5)
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:4:15: note: struct 'BigInt' does not conform to the 'Sendable' protocol
  2 |
  3 | /// `Int` but bigger. Much bigger…
  4 | public struct BigInt: SignedInteger,
    |               `- note: struct 'BigInt' does not conform to the 'Sendable' protocol
  5 |                       Comparable, Hashable, Strideable,
  6 |                       CustomStringConvertible, CustomDebugStringConvertible {
/host/spi-builder-workspace/Sources/VM/Eval/PushFinallyReason.swift:32:28: warning: static property 'yield' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
 30 |     fileprivate static let `continue` = BigInt(2)
 31 |     fileprivate static let exception = BigInt(3)
 32 |     fileprivate static let yield = BigInt(4)
    |                            |- warning: static property 'yield' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'yield' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 33 |     fileprivate static let silenced = BigInt(5)
 34 |   }
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:4:15: note: struct 'BigInt' does not conform to the 'Sendable' protocol
  2 |
  3 | /// `Int` but bigger. Much bigger…
  4 | public struct BigInt: SignedInteger,
    |               `- note: struct 'BigInt' does not conform to the 'Sendable' protocol
  5 |                       Comparable, Hashable, Strideable,
  6 |                       CustomStringConvertible, CustomDebugStringConvertible {
/host/spi-builder-workspace/Sources/VM/Eval/PushFinallyReason.swift:33:28: warning: static property 'silenced' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
 31 |     fileprivate static let exception = BigInt(3)
 32 |     fileprivate static let yield = BigInt(4)
 33 |     fileprivate static let silenced = BigInt(5)
    |                            |- warning: static property 'silenced' is not concurrency-safe because non-'Sendable' type 'BigInt' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'silenced' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 34 |   }
 35 |
/host/spi-builder-workspace/Sources/BigInt/BigInt.swift:4:15: note: struct 'BigInt' does not conform to the 'Sendable' protocol
  2 |
  3 | /// `Int` but bigger. Much bigger…
  4 | public struct BigInt: SignedInteger,
    |               `- note: struct 'BigInt' does not conform to the 'Sendable' protocol
  5 |                       Comparable, Hashable, Strideable,
  6 |                       CustomStringConvertible, CustomDebugStringConvertible {
[538/552] Compiling VioletVM Eval+Store+Load+Delete.swift
[539/552] Compiling VioletVM Eval+String.swift
[540/552] Compiling VioletVM Eval+Try+Catch.swift
[541/552] Compiling VioletVM Eval+UNIMPLEMENTED.swift
[542/552] Compiling VioletVM PyFileDescriptor.swift
/host/spi-builder-workspace/Sources/VM/Debug.swift:17:23: warning: static property 'isAfterImportlib' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 15 | #if DEBUG
 16 |   // Most of the time we don't want to debug importlib
 17 |   internal static var isAfterImportlib = false
    |                       |- warning: static property 'isAfterImportlib' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'isAfterImportlib' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'isAfterImportlib' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   private static var isEnabledAndAfterImportlib: Bool {
[543/552] Compiling VioletVM PyFileSystem.swift
/host/spi-builder-workspace/Sources/VM/Debug.swift:17:23: warning: static property 'isAfterImportlib' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 15 | #if DEBUG
 16 |   // Most of the time we don't want to debug importlib
 17 |   internal static var isAfterImportlib = false
    |                       |- warning: static property 'isAfterImportlib' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'isAfterImportlib' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'isAfterImportlib' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   private static var isEnabledAndAfterImportlib: Bool {
[544/552] Compiling VioletVM VM+Run.swift
/host/spi-builder-workspace/Sources/VM/Debug.swift:17:23: warning: static property 'isAfterImportlib' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 15 | #if DEBUG
 16 |   // Most of the time we don't want to debug importlib
 17 |   internal static var isAfterImportlib = false
    |                       |- warning: static property 'isAfterImportlib' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'isAfterImportlib' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'isAfterImportlib' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   private static var isEnabledAndAfterImportlib: Bool {
[545/552] Compiling VioletVM VM+RunInteractive.swift
/host/spi-builder-workspace/Sources/VM/Debug.swift:17:23: warning: static property 'isAfterImportlib' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 15 | #if DEBUG
 16 |   // Most of the time we don't want to debug importlib
 17 |   internal static var isAfterImportlib = false
    |                       |- warning: static property 'isAfterImportlib' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'isAfterImportlib' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'isAfterImportlib' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   private static var isEnabledAndAfterImportlib: Bool {
[546/553] Wrapping AST for VioletVM for debugging
[548/558] Emitting module Violet
[549/558] Compiling Violet main.swift
[551/559] Compiling PyTests TestRunner.swift
/host/spi-builder-workspace/Sources/PyTests/TestRunner.swift:50:19: warning: main actor-isolated let 'fileSystem' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
 47 |   // MARK: - Run all tests
 48 |
 49 |   mutating func runTests(from dir: Path, only: [String], skip: [String]) {
    |                 `- note: add '@MainActor' to make instance method 'runTests(from:only:skip:)' part of global actor 'MainActor'
 50 |     var entries = fileSystem.readdirOrTrap(path: dir)
    |                   `- warning: main actor-isolated let 'fileSystem' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
 51 |     entries.sort()
 52 |
/host/spi-builder-workspace/Sources/PyTests/main.swift:10:5: note: let declared here
 8 | // cspell:disable Verre
 9 |
10 | let fileSystem = FileSystem.default
   |     `- note: let declared here
11 |
12 | let rootDir = fileSystem.getRepositoryRootOrTrap()
/host/spi-builder-workspace/Sources/PyTests/TestRunner.swift:55:18: warning: main actor-isolated let 'fileSystem' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
 47 |   // MARK: - Run all tests
 48 |
 49 |   mutating func runTests(from dir: Path, only: [String], skip: [String]) {
    |                 `- note: add '@MainActor' to make instance method 'runTests(from:only:skip:)' part of global actor 'MainActor'
 50 |     var entries = fileSystem.readdirOrTrap(path: dir)
 51 |     entries.sort()
    :
 53 |     let hasOnly = !only.isEmpty
 54 |     for filename in entries {
 55 |       let path = fileSystem.join(path: dir, element: filename)
    |                  `- warning: main actor-isolated let 'fileSystem' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
 56 |       let stat = fileSystem.statOrTrap(path: path)
 57 |
/host/spi-builder-workspace/Sources/PyTests/main.swift:10:5: note: let declared here
 8 | // cspell:disable Verre
 9 |
10 | let fileSystem = FileSystem.default
   |     `- note: let declared here
11 |
12 | let rootDir = fileSystem.getRepositoryRootOrTrap()
/host/spi-builder-workspace/Sources/PyTests/TestRunner.swift:56:18: warning: main actor-isolated let 'fileSystem' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
 47 |   // MARK: - Run all tests
 48 |
 49 |   mutating func runTests(from dir: Path, only: [String], skip: [String]) {
    |                 `- note: add '@MainActor' to make instance method 'runTests(from:only:skip:)' part of global actor 'MainActor'
 50 |     var entries = fileSystem.readdirOrTrap(path: dir)
 51 |     entries.sort()
    :
 54 |     for filename in entries {
 55 |       let path = fileSystem.join(path: dir, element: filename)
 56 |       let stat = fileSystem.statOrTrap(path: path)
    |                  `- warning: main actor-isolated let 'fileSystem' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
 57 |
 58 |       guard stat.type == .regularFile else {
/host/spi-builder-workspace/Sources/PyTests/main.swift:10:5: note: let declared here
 8 | // cspell:disable Verre
 9 |
10 | let fileSystem = FileSystem.default
   |     `- note: let declared here
11 |
12 | let rootDir = fileSystem.getRepositoryRootOrTrap()
/host/spi-builder-workspace/Sources/PyTests/TestRunner.swift:62:17: warning: main actor-isolated let 'fileSystem' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
 47 |   // MARK: - Run all tests
 48 |
 49 |   mutating func runTests(from dir: Path, only: [String], skip: [String]) {
    |                 `- note: add '@MainActor' to make instance method 'runTests(from:only:skip:)' part of global actor 'MainActor'
 50 |     var entries = fileSystem.readdirOrTrap(path: dir)
 51 |     entries.sort()
    :
 60 |       }
 61 |
 62 |       let ext = fileSystem.extname(filename: filename)
    |                 `- warning: main actor-isolated let 'fileSystem' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
 63 |       guard ext == ".py" else {
 64 |         continue
/host/spi-builder-workspace/Sources/PyTests/main.swift:10:5: note: let declared here
 8 | // cspell:disable Verre
 9 |
10 | let fileSystem = FileSystem.default
   |     `- note: let declared here
11 |
12 | let rootDir = fileSystem.getRepositoryRootOrTrap()
/host/spi-builder-workspace/Sources/PyTests/TestRunner.swift:72:23: warning: main actor-isolated let 'fileSystem' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
 47 |   // MARK: - Run all tests
 48 |
 49 |   mutating func runTests(from dir: Path, only: [String], skip: [String]) {
    |                 `- note: add '@MainActor' to make instance method 'runTests(from:only:skip:)' part of global actor 'MainActor'
 50 |     var entries = fileSystem.readdirOrTrap(path: dir)
 51 |     entries.sort()
    :
 70 |
 71 |       if isExecuted {
 72 |         let dirName = fileSystem.basename(path: dir)
    |                       `- warning: main actor-isolated let 'fileSystem' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
 73 |         let testName = "\(dirName) - \(filename)"
 74 |         self.runTest(name: testName, path: path)
/host/spi-builder-workspace/Sources/PyTests/main.swift:10:5: note: let declared here
 8 | // cspell:disable Verre
 9 |
10 | let fileSystem = FileSystem.default
   |     `- note: let declared here
11 |
12 | let rootDir = fileSystem.getRepositoryRootOrTrap()
[552/559] Compiling PyTests main.swift
[553/559] Emitting module PyTests
[553/560] Wrapping AST for Violet for debugging
[554/560] Write Objects.LinkFileList
[556/560] Wrapping AST for PyTests for debugging
[557/560] Write Objects.LinkFileList
[558/560] Linking Violet
[559/560] Linking PyTests
Build complete! (106.73s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "0.5.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "Violet",
  "name" : "Violet",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    }
  ],
  "products" : [
    {
      "name" : "Violet",
      "targets" : [
        "Violet"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "PyTests",
      "targets" : [
        "PyTests"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "LibViolet",
      "targets" : [
        "VioletVM"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Elsa",
      "targets" : [
        "Elsa"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Rapunzel",
      "targets" : [
        "Rapunzel"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VioletVMTests",
      "module_type" : "SwiftTarget",
      "name" : "VioletVMTests",
      "path" : "Tests/VMTests",
      "sources" : [
        "NoTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "VioletVM"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VioletVM",
      "module_type" : "SwiftTarget",
      "name" : "VioletVM",
      "path" : "Sources/VM",
      "product_memberships" : [
        "Violet",
        "PyTests",
        "LibViolet"
      ],
      "sources" : [
        "Debug.swift",
        "Eval/Eval+Class.swift",
        "Eval/Eval+CollectionUnpack.swift",
        "Eval/Eval+Collections.swift",
        "Eval/Eval+Compare.swift",
        "Eval/Eval+Function.swift",
        "Eval/Eval+General.swift",
        "Eval/Eval+Import.swift",
        "Eval/Eval+Jump.swift",
        "Eval/Eval+Loop.swift",
        "Eval/Eval+NumericBinary.swift",
        "Eval/Eval+NumericInPlace.swift",
        "Eval/Eval+NumericUnary.swift",
        "Eval/Eval+Store+Load+Delete.swift",
        "Eval/Eval+String.swift",
        "Eval/Eval+Try+Catch.swift",
        "Eval/Eval+UNIMPLEMENTED.swift",
        "Eval/Eval+Unwind.swift",
        "Eval/Eval+With.swift",
        "Eval/Eval.swift",
        "Eval/InstructionResult.swift",
        "Eval/PushExceptionBeforeExcept.swift",
        "Eval/PushFinallyReason.swift",
        "PyDelegate+Compile.swift",
        "PyDelegate.swift",
        "PyFileDescriptor.swift",
        "PyFileSystem.swift",
        "VM+Run.swift",
        "VM+RunInteractive.swift",
        "VM+RunScript.swift",
        "VM+Signals.swift",
        "VM+UNIMPLEMENTED.swift",
        "VM.swift"
      ],
      "target_dependencies" : [
        "VioletCompiler",
        "VioletObjects"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VioletParserTests",
      "module_type" : "SwiftTarget",
      "name" : "VioletParserTests",
      "path" : "Tests/ParserTests",
      "sources" : [
        "Atoms/FStringTests.swift",
        "Atoms/ParseAtoms.swift",
        "Atoms/ParseDictionary.swift",
        "Atoms/ParseList.swift",
        "Atoms/ParseParenExpr.swift",
        "Atoms/ParseSet.swift",
        "Atoms/ParseString.swift",
        "Expressions/ParseArithmeticExpr.swift",
        "Expressions/ParseAttribute.swift",
        "Expressions/ParseBitExpr.swift",
        "Expressions/ParseBoolExpr.swift",
        "Expressions/ParseCall.swift",
        "Expressions/ParseCallComprehension.swift",
        "Expressions/ParseComparisonExpr.swift",
        "Expressions/ParseIfExpr.swift",
        "Expressions/ParseLambda.swift",
        "Expressions/ParseSubscript.swift",
        "FakeLexer.swift",
        "Globals.swift",
        "LexerAdapterTests.swift",
        "SourceLocations.swift",
        "Statements/ParseAnnAssign.swift",
        "Statements/ParseAssert.swift",
        "Statements/ParseAssign.swift",
        "Statements/ParseAsync.swift",
        "Statements/ParseAugAssign.swift",
        "Statements/ParseClassDef.swift",
        "Statements/ParseComment.swift",
        "Statements/ParseContinueBreak.swift",
        "Statements/ParseDecorators.swift",
        "Statements/ParseDelete.swift",
        "Statements/ParseExpressionStatement.swift",
        "Statements/ParseFor.swift",
        "Statements/ParseFunctionDef.swift",
        "Statements/ParseGlobalNonlocal.swift",
        "Statements/ParseIfStatement.swift",
        "Statements/ParseImport.swift",
        "Statements/ParseImportFrom.swift",
        "Statements/ParsePass.swift",
        "Statements/ParseRaise.swift",
        "Statements/ParseReturn.swift",
        "Statements/ParseSuite.swift",
        "Statements/ParseTry.swift",
        "Statements/ParseWhile.swift",
        "Statements/ParseWith.swift",
        "Statements/ParseYield.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "VioletParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VioletParser",
      "module_type" : "SwiftTarget",
      "name" : "VioletParser",
      "path" : "Sources/Parser",
      "product_memberships" : [
        "Violet",
        "PyTests",
        "LibViolet"
      ],
      "sources" : [
        "ASTNode.swift",
        "ASTValidator.swift",
        "Atoms/FString.swift",
        "Atoms/FStringError.swift",
        "Atoms/Parser+Atom.swift",
        "Atoms/Parser+List.swift",
        "Atoms/Parser+Parens.swift",
        "Atoms/Parser+Set+Dictionary.swift",
        "Atoms/Parser+String.swift",
        "Errors/ExpectedToken.swift",
        "Errors/ParserError.swift",
        "Errors/ParserErrorKind.swift",
        "Errors/ParserWarning.swift",
        "Expressions/Parser+Arguments.swift",
        "Expressions/Parser+CallArguments.swift",
        "Expressions/Parser+Comprehension.swift",
        "Expressions/Parser+Expression.swift",
        "Expressions/Parser+ExpressionList.swift",
        "Expressions/Parser+Trailer.swift",
        "Expressions/Parser+YieldExpr.swift",
        "Generated/AST.swift",
        "Generated/ASTBuilder.swift",
        "Generated/ASTVisitors.swift",
        "LexerAdapter.swift",
        "Parser+UNIMPLEMENTED.swift",
        "Parser.swift",
        "ParserDelegate.swift",
        "Printer/ASTPrinter+Expr.swift",
        "Printer/ASTPrinter+Stmt.swift",
        "Printer/ASTPrinter.swift",
        "SetLoadExpressionContext.swift",
        "SetStoreExpressionContext.swift",
        "Statements/Parser+CompoundStmt.swift",
        "Statements/Parser+Decorated.swift",
        "Statements/Parser+ExpressionStmt.swift",
        "Statements/Parser+Func+Class.swift",
        "Statements/Parser+Import.swift",
        "Statements/Parser+SmallStmt.swift",
        "Statements/Parser+Stmt.swift",
        "Statements/Parser+Try.swift"
      ],
      "target_dependencies" : [
        "VioletLexer",
        "Rapunzel"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VioletObjectsTests",
      "module_type" : "SwiftTarget",
      "name" : "VioletObjectsTests",
      "path" : "Tests/ObjectsTests",
      "sources" : [
        "Configuration/ArgumentsTests.swift",
        "Configuration/EnvironmentTests.swift",
        "Fakes/FakeDelegate.swift",
        "Fakes/FakeFileSystem.swift",
        "Fakes/FakeReadFileDescriptor.swift",
        "Fakes/FakeWriteFileDescriptor.swift",
        "Fakes/shouldNotBeCalled.swift",
        "Generated/InvalidSelfArgumentMessageTests.swift",
        "Helpers tests/ArgumentParserTests.swift",
        "Helpers tests/DocHelperTests.swift",
        "Helpers tests/HashFloat.swift",
        "Helpers tests/HashInt.swift",
        "Helpers tests/HashString.swift",
        "Memory/GenericLayoutTests.swift",
        "Modules - sys/SysFlagsTests.swift",
        "PyTestCase+Asserts.swift",
        "PyTestCase+InvalidSelfArgumentMessage.swift",
        "PyTestCase+Methods.swift",
        "PyTestCase.swift",
        "Types - basic/PyBoolTests.swift",
        "Types - basic/PyComplex-NewTests.swift",
        "Types - basic/PyComplexTests.swift",
        "Types - basic/PyFloat-BinaryTests.swift",
        "Types - basic/PyFloat-EqualCompareTests.swift",
        "Types - basic/PyFloat-TernaryTests.swift",
        "Types - basic/PyFloat-UnaryTests.swift",
        "Types - basic/PyFloatTests.swift",
        "Types - basic/PyInt-BinaryTests.swift",
        "Types - basic/PyInt-EqualCompareTests.swift",
        "Types - basic/PyInt-TernaryTests.swift",
        "Types - basic/PyInt-UnaryTests.swift",
        "Types - basic/PyIntTests.swift",
        "Types - code/PyFrame-BlockStackTests.swift",
        "Types - code/PyFrame-ObjectStackTests.swift",
        "Types - code/PyFrameTestsMixin.swift",
        "Types - dictionary/OrderedDictionaryTests.swift",
        "Types - dictionary/PyDictTests.swift",
        "Types - list & tuple/PyListTests.swift",
        "Types - list & tuple/PyTupleTests.swift",
        "Types - object & type/PyObjectFlagsTests.swift",
        "Types - object & type/PyTypeTests.swift",
        "Types - string/PyStringTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "VioletObjects"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VioletObjects",
      "module_type" : "SwiftTarget",
      "name" : "VioletObjects",
      "path" : "Sources/Objects",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "Violet",
        "PyTests",
        "LibViolet"
      ],
      "sources" : [
        "Configuration/ArgumentBinding.swift",
        "Configuration/Arguments.swift",
        "Configuration/Configure.swift",
        "Configuration/Environment.swift",
        "Generated/ExceptionSubclasses.swift",
        "Generated/FunctionWrappers.swift",
        "Generated/IdStrings.swift",
        "Generated/Py+ErrorTypeDefinitions.swift",
        "Generated/Py+Generated.swift",
        "Generated/Py+TypeDefinitions.swift",
        "Generated/PyCast.swift",
        "Generated/PyStaticCall.swift",
        "Generated/Types+Generated.swift",
        "Helpers/ArgumentParser.swift",
        "Helpers/AttributeHelper.swift",
        "Helpers/Collections/DelItemHelper.swift",
        "Helpers/Collections/GetItemHelper.swift",
        "Helpers/Collections/IndexHelper.swift",
        "Helpers/Collections/SetItemHelper.swift",
        "Helpers/DescriptorHelpers.swift",
        "Helpers/DocHelper.swift",
        "Helpers/FloatCompareHelper.swift",
        "Helpers/Frexp.swift",
        "Helpers/Hasher.swift",
        "Helpers/MethodResolutionOrder.swift",
        "Helpers/PyModuleImplementation.swift",
        "Invariants.swift",
        "Memory/BufferPtr.swift",
        "Memory/GenericLayout.swift",
        "Memory/Ptr.swift",
        "Memory/PyMemory.swift",
        "Memory/RawPtr.swift",
        "Modules - _imp/UnderscoreImp+Builtins.swift",
        "Modules - _imp/UnderscoreImp+Lock.swift",
        "Modules - _imp/UnderscoreImp+UNIMPLEMENTED.swift",
        "Modules - _imp/UnderscoreImp.swift",
        "Modules - _os/UnderscoreOS.swift",
        "Modules - _warnings/UnderscoreWarnings+Entities.swift",
        "Modules - _warnings/UnderscoreWarnings+Properties.swift",
        "Modules - _warnings/UnderscoreWarnings+Show.swift",
        "Modules - _warnings/UnderscoreWarnings+Warn.swift",
        "Modules - _warnings/UnderscoreWarnings+WarnExplicit.swift",
        "Modules - _warnings/UnderscoreWarnings.swift",
        "Modules - builtins/Builtins+FillDict.swift",
        "Modules - builtins/Builtins+Functions.swift",
        "Modules - builtins/Builtins+UNIMPLEMENTED.swift",
        "Modules - builtins/Builtins.swift",
        "Modules - sys/Sys+Entities.swift",
        "Modules - sys/Sys+Functions.swift",
        "Modules - sys/Sys+Hooks.swift",
        "Modules - sys/Sys+Modules.swift",
        "Modules - sys/Sys+Prefix+Path.swift",
        "Modules - sys/Sys+Prompt.swift",
        "Modules - sys/Sys+Properties.swift",
        "Modules - sys/Sys+Streams.swift",
        "Modules - sys/Sys+UNIMPLEMENTED.swift",
        "Modules - sys/Sys+Version.swift",
        "Modules - sys/Sys.swift",
        "Py+Thingies/Py+Any+All+Sum.swift",
        "Py+Thingies/Py+Attributes.swift",
        "Py+Thingies/Py+Bin+Hex+Oct.swift",
        "Py+Thingies/Py+Bool.swift",
        "Py+Thingies/Py+Call.swift",
        "Py+Thingies/Py+Class.swift",
        "Py+Thingies/Py+Code.swift",
        "Py+Thingies/Py+CollectionIteration.swift",
        "Py+Thingies/Py+Collections.swift",
        "Py+Thingies/Py+Compare.swift",
        "Py+Thingies/Py+Compile.swift",
        "Py+Thingies/Py+Error creation.swift",
        "Py+Thingies/Py+Error.swift",
        "Py+Thingies/Py+Exec+Eval.swift",
        "Py+Thingies/Py+Hash.swift",
        "Py+Thingies/Py+Import.swift",
        "Py+Thingies/Py+Importlib.swift",
        "Py+Thingies/Py+Locals+Globals.swift",
        "Py+Thingies/Py+Min+Max.swift",
        "Py+Thingies/Py+Next+Iter.swift",
        "Py+Thingies/Py+Numeric.swift",
        "Py+Thingies/Py+NumericBinary.swift",
        "Py+Thingies/Py+NumericTernary.swift",
        "Py+Thingies/Py+NumericUnary.swift",
        "Py+Thingies/Py+Open.swift",
        "Py+Thingies/Py+Ord+Chr.swift",
        "Py+Thingies/Py+Other.swift",
        "Py+Thingies/Py+Print.swift",
        "Py+Thingies/Py+PrintError.swift",
        "Py+Thingies/Py+PrintTraceback.swift",
        "Py+Thingies/Py+Str+Repr+ASCII.swift",
        "Py+Thingies/Py+String.swift",
        "Py+Thingies/Py+Subscripts.swift",
        "Py+Thingies/Py+Type.swift",
        "Py+Thingies/Py+Warning.swift",
        "Py.swift",
        "PyConfig.swift",
        "PyDelegateType.swift",
        "PyFileSystemType.swift",
        "PyObject+Flags.swift",
        "PyObject.swift",
        "PyObjectMixin.swift",
        "PyType+Flags.swift",
        "PyType+new+init.swift",
        "PyType.swift",
        "Results/CompareResult.swift",
        "Results/DirResult.swift",
        "Results/HashResult.swift",
        "Results/PyResult.swift",
        "Results/PyResultGen.swift",
        "Types - basic/PyBool.swift",
        "Types - basic/PyComplex.swift",
        "Types - basic/PyEllipsis.swift",
        "Types - basic/PyFloat+Hex.swift",
        "Types - basic/PyFloat.swift",
        "Types - basic/PyInt.swift",
        "Types - basic/PyNamespace.swift",
        "Types - basic/PyNone.swift",
        "Types - basic/PyNotImplemented.swift",
        "Types - code/PyCell.swift",
        "Types - code/PyCode.swift",
        "Types - code/PyFrame+BlockStack.swift",
        "Types - code/PyFrame+CellFreeVariables.swift",
        "Types - code/PyFrame+FastLocals.swift",
        "Types - code/PyFrame+FastLocalsCellFreeBlockStackStorage.swift",
        "Types - code/PyFrame+LocalsDict.swift",
        "Types - code/PyFrame+ObjectStack.swift",
        "Types - code/PyFrame.swift",
        "Types - code/PyModule.swift",
        "Types - code/PySuper+Init.swift",
        "Types - code/PySuper.swift",
        "Types - collections/PyCallableIterator.swift",
        "Types - collections/PyEnumerate.swift",
        "Types - collections/PyFilter.swift",
        "Types - collections/PyIterator.swift",
        "Types - collections/PyMap.swift",
        "Types - collections/PyRange.swift",
        "Types - collections/PyRangeIterator.swift",
        "Types - collections/PyReversed.swift",
        "Types - collections/PySlice.swift",
        "Types - collections/PyZip.swift",
        "Types - dictionary/Abstract/AbstractDictView.swift",
        "Types - dictionary/Abstract/AbstractDictViewIterator.swift",
        "Types - dictionary/OrderedDictionary.swift",
        "Types - dictionary/PyDict+Update.swift",
        "Types - dictionary/PyDict.swift",
        "Types - dictionary/PyDictItemIterator.swift",
        "Types - dictionary/PyDictItems.swift",
        "Types - dictionary/PyDictKeyIterator.swift",
        "Types - dictionary/PyDictKeys.swift",
        "Types - dictionary/PyDictValueIterator.swift",
        "Types - dictionary/PyDictValues.swift",
        "Types - errors/PyBaseException.swift",
        "Types - errors/PyErrorMixin.swift",
        "Types - errors/PyImportError.swift",
        "Types - errors/PyKeyError.swift",
        "Types - errors/PyStopIteration.swift",
        "Types - errors/PySyntaxError.swift",
        "Types - errors/PySystemExit.swift",
        "Types - errors/PyTraceback.swift",
        "Types - errors/Where are the other exceptions.swift",
        "Types - functions/Helpers/AbstractBuiltinFunction.swift",
        "Types - functions/Helpers/FunctionWrapper+HandWritten.swift",
        "Types - functions/PyBuiltinFunction.swift",
        "Types - functions/PyBuiltinMethod.swift",
        "Types - functions/PyClassMethod.swift",
        "Types - functions/PyFunction.swift",
        "Types - functions/PyMethod.swift",
        "Types - functions/PyProperty.swift",
        "Types - functions/PyStaticMethod.swift",
        "Types - io/FileMode.swift",
        "Types - io/PyFileDescriptorType.swift",
        "Types - io/PyTextFile.swift",
        "Types - list & tuple/Abstract/AbstractSequence+Add+Mul.swift",
        "Types - list & tuple/Abstract/AbstractSequence+Contains+Count+IndexOf.swift",
        "Types - list & tuple/Abstract/AbstractSequence+Equal+Compare.swift",
        "Types - list & tuple/Abstract/AbstractSequence+GetItem.swift",
        "Types - list & tuple/Abstract/AbstractSequence+Repr.swift",
        "Types - list & tuple/Abstract/AbstractSequence.swift",
        "Types - list & tuple/PyList+Sort.swift",
        "Types - list & tuple/PyList.swift",
        "Types - list & tuple/PyListIterator.swift",
        "Types - list & tuple/PyListReverseIterator.swift",
        "Types - list & tuple/PyTuple.swift",
        "Types - list & tuple/PyTupleIterator.swift",
        "Types - set/Abstract/AbstractSet+And+Or+Xor+Sub.swift",
        "Types - set/Abstract/AbstractSet+Contains.swift",
        "Types - set/Abstract/AbstractSet+Equal+Compare.swift",
        "Types - set/Abstract/AbstractSet+Intersection+Union+Difference.swift",
        "Types - set/Abstract/AbstractSet+IsSubset+IsSuperset+IsDisjoint.swift",
        "Types - set/Abstract/AbstractSet+Repr.swift",
        "Types - set/Abstract/AbstractSet.swift",
        "Types - set/OrderedSet.swift",
        "Types - set/PyAnySet.swift",
        "Types - set/PyFrozenSet.swift",
        "Types - set/PySet.swift",
        "Types - set/PySetIterator.swift",
        "Types - string/Abstract bytes/AbstractBytes+AbstractString.swift",
        "Types - string/Abstract bytes/AbstractBytes+New.swift",
        "Types - string/Abstract bytes/AbstractBytes.swift",
        "Types - string/Abstract string/AbstractString+Add+Mul.swift",
        "Types - string/Abstract string/AbstractString+Case.swift",
        "Types - string/Abstract string/AbstractString+Center+Just+Zfill.swift",
        "Types - string/Abstract string/AbstractString+Contains+Count+IndexOf.swift",
        "Types - string/Abstract string/AbstractString+Equal+Compare.swift",
        "Types - string/Abstract string/AbstractString+ExpandTabs.swift",
        "Types - string/Abstract string/AbstractString+Find.swift",
        "Types - string/Abstract string/AbstractString+Join.swift",
        "Types - string/Abstract string/AbstractString+Partition.swift",
        "Types - string/Abstract string/AbstractString+Properties.swift",
        "Types - string/Abstract string/AbstractString+Replace.swift",
        "Types - string/Abstract string/AbstractString+Split.swift",
        "Types - string/Abstract string/AbstractString+SplitLines.swift",
        "Types - string/Abstract string/AbstractString+StartsWith+EndsWith.swift",
        "Types - string/Abstract string/AbstractString+Strip.swift",
        "Types - string/Abstract string/AbstractString+Substring.swift",
        "Types - string/Abstract string/AbstractString.swift",
        "Types - string/Builders/BytesBuilder.swift",
        "Types - string/Builders/StringBuilderType.swift",
        "Types - string/Builders/UnicodeScalarBuilder.swift",
        "Types - string/PyAnyBytes.swift",
        "Types - string/PyByteArray.swift",
        "Types - string/PyByteArrayIterator.swift",
        "Types - string/PyBytes.swift",
        "Types - string/PyBytesIterator.swift",
        "Types - string/PyString+AbstractString.swift",
        "Types - string/PyString+Encoding.swift",
        "Types - string/PyString+ErrorHandling.swift",
        "Types - string/PyString+GetItem.swift",
        "Types - string/PyString.swift",
        "Types - string/PyStringIterator.swift",
        "UNIMPLEMENTED.swift"
      ],
      "target_dependencies" : [
        "VioletBytecode",
        "UnicodeData",
        "FileSystem"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VioletLexerTests",
      "module_type" : "SwiftTarget",
      "name" : "VioletLexerTests",
      "path" : "Tests/LexerTests",
      "sources" : [
        "CommentTests.swift",
        "FloatingPointTests.swift",
        "Globals.swift",
        "IdentifierTests.swift",
        "IndentSpaceTests.swift",
        "IndentTabTests.swift",
        "IndentTests.swift",
        "IntegerTests.swift",
        "OperatorTests.swift",
        "OtherTests.swift",
        "StringTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "VioletLexer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VioletLexer",
      "module_type" : "SwiftTarget",
      "name" : "VioletLexer",
      "path" : "Sources/Lexer",
      "product_memberships" : [
        "Violet",
        "PyTests",
        "LibViolet"
      ],
      "sources" : [
        "Globals.swift",
        "Lexer+Comment.swift",
        "Lexer+GetToken.swift",
        "Lexer+Identifier.swift",
        "Lexer+Indent.swift",
        "Lexer+Number.swift",
        "Lexer+String.swift",
        "Lexer+UNIMPLEMENTED.swift",
        "Lexer.swift",
        "LexerDelegate.swift",
        "LexerError.swift",
        "LexerType.swift",
        "LexerWarning.swift",
        "NumberType.swift",
        "StringPrefix.swift",
        "Token.swift"
      ],
      "target_dependencies" : [
        "VioletCore",
        "BigInt"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VioletCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "VioletCoreTests",
      "path" : "Tests/CoreTests",
      "sources" : [
        "Extensions/BidirectionalCollection+DropLast.swift",
        "Extensions/BidirectionalCollection+EndsWith.swift",
        "Extensions/BidirectionalCollection+TakeLast.swift",
        "Extensions/Collection+TakeFirst.swift",
        "Extensions/Dictionary+TakeExisting.swift",
        "Extensions/MutableCollection+RemoveDuplicates.swift",
        "Extensions/UnicodeScalar+codePointNotation.swift",
        "SipHashTests.swift",
        "UseScalarsToHashStringTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "VioletCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VioletCore",
      "module_type" : "SwiftTarget",
      "name" : "VioletCore",
      "path" : "Sources/Core",
      "product_memberships" : [
        "Violet",
        "PyTests",
        "LibViolet"
      ],
      "sources" : [
        "Double+PythonParse.swift",
        "Extensions/CollectionExtensions.swift",
        "Extensions/StringExtensions.swift",
        "Lyrics.swift",
        "NonEmptyArray.swift",
        "SipHash.swift",
        "SourceLocation.swift",
        "Trap.swift",
        "Unreachable.swift",
        "UseScalarsToHashString.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VioletCompilerTests",
      "module_type" : "SwiftTarget",
      "name" : "VioletCompilerTests",
      "path" : "Tests/CompilerTests",
      "sources" : [
        "ASTCreator.swift",
        "CodeObject+Extensions.swift",
        "Compile expr/CompileAttribute.swift",
        "Compile expr/CompileCall.swift",
        "Compile expr/CompileConstants.swift",
        "Compile expr/CompileDictionary.swift",
        "Compile expr/CompileIfExpr.swift",
        "Compile expr/CompileLambda.swift",
        "Compile expr/CompileList.swift",
        "Compile expr/CompileOperators.swift",
        "Compile expr/CompileSet.swift",
        "Compile expr/CompileString.swift",
        "Compile expr/CompileSubscript.swift",
        "Compile expr/CompileTuple.swift",
        "Compile stmt/CompileAnnAssign.swift",
        "Compile stmt/CompileAssert.swift",
        "Compile stmt/CompileAssign.swift",
        "Compile stmt/CompileAugAssign.swift",
        "Compile stmt/CompileClassDef.swift",
        "Compile stmt/CompileClosure.swift",
        "Compile stmt/CompileDelete.swift",
        "Compile stmt/CompileFor.swift",
        "Compile stmt/CompileFunctionDef.swift",
        "Compile stmt/CompileIfStmt.swift",
        "Compile stmt/CompileImport.swift",
        "Compile stmt/CompileImportFrom.swift",
        "Compile stmt/CompileLoadClassFree.swift",
        "Compile stmt/CompileRaise.swift",
        "Compile stmt/CompileTrivial.swift",
        "Compile stmt/CompileTry.swift",
        "Compile stmt/CompileWhile.swift",
        "Compile stmt/CompileWith.swift",
        "CompileAsserts.swift",
        "CompileTestCase.swift",
        "FutureFeaturesTests.swift",
        "OptimizationLevelTests.swift",
        "SourceLocations.swift",
        "Symbol table/STAssign.swift",
        "Symbol table/STClass.swift",
        "Symbol table/STExpr.swift",
        "Symbol table/STExprComprehension.swift",
        "Symbol table/STFunction.swift",
        "Symbol table/STImport.swift",
        "Symbol table/STLambda.swift",
        "Symbol table/STStmt.swift",
        "Symbol table/STTopScope.swift",
        "Symbol table/SymbolInfoTests.swift",
        "SymbolTableAsserts.swift",
        "SymbolTableTestCase.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "VioletCompiler"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VioletCompiler",
      "module_type" : "SwiftTarget",
      "name" : "VioletCompiler",
      "path" : "Sources/Compiler",
      "product_memberships" : [
        "Violet",
        "PyTests",
        "LibViolet"
      ],
      "sources" : [
        "CodeObjectBuilder+AdditionalAppend.swift",
        "Compiler.swift",
        "CompilerDelegate.swift",
        "CompilerError.swift",
        "CompilerWarning.swift",
        "FutureFeatures.swift",
        "Implementation/BlockType.swift",
        "Implementation/CompilerImpl+Assign.swift",
        "Implementation/CompilerImpl+Call.swift",
        "Implementation/CompilerImpl+Class.swift",
        "Implementation/CompilerImpl+Collections.swift",
        "Implementation/CompilerImpl+Expr.swift",
        "Implementation/CompilerImpl+Function.swift",
        "Implementation/CompilerImpl+Import.swift",
        "Implementation/CompilerImpl+InNewCodeObject.swift",
        "Implementation/CompilerImpl+Raise+Try.swift",
        "Implementation/CompilerImpl+Stmt.swift",
        "Implementation/CompilerImpl+UNIMPLEMENTED.swift",
        "Implementation/CompilerImpl.swift",
        "Implementation/CompilerUnit.swift",
        "SpecialIdentifiers.swift",
        "Statement+DocString.swift",
        "Symbol table/SymbolInfo.swift",
        "Symbol table/SymbolScope.swift",
        "Symbol table/SymbolTable.swift",
        "Symbol table/SymbolTableBuilder.swift",
        "Symbol table/SymbolTableBuilderImpl+Expr.swift",
        "Symbol table/SymbolTableBuilderImpl+Stmt.swift",
        "Symbol table/SymbolTableBuilderImpl.swift",
        "Symbol table/SymbolTableVariableSourcePass.swift"
      ],
      "target_dependencies" : [
        "VioletParser",
        "VioletBytecode"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VioletBytecodeTests",
      "module_type" : "SwiftTarget",
      "name" : "VioletBytecodeTests",
      "path" : "Tests/BytecodeTests",
      "sources" : [
        "Builder/BuilderClassTests.swift",
        "Builder/BuilderCollectionTests.swift",
        "Builder/BuilderConstants-UsesScalarsForStringsTests.swift",
        "Builder/BuilderConstantsTests.swift",
        "Builder/BuilderFunctionTests.swift",
        "Builder/BuilderGeneralTests.swift",
        "Builder/BuilderGeneratorTests.swift",
        "Builder/BuilderImportTests.swift",
        "Builder/BuilderJumpTests.swift",
        "Builder/BuilderLoadStoreDelete-AttributeTests.swift",
        "Builder/BuilderLoadStoreDelete-CellTests.swift",
        "Builder/BuilderLoadStoreDelete-ClosureTests.swift",
        "Builder/BuilderLoadStoreDelete-FastTests.swift",
        "Builder/BuilderLoadStoreDelete-FreeTests.swift",
        "Builder/BuilderLoadStoreDelete-GlobalTests.swift",
        "Builder/BuilderLoadStoreDelete-NameTests.swift",
        "Builder/BuilderLoadStoreDelete-SubscriptTests.swift",
        "Builder/BuilderLoopTests.swift",
        "Builder/BuilderOperationsTests.swift",
        "Builder/BuilderStringTests.swift",
        "Builder/BuilderTests.swift",
        "Builder/BuilderTryTests.swift",
        "Builder/BuilderWithTests.swift",
        "CodeObjectDescriptionTests.swift",
        "CodeObjectFilledInstructionTests.swift",
        "Globals/ConstantGlobals.swift",
        "Globals/InstructionGlobals.swift",
        "Globals/LabelGlobals.swift",
        "Globals/NameGlobals.swift",
        "Globals/createBuilder.swift",
        "InstructionDescriptionTests.swift",
        "InstructionFilledDescriptionTests.swift",
        "InstructionTests.swift",
        "MangledNameTests.swift",
        "Peephole entities/PeepholeInstructionTests.swift",
        "Peephole entities/PeepholeJumpTableTests.swift",
        "Peephole/PeepholeBuildTupleTests.swift",
        "Peephole/PeepholeBuildTuple_ConstantTupleTests.swift",
        "Peephole/PeepholeBuildTuple_UnpackSequenceTests.swift",
        "Peephole/PeepholeJumpIfOrPop_ConditionalJumpTests.swift",
        "Peephole/PeepholeJumpTests.swift",
        "Peephole/PeepholeJump_JumpToAbsoluteJumpTests.swift",
        "Peephole/PeepholeJump_JumpToReturnTests.swift",
        "Peephole/PeepholeLoadConstTests.swift",
        "Peephole/PeepholeLoadConst_PopJumpIfTests.swift",
        "Peephole/PeepholeReturnTests.swift",
        "Peephole/PeepholeTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "VioletBytecode"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VioletBytecode",
      "module_type" : "SwiftTarget",
      "name" : "VioletBytecode",
      "path" : "Sources/Bytecode",
      "product_memberships" : [
        "Violet",
        "PyTests",
        "LibViolet"
      ],
      "sources" : [
        "Builder/CodeObjectBuilder+Class.swift",
        "Builder/CodeObjectBuilder+Collections+Unpack.swift",
        "Builder/CodeObjectBuilder+Constants.swift",
        "Builder/CodeObjectBuilder+Function.swift",
        "Builder/CodeObjectBuilder+General.swift",
        "Builder/CodeObjectBuilder+Generators+Coroutines.swift",
        "Builder/CodeObjectBuilder+Import.swift",
        "Builder/CodeObjectBuilder+Jump.swift",
        "Builder/CodeObjectBuilder+Loop.swift",
        "Builder/CodeObjectBuilder+Operations.swift",
        "Builder/CodeObjectBuilder+Store+Load+Delete.swift",
        "Builder/CodeObjectBuilder+String.swift",
        "Builder/CodeObjectBuilder+Try+Catch.swift",
        "Builder/CodeObjectBuilder+With.swift",
        "Builder/CodeObjectBuilder.swift",
        "Builder/CodeObjectBuilderCache.swift",
        "CodeObject+CustomStringConvertible.swift",
        "CodeObject+GetFilledInstruction.swift",
        "CodeObject.swift",
        "Generated/Instructions+Description.swift",
        "Generated/Instructions+Filled+Description.swift",
        "Generated/Instructions+Filled.swift",
        "Generated/Instructions.swift",
        "Instructions+Misc.swift",
        "MangledName.swift",
        "Peephole/OptimizationResult.swift",
        "Peephole/PeepholeInstruction.swift",
        "Peephole/PeepholeJumpTable.swift",
        "Peephole/PeepholeOptimizer+BuildTuple.swift",
        "Peephole/PeepholeOptimizer+JumpIfOrPop.swift",
        "Peephole/PeepholeOptimizer+Jumps.swift",
        "Peephole/PeepholeOptimizer+LoadConst.swift",
        "Peephole/PeepholeOptimizer+Return.swift",
        "Peephole/PeepholeOptimizer.swift"
      ],
      "target_dependencies" : [
        "VioletCore",
        "BigInt"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Violet",
      "module_type" : "SwiftTarget",
      "name" : "Violet",
      "path" : "Sources/Violet",
      "product_memberships" : [
        "Violet"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "VioletVM"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "UnicodeDataTests",
      "module_type" : "SwiftTarget",
      "name" : "UnicodeDataTests",
      "path" : "Tests/UnicodeDataTests",
      "sources" : [
        "ASCIIData.swift",
        "Asserts.swift",
        "Generated/UnicodeData - Arabic.swift",
        "Generated/UnicodeData - Basic Latin.swift",
        "Generated/UnicodeData - Braille Patterns.swift",
        "Generated/UnicodeData - Chess Symbols.swift",
        "Generated/UnicodeData - Combining Diacritical Marks.swift",
        "Generated/UnicodeData - Emoticons.swift",
        "Generated/UnicodeData - Hangul Jamo.swift",
        "Generated/UnicodeData - Hiragana.swift",
        "Generated/UnicodeData - Katakana.swift",
        "Generated/UnicodeData - Latin Extended-A.swift",
        "Generated/UnicodeData - Latin-1 Supplement.swift",
        "Generated/UnicodeData - Mathematical Operators.swift",
        "Generated/UnicodeData - Playing Cards.swift",
        "Generated/UnicodeData - Transport and Map Symbols.swift",
        "UnicodeData - ASCII.swift",
        "UnicodeData - Does not crash.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "UnicodeData"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UnicodeData",
      "module_type" : "SwiftTarget",
      "name" : "UnicodeData",
      "path" : "Sources/UnicodeData",
      "product_memberships" : [
        "Violet",
        "PyTests",
        "LibViolet"
      ],
      "sources" : [
        "ASCIIData.swift",
        "Generated.swift",
        "UnicodeData+CaseMapping.swift",
        "UnicodeData+Record.swift",
        "UnicodeData.swift",
        "UnicodeScalar+unsafeInit.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RapunzelTests",
      "module_type" : "SwiftTarget",
      "name" : "RapunzelTests",
      "path" : "Tests/RapunzelTests",
      "sources" : [
        "Lyrics.swift",
        "Tests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Rapunzel"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Rapunzel",
      "module_type" : "SwiftTarget",
      "name" : "Rapunzel",
      "path" : "Sources/Rapunzel",
      "product_memberships" : [
        "Violet",
        "PyTests",
        "LibViolet",
        "Rapunzel"
      ],
      "sources" : [
        "Rapunzel.swift",
        "Wadler.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PyTests",
      "module_type" : "SwiftTarget",
      "name" : "PyTests",
      "path" : "Sources/PyTests",
      "product_memberships" : [
        "PyTests"
      ],
      "sources" : [
        "TestRunner.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "VioletVM",
        "FileSystem"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "FileSystemTests",
      "module_type" : "SwiftTarget",
      "name" : "FileSystemTests",
      "path" : "Tests/FileSystemTests",
      "sources" : [
        "FakeFileManager.swift",
        "FileSystemTest.swift",
        "JoinTests.swift",
        "NameTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "FileSystem"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FileSystem",
      "module_type" : "SwiftTarget",
      "name" : "FileSystem",
      "path" : "Sources/FileSystem",
      "product_memberships" : [
        "Violet",
        "PyTests",
        "LibViolet"
      ],
      "sources" : [
        "FileDescriptor.swift",
        "FileManagerType.swift",
        "FileSystem+Creat.swift",
        "FileSystem+Join.swift",
        "FileSystem+Mkdir.swift",
        "FileSystem+Names.swift",
        "FileSystem+Readdir.swift",
        "FileSystem+Stat.swift",
        "FileSystem.swift",
        "Filename.swift",
        "LibC.swift",
        "Path.swift",
        "PathPartConvertible.swift"
      ],
      "target_dependencies" : [
        "VioletCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Elsa",
      "module_type" : "SwiftTarget",
      "name" : "Elsa",
      "path" : "Sources/Elsa",
      "product_memberships" : [
        "Elsa"
      ],
      "sources" : [
        "Entities/Doc.swift",
        "Entities/Enumeration.swift",
        "Entities/ProductType.swift",
        "Entities/SourceFile.swift",
        "Entities/SourceFileVisitor.swift",
        "Entities/SourceLocation.swift",
        "Entities/Token.swift",
        "Entities/Types.swift",
        "Generation-AST/AstSourceFileVisitor.swift",
        "Generation-AST/EmitAstBuilderVisitor.swift",
        "Generation-AST/EmitAstVisitor.swift",
        "Generation-AST/EmitAstVisitorsVisitor.swift",
        "Generation-Bytecode/BytecodeFileVisitor.swift",
        "Generation-Bytecode/EmitBytecodeDescriptionVisitor.swift",
        "Generation-Bytecode/EmitBytecodeDocumentationVisitor.swift",
        "Generation-Bytecode/EmitBytecodeFilledDescriptionVisitor.swift",
        "Generation-Bytecode/EmitBytecodeFilledVisitor.swift",
        "Generation-Bytecode/EmitBytecodeVisitor.swift",
        "Globals.swift",
        "Lexer.swift",
        "Parser.swift",
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "BigIntTests",
      "module_type" : "SwiftTarget",
      "name" : "BigIntTests",
      "path" : "Tests/BigIntTests",
      "sources" : [
        "BigInt - other projects/AppleBigIntDivTests.swift",
        "BigInt - other projects/AppleBigIntTests.swift",
        "BigInt - other projects/BigIntFloatingPointTests.swift",
        "BigInt - property based/ApplyA_ApplyB_Equals_ApplyAB.swift",
        "BigInt - property based/ApplyA_UndoA.swift",
        "BigInt/BigIntCOWTests.swift",
        "BigInt/BigIntHashTests.swift",
        "BigInt/BigIntIntegerInitTests.swift",
        "BigInt/BigIntMemoryLayoutTests.swift",
        "BigInt/BigIntPowerTests.swift",
        "BigInt/BigIntPropertyTests.swift",
        "BigInt/BigIntPythonStringInitTests.swift",
        "BigInt/BigIntStringInitTests.swift",
        "Heap/BigIntHeapAddTests.swift",
        "Heap/BigIntHeapAndTests.swift",
        "Heap/BigIntHeapComparableTests.swift",
        "Heap/BigIntHeapDivRemTests.swift",
        "Heap/BigIntHeapDivTests.swift",
        "Heap/BigIntHeapEquatableTests.swift",
        "Heap/BigIntHeapHashableTests.swift",
        "Heap/BigIntHeapInvertTests.swift",
        "Heap/BigIntHeapMulTests.swift",
        "Heap/BigIntHeapNegateTests.swift",
        "Heap/BigIntHeapOrTests.swift",
        "Heap/BigIntHeapPropertyTests.swift",
        "Heap/BigIntHeapRemTests.swift",
        "Heap/BigIntHeapShiftTests.swift",
        "Heap/BigIntHeapStringTests.swift",
        "Heap/BigIntHeapSubTests.swift",
        "Heap/BigIntHeapXorTests.swift",
        "Heap/BigIntStorageTests.swift",
        "Helpers/BigIntHeapHelpers.swift",
        "Helpers/BigIntHelpers.swift",
        "Helpers/BitWidthTestCases.swift",
        "Helpers/GenerateNumbers.swift",
        "Helpers/GlobalFunctions.swift",
        "Helpers/MinRequiredWidthTestCases.swift",
        "Helpers/StringTestCases.swift",
        "Helpers/WordsTestCases.swift",
        "Node/NodeTests+Support.swift",
        "Node/NodeTests.swift",
        "Smi vs heap/SmiVsHeapHash.swift",
        "Smi vs heap/SmiVsHeapProperties.swift",
        "Smi/SmiBinaryTests.swift",
        "Smi/SmiBitTests.swift",
        "Smi/SmiPropertyTests.swift",
        "Smi/SmiShiftTests.swift",
        "Smi/SmiUnaryTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "BigInt"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BigInt",
      "module_type" : "SwiftTarget",
      "name" : "BigInt",
      "path" : "Sources/BigInt",
      "product_memberships" : [
        "Violet",
        "PyTests",
        "LibViolet"
      ],
      "sources" : [
        "BigInt+InitFromBinaryFloatingPoint.swift",
        "BigInt+InitFromPythonString.swift",
        "BigInt+InitFromString.swift",
        "BigInt+ToString.swift",
        "BigInt+Words.swift",
        "BigInt.swift",
        "BigIntHeap+Add.swift",
        "BigIntHeap+And+Or+Xor.swift",
        "BigIntHeap+Div+Rem.swift",
        "BigIntHeap+Equatable+Comparable.swift",
        "BigIntHeap+Mul.swift",
        "BigIntHeap+Shifts.swift",
        "BigIntHeap+Sub.swift",
        "BigIntHeap+ToString.swift",
        "BigIntHeap+Unary.swift",
        "BigIntHeap.swift",
        "BigIntStorage.swift",
        "Smi.swift",
        "extensions.swift"
      ],
      "target_dependencies" : [
        "VioletCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.