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

Failed to build Violet, reference main (404d10), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 01:18:46 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

120 |   public static let __rpow__ = IdString(index: 91)
121 |   public static let __rrshift__ = IdString(index: 92)
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/IdStrings.swift:120:21: warning: static property '__rpow__' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
 19 | ///
 20 | /// Use `py.resolve(id:)` to convert to `PyString`.
 21 | public struct IdString: CustomStringConvertible {
    |               `- note: consider making struct 'IdString' conform to the 'Sendable' protocol
 22 |
 23 |   private let index: Int
    :
118 |   public static let __ror__ = IdString(index: 89)
119 |   public static let __round__ = IdString(index: 90)
120 |   public static let __rpow__ = IdString(index: 91)
    |                     |- warning: static property '__rpow__' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: annotate '__rpow__' 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
121 |   public static let __rrshift__ = IdString(index: 92)
122 |   public static let __rshift__ = IdString(index: 93)
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/IdStrings.swift:121:21: warning: static property '__rrshift__' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
 19 | ///
 20 | /// Use `py.resolve(id:)` to convert to `PyString`.
 21 | public struct IdString: CustomStringConvertible {
    |               `- note: consider making struct 'IdString' conform to the 'Sendable' protocol
 22 |
 23 |   private let index: Int
    :
119 |   public static let __round__ = IdString(index: 90)
120 |   public static let __rpow__ = IdString(index: 91)
121 |   public static let __rrshift__ = IdString(index: 92)
    |                     |- warning: static property '__rrshift__' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: annotate '__rrshift__' 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
122 |   public static let __rshift__ = IdString(index: 93)
123 |   public static let __rsub__ = IdString(index: 94)
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/IdStrings.swift:122:21: warning: static property '__rshift__' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
 19 | ///
 20 | /// Use `py.resolve(id:)` to convert to `PyString`.
 21 | public struct IdString: CustomStringConvertible {
    |               `- note: consider making struct 'IdString' conform to the 'Sendable' protocol
 22 |
 23 |   private let index: Int
    :
120 |   public static let __rpow__ = IdString(index: 91)
121 |   public static let __rrshift__ = IdString(index: 92)
122 |   public static let __rshift__ = IdString(index: 93)
    |                     |- warning: static property '__rshift__' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: annotate '__rshift__' 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
123 |   public static let __rsub__ = IdString(index: 94)
124 |   public static let __rtruediv__ = IdString(index: 95)
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/IdStrings.swift:123:21: warning: static property '__rsub__' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
 19 | ///
 20 | /// Use `py.resolve(id:)` to convert to `PyString`.
 21 | public struct IdString: CustomStringConvertible {
    |               `- note: consider making struct 'IdString' conform to the 'Sendable' protocol
 22 |
 23 |   private let index: Int
    :
121 |   public static let __rrshift__ = IdString(index: 92)
122 |   public static let __rshift__ = IdString(index: 93)
123 |   public static let __rsub__ = IdString(index: 94)
    |                     |- warning: static property '__rsub__' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: annotate '__rsub__' 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
124 |   public static let __rtruediv__ = IdString(index: 95)
125 |   public static let __rxor__ = IdString(index: 96)
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/IdStrings.swift:124:21: warning: static property '__rtruediv__' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
 19 | ///
 20 | /// Use `py.resolve(id:)` to convert to `PyString`.
 21 | public struct IdString: CustomStringConvertible {
    |               `- note: consider making struct 'IdString' conform to the 'Sendable' protocol
 22 |
 23 |   private let index: Int
    :
122 |   public static let __rshift__ = IdString(index: 93)
123 |   public static let __rsub__ = IdString(index: 94)
124 |   public static let __rtruediv__ = IdString(index: 95)
    |                     |- warning: static property '__rtruediv__' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: annotate '__rtruediv__' 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
125 |   public static let __rxor__ = IdString(index: 96)
126 |   public static let __set__ = IdString(index: 97)
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/IdStrings.swift:125:21: warning: static property '__rxor__' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
 19 | ///
 20 | /// Use `py.resolve(id:)` to convert to `PyString`.
 21 | public struct IdString: CustomStringConvertible {
    |               `- note: consider making struct 'IdString' conform to the 'Sendable' protocol
 22 |
 23 |   private let index: Int
    :
123 |   public static let __rsub__ = IdString(index: 94)
124 |   public static let __rtruediv__ = IdString(index: 95)
125 |   public static let __rxor__ = IdString(index: 96)
    |                     |- warning: static property '__rxor__' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: annotate '__rxor__' 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
126 |   public static let __set__ = IdString(index: 97)
127 |   public static let __set_name__ = IdString(index: 98)
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/IdStrings.swift:126:21: warning: static property '__set__' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
 19 | ///
 20 | /// Use `py.resolve(id:)` to convert to `PyString`.
 21 | public struct IdString: CustomStringConvertible {
    |               `- note: consider making struct 'IdString' conform to the 'Sendable' protocol
 22 |
 23 |   private let index: Int
    :
124 |   public static let __rtruediv__ = IdString(index: 95)
125 |   public static let __rxor__ = IdString(index: 96)
126 |   public static let __set__ = IdString(index: 97)
    |                     |- warning: static property '__set__' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: annotate '__set__' 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
127 |   public static let __set_name__ = IdString(index: 98)
128 |   public static let __setattr__ = IdString(index: 99)
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/IdStrings.swift:127:21: warning: static property '__set_name__' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
 19 | ///
 20 | /// Use `py.resolve(id:)` to convert to `PyString`.
 21 | public struct IdString: CustomStringConvertible {
    |               `- note: consider making struct 'IdString' conform to the 'Sendable' protocol
 22 |
 23 |   private let index: Int
    :
125 |   public static let __rxor__ = IdString(index: 96)
126 |   public static let __set__ = IdString(index: 97)
127 |   public static let __set_name__ = IdString(index: 98)
    |                     |- warning: static property '__set_name__' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: annotate '__set_name__' 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
128 |   public static let __setattr__ = IdString(index: 99)
129 |   public static let __setitem__ = IdString(index: 100)
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/IdStrings.swift:128:21: warning: static property '__setattr__' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
 19 | ///
 20 | /// Use `py.resolve(id:)` to convert to `PyString`.
 21 | public struct IdString: CustomStringConvertible {
    |               `- note: consider making struct 'IdString' conform to the 'Sendable' protocol
 22 |
 23 |   private let index: Int
    :
126 |   public static let __set__ = IdString(index: 97)
127 |   public static let __set_name__ = IdString(index: 98)
128 |   public static let __setattr__ = IdString(index: 99)
    |                     |- warning: static property '__setattr__' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: annotate '__setattr__' 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
129 |   public static let __setitem__ = IdString(index: 100)
130 |   public static let __spec__ = IdString(index: 101)
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/IdStrings.swift:129:21: warning: static property '__setitem__' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
 19 | ///
 20 | /// Use `py.resolve(id:)` to convert to `PyString`.
 21 | public struct IdString: CustomStringConvertible {
    |               `- note: consider making struct 'IdString' conform to the 'Sendable' protocol
 22 |
 23 |   private let index: Int
    :
127 |   public static let __set_name__ = IdString(index: 98)
128 |   public static let __setattr__ = IdString(index: 99)
129 |   public static let __setitem__ = IdString(index: 100)
    |                     |- warning: static property '__setitem__' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: annotate '__setitem__' 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
130 |   public static let __spec__ = IdString(index: 101)
131 |   public static let __str__ = IdString(index: 102)
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/IdStrings.swift:130:21: warning: static property '__spec__' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
 19 | ///
 20 | /// Use `py.resolve(id:)` to convert to `PyString`.
 21 | public struct IdString: CustomStringConvertible {
    |               `- note: consider making struct 'IdString' conform to the 'Sendable' protocol
 22 |
 23 |   private let index: Int
    :
128 |   public static let __setattr__ = IdString(index: 99)
129 |   public static let __setitem__ = IdString(index: 100)
130 |   public static let __spec__ = IdString(index: 101)
    |                     |- warning: static property '__spec__' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: annotate '__spec__' 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
131 |   public static let __str__ = IdString(index: 102)
132 |   public static let __sub__ = IdString(index: 103)
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/IdStrings.swift:131:21: warning: static property '__str__' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
 19 | ///
 20 | /// Use `py.resolve(id:)` to convert to `PyString`.
 21 | public struct IdString: CustomStringConvertible {
    |               `- note: consider making struct 'IdString' conform to the 'Sendable' protocol
 22 |
 23 |   private let index: Int
    :
129 |   public static let __setitem__ = IdString(index: 100)
130 |   public static let __spec__ = IdString(index: 101)
131 |   public static let __str__ = IdString(index: 102)
    |                     |- warning: static property '__str__' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: annotate '__str__' 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
132 |   public static let __sub__ = IdString(index: 103)
133 |   public static let __subclasscheck__ = IdString(index: 104)
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/IdStrings.swift:132:21: warning: static property '__sub__' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
 19 | ///
 20 | /// Use `py.resolve(id:)` to convert to `PyString`.
 21 | public struct IdString: CustomStringConvertible {
    |               `- note: consider making struct 'IdString' conform to the 'Sendable' protocol
 22 |
 23 |   private let index: Int
    :
130 |   public static let __spec__ = IdString(index: 101)
131 |   public static let __str__ = IdString(index: 102)
132 |   public static let __sub__ = IdString(index: 103)
    |                     |- warning: static property '__sub__' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: annotate '__sub__' 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
133 |   public static let __subclasscheck__ = IdString(index: 104)
134 |   public static let __truediv__ = IdString(index: 105)
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/IdStrings.swift:133:21: warning: static property '__subclasscheck__' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
 19 | ///
 20 | /// Use `py.resolve(id:)` to convert to `PyString`.
 21 | public struct IdString: CustomStringConvertible {
    |               `- note: consider making struct 'IdString' conform to the 'Sendable' protocol
 22 |
 23 |   private let index: Int
    :
131 |   public static let __str__ = IdString(index: 102)
132 |   public static let __sub__ = IdString(index: 103)
133 |   public static let __subclasscheck__ = IdString(index: 104)
    |                     |- warning: static property '__subclasscheck__' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: annotate '__subclasscheck__' 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
134 |   public static let __truediv__ = IdString(index: 105)
135 |   public static let __trunc__ = IdString(index: 106)
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/IdStrings.swift:134:21: warning: static property '__truediv__' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
 19 | ///
 20 | /// Use `py.resolve(id:)` to convert to `PyString`.
 21 | public struct IdString: CustomStringConvertible {
    |               `- note: consider making struct 'IdString' conform to the 'Sendable' protocol
 22 |
 23 |   private let index: Int
    :
132 |   public static let __sub__ = IdString(index: 103)
133 |   public static let __subclasscheck__ = IdString(index: 104)
134 |   public static let __truediv__ = IdString(index: 105)
    |                     |- warning: static property '__truediv__' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: annotate '__truediv__' 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
135 |   public static let __trunc__ = IdString(index: 106)
136 |   public static let __warningregistry__ = IdString(index: 107)
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/IdStrings.swift:135:21: warning: static property '__trunc__' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
 19 | ///
 20 | /// Use `py.resolve(id:)` to convert to `PyString`.
 21 | public struct IdString: CustomStringConvertible {
    |               `- note: consider making struct 'IdString' conform to the 'Sendable' protocol
 22 |
 23 |   private let index: Int
    :
133 |   public static let __subclasscheck__ = IdString(index: 104)
134 |   public static let __truediv__ = IdString(index: 105)
135 |   public static let __trunc__ = IdString(index: 106)
    |                     |- warning: static property '__trunc__' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: annotate '__trunc__' 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
136 |   public static let __warningregistry__ = IdString(index: 107)
137 |   public static let __xor__ = IdString(index: 108)
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/IdStrings.swift:136:21: warning: static property '__warningregistry__' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
 19 | ///
 20 | /// Use `py.resolve(id:)` to convert to `PyString`.
 21 | public struct IdString: CustomStringConvertible {
    |               `- note: consider making struct 'IdString' conform to the 'Sendable' protocol
 22 |
 23 |   private let index: Int
    :
134 |   public static let __truediv__ = IdString(index: 105)
135 |   public static let __trunc__ = IdString(index: 106)
136 |   public static let __warningregistry__ = IdString(index: 107)
    |                     |- warning: static property '__warningregistry__' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: annotate '__warningregistry__' 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
137 |   public static let __xor__ = IdString(index: 108)
138 |   public static let _find_and_load = IdString(index: 109)
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/IdStrings.swift:137:21: warning: static property '__xor__' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
 19 | ///
 20 | /// Use `py.resolve(id:)` to convert to `PyString`.
 21 | public struct IdString: CustomStringConvertible {
    |               `- note: consider making struct 'IdString' conform to the 'Sendable' protocol
 22 |
 23 |   private let index: Int
    :
135 |   public static let __trunc__ = IdString(index: 106)
136 |   public static let __warningregistry__ = IdString(index: 107)
137 |   public static let __xor__ = IdString(index: 108)
    |                     |- warning: static property '__xor__' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: annotate '__xor__' 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
138 |   public static let _find_and_load = IdString(index: 109)
139 |   public static let _handle_fromlist = IdString(index: 110)
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/IdStrings.swift:138:21: warning: static property '_find_and_load' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
 19 | ///
 20 | /// Use `py.resolve(id:)` to convert to `PyString`.
 21 | public struct IdString: CustomStringConvertible {
    |               `- note: consider making struct 'IdString' conform to the 'Sendable' protocol
 22 |
 23 |   private let index: Int
    :
136 |   public static let __warningregistry__ = IdString(index: 107)
137 |   public static let __xor__ = IdString(index: 108)
138 |   public static let _find_and_load = IdString(index: 109)
    |                     |- warning: static property '_find_and_load' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: annotate '_find_and_load' 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
139 |   public static let _handle_fromlist = IdString(index: 110)
140 |   public static let builtins = IdString(index: 111)
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/IdStrings.swift:139:21: warning: static property '_handle_fromlist' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
 19 | ///
 20 | /// Use `py.resolve(id:)` to convert to `PyString`.
 21 | public struct IdString: CustomStringConvertible {
    |               `- note: consider making struct 'IdString' conform to the 'Sendable' protocol
 22 |
 23 |   private let index: Int
    :
137 |   public static let __xor__ = IdString(index: 108)
138 |   public static let _find_and_load = IdString(index: 109)
139 |   public static let _handle_fromlist = IdString(index: 110)
    |                     |- warning: static property '_handle_fromlist' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: annotate '_handle_fromlist' 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
140 |   public static let builtins = IdString(index: 111)
141 |   public static let encoding = IdString(index: 112)
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/IdStrings.swift:140:21: warning: static property 'builtins' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
 19 | ///
 20 | /// Use `py.resolve(id:)` to convert to `PyString`.
 21 | public struct IdString: CustomStringConvertible {
    |               `- note: consider making struct 'IdString' conform to the 'Sendable' protocol
 22 |
 23 |   private let index: Int
    :
138 |   public static let _find_and_load = IdString(index: 109)
139 |   public static let _handle_fromlist = IdString(index: 110)
140 |   public static let builtins = IdString(index: 111)
    |                     |- warning: static property 'builtins' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: annotate 'builtins' 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
141 |   public static let encoding = IdString(index: 112)
142 |   public static let keys = IdString(index: 113)
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/IdStrings.swift:141:21: warning: static property 'encoding' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
 19 | ///
 20 | /// Use `py.resolve(id:)` to convert to `PyString`.
 21 | public struct IdString: CustomStringConvertible {
    |               `- note: consider making struct 'IdString' conform to the 'Sendable' protocol
 22 |
 23 |   private let index: Int
    :
139 |   public static let _handle_fromlist = IdString(index: 110)
140 |   public static let builtins = IdString(index: 111)
141 |   public static let encoding = IdString(index: 112)
    |                     |- warning: static property 'encoding' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: annotate 'encoding' 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
142 |   public static let keys = IdString(index: 113)
143 |   public static let metaclass = IdString(index: 114)
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/IdStrings.swift:142:21: warning: static property 'keys' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
 19 | ///
 20 | /// Use `py.resolve(id:)` to convert to `PyString`.
 21 | public struct IdString: CustomStringConvertible {
    |               `- note: consider making struct 'IdString' conform to the 'Sendable' protocol
 22 |
 23 |   private let index: Int
    :
140 |   public static let builtins = IdString(index: 111)
141 |   public static let encoding = IdString(index: 112)
142 |   public static let keys = IdString(index: 113)
    |                     |- warning: static property 'keys' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: annotate 'keys' 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
143 |   public static let metaclass = IdString(index: 114)
144 |   public static let mro = IdString(index: 115)
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/IdStrings.swift:143:21: warning: static property 'metaclass' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
 19 | ///
 20 | /// Use `py.resolve(id:)` to convert to `PyString`.
 21 | public struct IdString: CustomStringConvertible {
    |               `- note: consider making struct 'IdString' conform to the 'Sendable' protocol
 22 |
 23 |   private let index: Int
    :
141 |   public static let encoding = IdString(index: 112)
142 |   public static let keys = IdString(index: 113)
143 |   public static let metaclass = IdString(index: 114)
    |                     |- warning: static property 'metaclass' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: annotate 'metaclass' 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
144 |   public static let mro = IdString(index: 115)
145 |   public static let name = IdString(index: 116)
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/IdStrings.swift:144:21: warning: static property 'mro' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
 19 | ///
 20 | /// Use `py.resolve(id:)` to convert to `PyString`.
 21 | public struct IdString: CustomStringConvertible {
    |               `- note: consider making struct 'IdString' conform to the 'Sendable' protocol
 22 |
 23 |   private let index: Int
    :
142 |   public static let keys = IdString(index: 113)
143 |   public static let metaclass = IdString(index: 114)
144 |   public static let mro = IdString(index: 115)
    |                     |- warning: static property 'mro' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: annotate 'mro' 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
145 |   public static let name = IdString(index: 116)
146 |   public static let object = IdString(index: 117)
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/IdStrings.swift:145:21: warning: static property 'name' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
 19 | ///
 20 | /// Use `py.resolve(id:)` to convert to `PyString`.
 21 | public struct IdString: CustomStringConvertible {
    |               `- note: consider making struct 'IdString' conform to the 'Sendable' protocol
 22 |
 23 |   private let index: Int
    :
143 |   public static let metaclass = IdString(index: 114)
144 |   public static let mro = IdString(index: 115)
145 |   public static let name = IdString(index: 116)
    |                     |- warning: static property 'name' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: annotate 'name' 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
146 |   public static let object = IdString(index: 117)
147 |   public static let origin = IdString(index: 118)
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/IdStrings.swift:146:21: warning: static property 'object' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
 19 | ///
 20 | /// Use `py.resolve(id:)` to convert to `PyString`.
 21 | public struct IdString: CustomStringConvertible {
    |               `- note: consider making struct 'IdString' conform to the 'Sendable' protocol
 22 |
 23 |   private let index: Int
    :
144 |   public static let mro = IdString(index: 115)
145 |   public static let name = IdString(index: 116)
146 |   public static let object = IdString(index: 117)
    |                     |- warning: static property 'object' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: annotate 'object' 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
147 |   public static let origin = IdString(index: 118)
148 |
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/IdStrings.swift:147:21: warning: static property 'origin' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
 19 | ///
 20 | /// Use `py.resolve(id:)` to convert to `PyString`.
 21 | public struct IdString: CustomStringConvertible {
    |               `- note: consider making struct 'IdString' conform to the 'Sendable' protocol
 22 |
 23 |   private let index: Int
    :
145 |   public static let name = IdString(index: 116)
146 |   public static let object = IdString(index: 117)
147 |   public static let origin = IdString(index: 118)
    |                     |- warning: static property 'origin' is not concurrency-safe because non-'Sendable' type 'IdString' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: annotate 'origin' 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
148 |
149 |   public var description: String {
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:1234:25: warning: static property 'baseExceptionStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1232 |     }
1233 |
1234 |     internal static var baseExceptionStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'baseExceptionStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'baseExceptionStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'baseExceptionStaticMethods' 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
1235 |       var result = Py.Types.objectStaticMethods.copy()
1236 |       result.__repr__ = .init(PyBaseException.__repr__(_:zelf:))
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+TypeDefinitions.swift:3196:25: warning: static property 'objectStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3194 |     }
3195 |
3196 |     internal static var objectStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'objectStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'objectStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'objectStaticMethods' 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
3197 |       var result = PyStaticCall.KnownNotOverriddenMethods()
3198 |       result.__repr__ = .init(PyObject.__repr__(_:zelf:))
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:1265:25: warning: static property 'systemExitStaticMethods' 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
1263 |
1264 |     // 'SystemExit' does not add any interesting methods to 'BaseException'.
1265 |     internal static let systemExitStaticMethods = Py.ErrorTypes.baseExceptionStaticMethods.copy()
     |                         |- warning: static property 'systemExitStaticMethods' 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 'systemExitStaticMethods' 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
1266 |
1267 |     // MARK: - KeyboardInterrupt
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:1285:25: warning: static property 'keyboardInterruptStaticMethods' 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
1283 |
1284 |     // 'KeyboardInterrupt' does not add any interesting methods to 'BaseException'.
1285 |     internal static let keyboardInterruptStaticMethods = Py.ErrorTypes.baseExceptionStaticMethods.copy()
     |                         |- warning: static property 'keyboardInterruptStaticMethods' 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 'keyboardInterruptStaticMethods' 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
1286 |
1287 |     // MARK: - GeneratorExit
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:1305:25: warning: static property 'generatorExitStaticMethods' 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
1303 |
1304 |     // 'GeneratorExit' does not add any interesting methods to 'BaseException'.
1305 |     internal static let generatorExitStaticMethods = Py.ErrorTypes.baseExceptionStaticMethods.copy()
     |                         |- warning: static property 'generatorExitStaticMethods' 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 'generatorExitStaticMethods' 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
1306 |
1307 |     // MARK: - Exception
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:1325:25: warning: static property 'exceptionStaticMethods' 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
1323 |
1324 |     // 'Exception' does not add any interesting methods to 'BaseException'.
1325 |     internal static let exceptionStaticMethods = Py.ErrorTypes.baseExceptionStaticMethods.copy()
     |                         |- warning: static property 'exceptionStaticMethods' 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 'exceptionStaticMethods' 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
1326 |
1327 |     // MARK: - StopIteration
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:1348:25: warning: static property 'stopIterationStaticMethods' 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
1346 |
1347 |     // 'StopIteration' does not add any interesting methods to 'Exception'.
1348 |     internal static let stopIterationStaticMethods = Py.ErrorTypes.exceptionStaticMethods.copy()
     |                         |- warning: static property 'stopIterationStaticMethods' 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 'stopIterationStaticMethods' 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
1349 |
1350 |     // MARK: - StopAsyncIteration
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:1368:25: warning: static property 'stopAsyncIterationStaticMethods' 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
1366 |
1367 |     // 'StopAsyncIteration' does not add any interesting methods to 'Exception'.
1368 |     internal static let stopAsyncIterationStaticMethods = Py.ErrorTypes.exceptionStaticMethods.copy()
     |                         |- warning: static property 'stopAsyncIterationStaticMethods' 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 'stopAsyncIterationStaticMethods' 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
1369 |
1370 |     // MARK: - ArithmeticError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:1388:25: warning: static property 'arithmeticErrorStaticMethods' 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
1386 |
1387 |     // 'ArithmeticError' does not add any interesting methods to 'Exception'.
1388 |     internal static let arithmeticErrorStaticMethods = Py.ErrorTypes.exceptionStaticMethods.copy()
     |                         |- warning: static property 'arithmeticErrorStaticMethods' 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 'arithmeticErrorStaticMethods' 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
1389 |
1390 |     // MARK: - FloatingPointError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:1408:25: warning: static property 'floatingPointErrorStaticMethods' 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
1406 |
1407 |     // 'FloatingPointError' does not add any interesting methods to 'ArithmeticError'.
1408 |     internal static let floatingPointErrorStaticMethods = Py.ErrorTypes.arithmeticErrorStaticMethods.copy()
     |                         |- warning: static property 'floatingPointErrorStaticMethods' 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 'floatingPointErrorStaticMethods' 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
1409 |
1410 |     // MARK: - OverflowError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:1428:25: warning: static property 'overflowErrorStaticMethods' 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
1426 |
1427 |     // 'OverflowError' does not add any interesting methods to 'ArithmeticError'.
1428 |     internal static let overflowErrorStaticMethods = Py.ErrorTypes.arithmeticErrorStaticMethods.copy()
     |                         |- warning: static property 'overflowErrorStaticMethods' 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 'overflowErrorStaticMethods' 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
1429 |
1430 |     // MARK: - ZeroDivisionError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:1448:25: warning: static property 'zeroDivisionErrorStaticMethods' 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
1446 |
1447 |     // 'ZeroDivisionError' does not add any interesting methods to 'ArithmeticError'.
1448 |     internal static let zeroDivisionErrorStaticMethods = Py.ErrorTypes.arithmeticErrorStaticMethods.copy()
     |                         |- warning: static property 'zeroDivisionErrorStaticMethods' 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 'zeroDivisionErrorStaticMethods' 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
1449 |
1450 |     // MARK: - AssertionError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:1468:25: warning: static property 'assertionErrorStaticMethods' 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
1466 |
1467 |     // 'AssertionError' does not add any interesting methods to 'Exception'.
1468 |     internal static let assertionErrorStaticMethods = Py.ErrorTypes.exceptionStaticMethods.copy()
     |                         |- warning: static property 'assertionErrorStaticMethods' 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 'assertionErrorStaticMethods' 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
1469 |
1470 |     // MARK: - AttributeError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:1488:25: warning: static property 'attributeErrorStaticMethods' 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
1486 |
1487 |     // 'AttributeError' does not add any interesting methods to 'Exception'.
1488 |     internal static let attributeErrorStaticMethods = Py.ErrorTypes.exceptionStaticMethods.copy()
     |                         |- warning: static property 'attributeErrorStaticMethods' 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 'attributeErrorStaticMethods' 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
1489 |
1490 |     // MARK: - BufferError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:1508:25: warning: static property 'bufferErrorStaticMethods' 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
1506 |
1507 |     // 'BufferError' does not add any interesting methods to 'Exception'.
1508 |     internal static let bufferErrorStaticMethods = Py.ErrorTypes.exceptionStaticMethods.copy()
     |                         |- warning: static property 'bufferErrorStaticMethods' 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 'bufferErrorStaticMethods' 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
1509 |
1510 |     // MARK: - EOFError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:1528:25: warning: static property 'eOFErrorStaticMethods' 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
1526 |
1527 |     // 'EOFError' does not add any interesting methods to 'Exception'.
1528 |     internal static let eOFErrorStaticMethods = Py.ErrorTypes.exceptionStaticMethods.copy()
     |                         |- warning: static property 'eOFErrorStaticMethods' 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 'eOFErrorStaticMethods' 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
1529 |
1530 |     // MARK: - ImportError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:1559:25: warning: static property 'importErrorStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1557 |     }
1558 |
1559 |     internal static var importErrorStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'importErrorStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'importErrorStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'importErrorStaticMethods' 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
1560 |       var result = Py.ErrorTypes.exceptionStaticMethods.copy()
1561 |       result.__str__ = .init(PyImportError.__str__(_:zelf:))
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:1583:25: warning: static property 'moduleNotFoundErrorStaticMethods' 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
1581 |
1582 |     // 'ModuleNotFoundError' does not add any interesting methods to 'ImportError'.
1583 |     internal static let moduleNotFoundErrorStaticMethods = Py.ErrorTypes.importErrorStaticMethods.copy()
     |                         |- warning: static property 'moduleNotFoundErrorStaticMethods' 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 'moduleNotFoundErrorStaticMethods' 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
1584 |
1585 |     // MARK: - LookupError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:1603:25: warning: static property 'lookupErrorStaticMethods' 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
1601 |
1602 |     // 'LookupError' does not add any interesting methods to 'Exception'.
1603 |     internal static let lookupErrorStaticMethods = Py.ErrorTypes.exceptionStaticMethods.copy()
     |                         |- warning: static property 'lookupErrorStaticMethods' 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 'lookupErrorStaticMethods' 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
1604 |
1605 |     // MARK: - IndexError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:1623:25: warning: static property 'indexErrorStaticMethods' 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
1621 |
1622 |     // 'IndexError' does not add any interesting methods to 'LookupError'.
1623 |     internal static let indexErrorStaticMethods = Py.ErrorTypes.lookupErrorStaticMethods.copy()
     |                         |- warning: static property 'indexErrorStaticMethods' 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 'indexErrorStaticMethods' 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
1624 |
1625 |     // MARK: - KeyError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:1645:25: warning: static property 'keyErrorStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1643 |     }
1644 |
1645 |     internal static var keyErrorStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'keyErrorStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'keyErrorStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'keyErrorStaticMethods' 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
1646 |       var result = Py.ErrorTypes.lookupErrorStaticMethods.copy()
1647 |       result.__str__ = .init(PyKeyError.__str__(_:zelf:))
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:1669:25: warning: static property 'memoryErrorStaticMethods' 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
1667 |
1668 |     // 'MemoryError' does not add any interesting methods to 'Exception'.
1669 |     internal static let memoryErrorStaticMethods = Py.ErrorTypes.exceptionStaticMethods.copy()
     |                         |- warning: static property 'memoryErrorStaticMethods' 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 'memoryErrorStaticMethods' 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
1670 |
1671 |     // MARK: - NameError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:1689:25: warning: static property 'nameErrorStaticMethods' 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
1687 |
1688 |     // 'NameError' does not add any interesting methods to 'Exception'.
1689 |     internal static let nameErrorStaticMethods = Py.ErrorTypes.exceptionStaticMethods.copy()
     |                         |- warning: static property 'nameErrorStaticMethods' 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 'nameErrorStaticMethods' 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
1690 |
1691 |     // MARK: - UnboundLocalError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:1709:25: warning: static property 'unboundLocalErrorStaticMethods' 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
1707 |
1708 |     // 'UnboundLocalError' does not add any interesting methods to 'NameError'.
1709 |     internal static let unboundLocalErrorStaticMethods = Py.ErrorTypes.nameErrorStaticMethods.copy()
     |                         |- warning: static property 'unboundLocalErrorStaticMethods' 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 'unboundLocalErrorStaticMethods' 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
1710 |
1711 |     // MARK: - OSError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:1729:25: warning: static property 'oSErrorStaticMethods' 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
1727 |
1728 |     // 'OSError' does not add any interesting methods to 'Exception'.
1729 |     internal static let oSErrorStaticMethods = Py.ErrorTypes.exceptionStaticMethods.copy()
     |                         |- warning: static property 'oSErrorStaticMethods' 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 'oSErrorStaticMethods' 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
1730 |
1731 |     // MARK: - BlockingIOError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:1749:25: warning: static property 'blockingIOErrorStaticMethods' 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
1747 |
1748 |     // 'BlockingIOError' does not add any interesting methods to 'OSError'.
1749 |     internal static let blockingIOErrorStaticMethods = Py.ErrorTypes.oSErrorStaticMethods.copy()
     |                         |- warning: static property 'blockingIOErrorStaticMethods' 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 'blockingIOErrorStaticMethods' 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
1750 |
1751 |     // MARK: - ChildProcessError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:1769:25: warning: static property 'childProcessErrorStaticMethods' 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
1767 |
1768 |     // 'ChildProcessError' does not add any interesting methods to 'OSError'.
1769 |     internal static let childProcessErrorStaticMethods = Py.ErrorTypes.oSErrorStaticMethods.copy()
     |                         |- warning: static property 'childProcessErrorStaticMethods' 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 'childProcessErrorStaticMethods' 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
1770 |
1771 |     // MARK: - ConnectionError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:1789:25: warning: static property 'connectionErrorStaticMethods' 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
1787 |
1788 |     // 'ConnectionError' does not add any interesting methods to 'OSError'.
1789 |     internal static let connectionErrorStaticMethods = Py.ErrorTypes.oSErrorStaticMethods.copy()
     |                         |- warning: static property 'connectionErrorStaticMethods' 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 'connectionErrorStaticMethods' 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
1790 |
1791 |     // MARK: - BrokenPipeError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:1809:25: warning: static property 'brokenPipeErrorStaticMethods' 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
1807 |
1808 |     // 'BrokenPipeError' does not add any interesting methods to 'ConnectionError'.
1809 |     internal static let brokenPipeErrorStaticMethods = Py.ErrorTypes.connectionErrorStaticMethods.copy()
     |                         |- warning: static property 'brokenPipeErrorStaticMethods' 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 'brokenPipeErrorStaticMethods' 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
1810 |
1811 |     // MARK: - ConnectionAbortedError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:1829:25: warning: static property 'connectionAbortedErrorStaticMethods' 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
1827 |
1828 |     // 'ConnectionAbortedError' does not add any interesting methods to 'ConnectionError'.
1829 |     internal static let connectionAbortedErrorStaticMethods = Py.ErrorTypes.connectionErrorStaticMethods.copy()
     |                         |- warning: static property 'connectionAbortedErrorStaticMethods' 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 'connectionAbortedErrorStaticMethods' 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
1830 |
1831 |     // MARK: - ConnectionRefusedError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:1849:25: warning: static property 'connectionRefusedErrorStaticMethods' 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
1847 |
1848 |     // 'ConnectionRefusedError' does not add any interesting methods to 'ConnectionError'.
1849 |     internal static let connectionRefusedErrorStaticMethods = Py.ErrorTypes.connectionErrorStaticMethods.copy()
     |                         |- warning: static property 'connectionRefusedErrorStaticMethods' 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 'connectionRefusedErrorStaticMethods' 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
1850 |
1851 |     // MARK: - ConnectionResetError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:1869:25: warning: static property 'connectionResetErrorStaticMethods' 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
1867 |
1868 |     // 'ConnectionResetError' does not add any interesting methods to 'ConnectionError'.
1869 |     internal static let connectionResetErrorStaticMethods = Py.ErrorTypes.connectionErrorStaticMethods.copy()
     |                         |- warning: static property 'connectionResetErrorStaticMethods' 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 'connectionResetErrorStaticMethods' 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
1870 |
1871 |     // MARK: - FileExistsError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:1889:25: warning: static property 'fileExistsErrorStaticMethods' 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
1887 |
1888 |     // 'FileExistsError' does not add any interesting methods to 'OSError'.
1889 |     internal static let fileExistsErrorStaticMethods = Py.ErrorTypes.oSErrorStaticMethods.copy()
     |                         |- warning: static property 'fileExistsErrorStaticMethods' 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 'fileExistsErrorStaticMethods' 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
1890 |
1891 |     // MARK: - FileNotFoundError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:1909:25: warning: static property 'fileNotFoundErrorStaticMethods' 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
1907 |
1908 |     // 'FileNotFoundError' does not add any interesting methods to 'OSError'.
1909 |     internal static let fileNotFoundErrorStaticMethods = Py.ErrorTypes.oSErrorStaticMethods.copy()
     |                         |- warning: static property 'fileNotFoundErrorStaticMethods' 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 'fileNotFoundErrorStaticMethods' 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
1910 |
1911 |     // MARK: - InterruptedError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:1929:25: warning: static property 'interruptedErrorStaticMethods' 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
1927 |
1928 |     // 'InterruptedError' does not add any interesting methods to 'OSError'.
1929 |     internal static let interruptedErrorStaticMethods = Py.ErrorTypes.oSErrorStaticMethods.copy()
     |                         |- warning: static property 'interruptedErrorStaticMethods' 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 'interruptedErrorStaticMethods' 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
1930 |
1931 |     // MARK: - IsADirectoryError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:1949:25: warning: static property 'isADirectoryErrorStaticMethods' 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
1947 |
1948 |     // 'IsADirectoryError' does not add any interesting methods to 'OSError'.
1949 |     internal static let isADirectoryErrorStaticMethods = Py.ErrorTypes.oSErrorStaticMethods.copy()
     |                         |- warning: static property 'isADirectoryErrorStaticMethods' 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 'isADirectoryErrorStaticMethods' 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
1950 |
1951 |     // MARK: - NotADirectoryError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:1969:25: warning: static property 'notADirectoryErrorStaticMethods' 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
1967 |
1968 |     // 'NotADirectoryError' does not add any interesting methods to 'OSError'.
1969 |     internal static let notADirectoryErrorStaticMethods = Py.ErrorTypes.oSErrorStaticMethods.copy()
     |                         |- warning: static property 'notADirectoryErrorStaticMethods' 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 'notADirectoryErrorStaticMethods' 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
1970 |
1971 |     // MARK: - PermissionError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:1989:25: warning: static property 'permissionErrorStaticMethods' 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
1987 |
1988 |     // 'PermissionError' does not add any interesting methods to 'OSError'.
1989 |     internal static let permissionErrorStaticMethods = Py.ErrorTypes.oSErrorStaticMethods.copy()
     |                         |- warning: static property 'permissionErrorStaticMethods' 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 'permissionErrorStaticMethods' 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
1990 |
1991 |     // MARK: - ProcessLookupError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:2009:25: warning: static property 'processLookupErrorStaticMethods' 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
2007 |
2008 |     // 'ProcessLookupError' does not add any interesting methods to 'OSError'.
2009 |     internal static let processLookupErrorStaticMethods = Py.ErrorTypes.oSErrorStaticMethods.copy()
     |                         |- warning: static property 'processLookupErrorStaticMethods' 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 'processLookupErrorStaticMethods' 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
2010 |
2011 |     // MARK: - TimeoutError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:2029:25: warning: static property 'timeoutErrorStaticMethods' 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
2027 |
2028 |     // 'TimeoutError' does not add any interesting methods to 'OSError'.
2029 |     internal static let timeoutErrorStaticMethods = Py.ErrorTypes.oSErrorStaticMethods.copy()
     |                         |- warning: static property 'timeoutErrorStaticMethods' 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 'timeoutErrorStaticMethods' 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
2030 |
2031 |     // MARK: - ReferenceError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:2049:25: warning: static property 'referenceErrorStaticMethods' 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
2047 |
2048 |     // 'ReferenceError' does not add any interesting methods to 'Exception'.
2049 |     internal static let referenceErrorStaticMethods = Py.ErrorTypes.exceptionStaticMethods.copy()
     |                         |- warning: static property 'referenceErrorStaticMethods' 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 'referenceErrorStaticMethods' 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
2050 |
2051 |     // MARK: - RuntimeError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:2069:25: warning: static property 'runtimeErrorStaticMethods' 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
2067 |
2068 |     // 'RuntimeError' does not add any interesting methods to 'Exception'.
2069 |     internal static let runtimeErrorStaticMethods = Py.ErrorTypes.exceptionStaticMethods.copy()
     |                         |- warning: static property 'runtimeErrorStaticMethods' 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 'runtimeErrorStaticMethods' 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
2070 |
2071 |     // MARK: - NotImplementedError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:2089:25: warning: static property 'notImplementedErrorStaticMethods' 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
2087 |
2088 |     // 'NotImplementedError' does not add any interesting methods to 'RuntimeError'.
2089 |     internal static let notImplementedErrorStaticMethods = Py.ErrorTypes.runtimeErrorStaticMethods.copy()
     |                         |- warning: static property 'notImplementedErrorStaticMethods' 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 'notImplementedErrorStaticMethods' 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
2090 |
2091 |     // MARK: - RecursionError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:2109:25: warning: static property 'recursionErrorStaticMethods' 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
2107 |
2108 |     // 'RecursionError' does not add any interesting methods to 'RuntimeError'.
2109 |     internal static let recursionErrorStaticMethods = Py.ErrorTypes.runtimeErrorStaticMethods.copy()
     |                         |- warning: static property 'recursionErrorStaticMethods' 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 'recursionErrorStaticMethods' 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
2110 |
2111 |     // MARK: - SyntaxError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:2149:25: warning: static property 'syntaxErrorStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2147 |     }
2148 |
2149 |     internal static var syntaxErrorStaticMethods: PyStaticCall.KnownNotOverriddenMethods = {
     |                         |- warning: static property 'syntaxErrorStaticMethods' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: convert 'syntaxErrorStaticMethods' to a 'let' constant to make 'Sendable' shared state immutable
     |                         |- note: annotate 'syntaxErrorStaticMethods' 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
2150 |       var result = Py.ErrorTypes.exceptionStaticMethods.copy()
2151 |       result.__str__ = .init(PySyntaxError.__str__(_:zelf:))
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:2173:25: warning: static property 'indentationErrorStaticMethods' 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
2171 |
2172 |     // 'IndentationError' does not add any interesting methods to 'SyntaxError'.
2173 |     internal static let indentationErrorStaticMethods = Py.ErrorTypes.syntaxErrorStaticMethods.copy()
     |                         |- warning: static property 'indentationErrorStaticMethods' 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 'indentationErrorStaticMethods' 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
2174 |
2175 |     // MARK: - TabError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:2193:25: warning: static property 'tabErrorStaticMethods' 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
2191 |
2192 |     // 'TabError' does not add any interesting methods to 'IndentationError'.
2193 |     internal static let tabErrorStaticMethods = Py.ErrorTypes.indentationErrorStaticMethods.copy()
     |                         |- warning: static property 'tabErrorStaticMethods' 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 'tabErrorStaticMethods' 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
2194 |
2195 |     // MARK: - SystemError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:2213:25: warning: static property 'systemErrorStaticMethods' 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
2211 |
2212 |     // 'SystemError' does not add any interesting methods to 'Exception'.
2213 |     internal static let systemErrorStaticMethods = Py.ErrorTypes.exceptionStaticMethods.copy()
     |                         |- warning: static property 'systemErrorStaticMethods' 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 'systemErrorStaticMethods' 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
2214 |
2215 |     // MARK: - TypeError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:2233:25: warning: static property 'typeErrorStaticMethods' 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
2231 |
2232 |     // 'TypeError' does not add any interesting methods to 'Exception'.
2233 |     internal static let typeErrorStaticMethods = Py.ErrorTypes.exceptionStaticMethods.copy()
     |                         |- warning: static property 'typeErrorStaticMethods' 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 'typeErrorStaticMethods' 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
2234 |
2235 |     // MARK: - ValueError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:2253:25: warning: static property 'valueErrorStaticMethods' 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
2251 |
2252 |     // 'ValueError' does not add any interesting methods to 'Exception'.
2253 |     internal static let valueErrorStaticMethods = Py.ErrorTypes.exceptionStaticMethods.copy()
     |                         |- warning: static property 'valueErrorStaticMethods' 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 'valueErrorStaticMethods' 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
2254 |
2255 |     // MARK: - UnicodeError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:2273:25: warning: static property 'unicodeErrorStaticMethods' 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
2271 |
2272 |     // 'UnicodeError' does not add any interesting methods to 'ValueError'.
2273 |     internal static let unicodeErrorStaticMethods = Py.ErrorTypes.valueErrorStaticMethods.copy()
     |                         |- warning: static property 'unicodeErrorStaticMethods' 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 'unicodeErrorStaticMethods' 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
2274 |
2275 |     // MARK: - UnicodeDecodeError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:2293:25: warning: static property 'unicodeDecodeErrorStaticMethods' 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
2291 |
2292 |     // 'UnicodeDecodeError' does not add any interesting methods to 'UnicodeError'.
2293 |     internal static let unicodeDecodeErrorStaticMethods = Py.ErrorTypes.unicodeErrorStaticMethods.copy()
     |                         |- warning: static property 'unicodeDecodeErrorStaticMethods' 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 'unicodeDecodeErrorStaticMethods' 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
2294 |
2295 |     // MARK: - UnicodeEncodeError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:2313:25: warning: static property 'unicodeEncodeErrorStaticMethods' 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
2311 |
2312 |     // 'UnicodeEncodeError' does not add any interesting methods to 'UnicodeError'.
2313 |     internal static let unicodeEncodeErrorStaticMethods = Py.ErrorTypes.unicodeErrorStaticMethods.copy()
     |                         |- warning: static property 'unicodeEncodeErrorStaticMethods' 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 'unicodeEncodeErrorStaticMethods' 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
2314 |
2315 |     // MARK: - UnicodeTranslateError
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:2333:25: warning: static property 'unicodeTranslateErrorStaticMethods' 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
2331 |
2332 |     // 'UnicodeTranslateError' does not add any interesting methods to 'UnicodeError'.
2333 |     internal static let unicodeTranslateErrorStaticMethods = Py.ErrorTypes.unicodeErrorStaticMethods.copy()
     |                         |- warning: static property 'unicodeTranslateErrorStaticMethods' 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 'unicodeTranslateErrorStaticMethods' 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
2334 |
2335 |     // MARK: - Warning
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:2353:25: warning: static property 'warningStaticMethods' 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
2351 |
2352 |     // 'Warning' does not add any interesting methods to 'Exception'.
2353 |     internal static let warningStaticMethods = Py.ErrorTypes.exceptionStaticMethods.copy()
     |                         |- warning: static property 'warningStaticMethods' 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 'warningStaticMethods' 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
2354 |
2355 |     // MARK: - DeprecationWarning
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:2373:25: warning: static property 'deprecationWarningStaticMethods' 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
2371 |
2372 |     // 'DeprecationWarning' does not add any interesting methods to 'Warning'.
2373 |     internal static let deprecationWarningStaticMethods = Py.ErrorTypes.warningStaticMethods.copy()
     |                         |- warning: static property 'deprecationWarningStaticMethods' 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 'deprecationWarningStaticMethods' 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
2374 |
2375 |     // MARK: - PendingDeprecationWarning
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:2393:25: warning: static property 'pendingDeprecationWarningStaticMethods' 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
2391 |
2392 |     // 'PendingDeprecationWarning' does not add any interesting methods to 'Warning'.
2393 |     internal static let pendingDeprecationWarningStaticMethods = Py.ErrorTypes.warningStaticMethods.copy()
     |                         |- warning: static property 'pendingDeprecationWarningStaticMethods' 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 'pendingDeprecationWarningStaticMethods' 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
2394 |
2395 |     // MARK: - RuntimeWarning
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:2413:25: warning: static property 'runtimeWarningStaticMethods' 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
2411 |
2412 |     // 'RuntimeWarning' does not add any interesting methods to 'Warning'.
2413 |     internal static let runtimeWarningStaticMethods = Py.ErrorTypes.warningStaticMethods.copy()
     |                         |- warning: static property 'runtimeWarningStaticMethods' 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 'runtimeWarningStaticMethods' 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
2414 |
2415 |     // MARK: - SyntaxWarning
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:2433:25: warning: static property 'syntaxWarningStaticMethods' 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
2431 |
2432 |     // 'SyntaxWarning' does not add any interesting methods to 'Warning'.
2433 |     internal static let syntaxWarningStaticMethods = Py.ErrorTypes.warningStaticMethods.copy()
     |                         |- warning: static property 'syntaxWarningStaticMethods' 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 'syntaxWarningStaticMethods' 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
2434 |
2435 |     // MARK: - UserWarning
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:2453:25: warning: static property 'userWarningStaticMethods' 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
2451 |
2452 |     // 'UserWarning' does not add any interesting methods to 'Warning'.
2453 |     internal static let userWarningStaticMethods = Py.ErrorTypes.warningStaticMethods.copy()
     |                         |- warning: static property 'userWarningStaticMethods' 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 'userWarningStaticMethods' 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
2454 |
2455 |     // MARK: - FutureWarning
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Objects/Generated/Py+ErrorTypeDefinitions.swift:2473:25: warning: static property 'futureWarningStaticMethods' 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
2471 |
2472 |     // 'FutureWarning' does not add any interesting methods to 'Warning'.
2473 |     internal static let futureWarningStaticMethods = Py.ErrorTypes.warningStaticMethods.copy()
     |                         |- warning: static property 'futureWarningStaticMethods' 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 'futureWarningStaticMethods' 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
2474 |
2475 |     // MARK: - ImportWarning
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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 |   }
/Users/admin/builder/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
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
/Users/admin/builder/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:))
BUILD FAILURE 6.0 macosSpm