Build Information
Successful build of Turbocharger, reference 2.1.3 (785690
), with Swift 6.1 for macOS (SPM) on 5 May 2025 18:50:08 UTC.
Swift 6 data race errors: 6
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nathantannar4/Turbocharger.git
Reference: 2.1.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nathantannar4/Turbocharger
* tag 2.1.3 -> FETCH_HEAD
HEAD is now at 7856904 2.1.3
Cloned https://github.com/nathantannar4/Turbocharger.git
Revision (git rev-parse @):
7856904ef1091ae36472126b6a32be00bd990db1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/nathantannar4/Turbocharger.git at 2.1.3
Fetching https://github.com/nathantannar4/Engine
[1/1032] Fetching engine
Fetched https://github.com/nathantannar4/Engine from cache (1.13s)
Computing version for https://github.com/nathantannar4/Engine
Computed https://github.com/nathantannar4/Engine at 2.1.4 (1.67s)
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/swiftlang/swift-syntax from cache (1.26s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (2.50s)
Creating working copy for https://github.com/nathantannar4/Engine
Working copy of https://github.com/nathantannar4/Engine resolved at 2.1.4
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "turbocharger",
"name": "Turbocharger",
"url": "https://github.com/nathantannar4/Turbocharger.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Turbocharger",
"dependencies": [
{
"identity": "engine",
"name": "Engine",
"url": "https://github.com/nathantannar4/Engine",
"version": "2.1.4",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Engine",
"dependencies": [
{
"identity": "swift-syntax",
"name": "swift-syntax",
"url": "https://github.com/swiftlang/swift-syntax",
"version": "600.0.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
"dependencies": [
]
}
]
}
]
}
]
}
Fetching https://github.com/nathantannar4/Turbocharger.git
[1/483] Fetching turbocharger
Fetched https://github.com/nathantannar4/Turbocharger.git from cache (0.90s)
Fetching https://github.com/nathantannar4/Engine from cache
Fetched https://github.com/nathantannar4/Engine from cache (0.49s)
Computing version for https://github.com/nathantannar4/Engine
Computed https://github.com/nathantannar4/Engine at 2.1.4 (0.55s)
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/swiftlang/swift-syntax from cache (0.88s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (0.94s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Creating working copy for https://github.com/nathantannar4/Turbocharger.git
Working copy of https://github.com/nathantannar4/Turbocharger.git resolved at 2.1.3 (7856904)
Creating working copy for https://github.com/nathantannar4/Engine
Working copy of https://github.com/nathantannar4/Engine resolved at 2.1.4
warning: '.resolve-product-dependencies': dependency 'turbocharger' is not used by any target
Found 1 product dependencies
- Engine
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/nathantannar4/Turbocharger.git
https://github.com/nathantannar4/Turbocharger.git
{
"dependencies" : [
{
"identity" : "engine",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nathantannar4/Engine"
}
],
"manifest_display_name" : "Turbocharger",
"name" : "Turbocharger",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Turbocharger",
"targets" : [
"Turbocharger"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Turbocharger",
"module_type" : "SwiftTarget",
"name" : "Turbocharger",
"path" : "Sources/Turbocharger",
"product_dependencies" : [
"Engine"
],
"product_memberships" : [
"Turbocharger"
],
"sources" : [
"Sources/Alignment/FirstTextMidline.swift",
"Sources/Alignment/VariadicAlignmentID.swift",
"Sources/Core/ArrayBuilder.swift",
"Sources/Core/EquatableBox.swift",
"Sources/Core/IdentifiableBox.swift",
"Sources/DynamicProperty/FormatTransform.swift",
"Sources/DynamicProperty/OptionalObservedObject.swift",
"Sources/DynamicProperty/OptionalStateObject.swift",
"Sources/DynamicProperty/PublishedState.swift",
"Sources/Extensions/Alignment+Extensions.swift",
"Sources/Extensions/EdgeInsets+Extensions.swift",
"Sources/Extensions/Transaction+Extensions.swift",
"Sources/View/AdaptiveStack.swift",
"Sources/View/AsyncButton.swift",
"Sources/View/AsyncForEach.swift",
"Sources/View/CALayerRepresentable.swift",
"Sources/View/CollectionView.swift",
"Sources/View/CollectionViewCompositionalLayout.swift",
"Sources/View/CollectionViewCoordinator.swift",
"Sources/View/CollectionViewHostingConfigurationCoordinator.swift",
"Sources/View/CollectionViewLayout.swift",
"Sources/View/CollectionViewListLayout.swift",
"Sources/View/CollectionViewRepresentable.swift",
"Sources/View/FlowStack.swift",
"Sources/View/FluidGradient.swift",
"Sources/View/ForEach.swift",
"Sources/View/HVStack.swift",
"Sources/View/LabeledView.swift",
"Sources/View/MarqueeHStack.swift",
"Sources/View/MarqueeText.swift",
"Sources/View/PlatformViewRepresentable.swift",
"Sources/View/ProposedSizeReader.swift",
"Sources/View/RadialStack.swift",
"Sources/View/ResultAdapter.swift",
"Sources/View/WeightedHStack.swift",
"Sources/View/WeightedPriority.swift",
"Sources/View/WeightedVStack.swift",
"Sources/ViewModifier/Accessibility.swift",
"Sources/ViewModifier/AlignmentOffset.swift",
"Sources/ViewModifier/Badge.swift",
"Sources/ViewModifier/BlurModifier.swift",
"Sources/ViewModifier/Hidden.swift",
"Sources/ViewModifier/Mask.swift",
"Sources/ViewModifier/OnAppearAndChange.swift",
"Sources/ViewModifier/ProposedSizeObserver.swift",
"Sources/ViewModifier/RotationRelativeFrameModifier.swift",
"Sources/ViewModifier/SafeArea.swift",
"Sources/ViewModifier/ScaledFrame.swift",
"Sources/ViewModifier/Shimmer.swift",
"Sources/ViewModifier/SizeThatFitsRelativeFrameModifier.swift",
"Sources/ViewModifier/VibrancyEffect.swift",
"module.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/5] Write sources
[3/5] Write swift-version-2F0A5646E1D333AE.txt
[4/5] Compiling EngineCoreC visitors.c
[6/27] Emitting module EngineCore
[7/29] Compiling EngineCore ViewTypeIdentifier.swift
[8/29] Compiling EngineCore ViewVisitor.swift
[9/29] Compiling EngineCore TupleViewVisitor.swift
[10/29] Compiling EngineCore TupleVisitor.swift
[11/29] Compiling EngineCore GroupVisitor.swift
[12/29] Compiling EngineCore ModifiedContentVisitor.swift
[13/29] Compiling EngineCore MultiViewVisitor.swift
[14/29] Compiling EngineCore Runtime.swift
[15/29] Compiling EngineCore SectionVisitor.swift
[16/29] Compiling EngineCore EmptyViewVisitor.swift
[17/29] Compiling EngineCore EnvironmentKeyVisitor.swift
[18/29] Compiling EngineCore ForEachVisitor.swift
[19/29] Compiling EngineCore TypeMetadata.swift
[20/29] Compiling EngineCore UnsafePointer.swift
[21/29] Compiling EngineCore TypeDescriptor.swift
[22/29] Compiling EngineCore TypeIdentifier.swift
[23/29] Compiling EngineCore ViewModifierVisitor.swift
[24/29] Compiling EngineCore ViewTraitKeyVisitor.swift
[25/29] Compiling EngineCore OptionalVisitor.swift
[26/29] Compiling EngineCore ProtocolConformance.swift
[27/29] Compiling EngineCore AnyViewVisitor.swift
[28/29] Compiling EngineCore ConditionalContentVisitor.swift
[29/29] Compiling EngineCore CustomViewVisitor.swift
[30/109] Compiling Engine AnyAnimatableData.swift
[31/109] Compiling Engine AnyShape.swift
[32/109] Compiling Engine AnyShapeStyle+Extensions.swift
[33/109] Compiling Engine AnyView.swift
[34/109] Compiling Engine AnyViewModifier.swift
[35/109] Compiling Engine AttributedString+Extensions.swift
[36/109] Compiling Engine BindingTransform.swift
[37/109] Compiling Engine Color+Extensions.swift
[38/109] Compiling Engine ConditionalContent.swift
[39/117] Compiling Engine ConditionalLayout.swift
[40/117] Compiling Engine ConditionalShape.swift
[41/117] Compiling Engine ConditionalView.swift
[42/117] Compiling Engine EmptyShape.swift
[43/117] Compiling Engine Environment+Extensions.swift
[44/117] Compiling Engine EnvironmentKeyVisitor.swift
[45/117] Compiling Engine EnvironmentOrValue.swift
[46/117] Compiling Engine EnvironmentValueReader.swift
[47/117] Compiling Engine EnvironmentValuesVisitor.swift
[48/117] Emitting module Engine
[49/117] Compiling Engine PrimitiveView.swift
[50/117] Compiling Engine PrimitiveViewModifier.swift
[51/117] Compiling Engine PropertyList.swift
[52/117] Compiling Engine ProposedSize.swift
[53/117] Compiling Engine SectionView.swift
[54/117] Compiling Engine ShapeAdapter.swift
[55/117] Compiling Engine ShapeBuilder.swift
[56/117] Compiling Engine StateOrBinding.swift
[57/117] Compiling Engine StaticCondition.swift
[58/117] Compiling Engine ViewInputConditionalModifier.swift
[59/117] Compiling Engine ViewInputKey.swift
[60/117] Compiling Engine ViewInputs.swift
[61/117] Compiling Engine ViewInputsVisitor.swift
[62/117] Compiling Engine ViewModifierBuilder.swift
[63/117] Compiling Engine ViewModifierContent.swift
[64/117] Compiling Engine ViewModifierVisitor.swift
[65/117] Compiling Engine ViewOutputAlias.swift
[66/117] Compiling Engine StaticConditionalContent.swift
[67/117] Compiling Engine StaticConditionalModifier.swift
[68/117] Compiling Engine StaticContent.swift
[69/117] Compiling Engine StaticModifier.swift
[70/117] Compiling Engine StyleContext.swift
[71/117] Compiling Engine SymmetricallyScaledText.swift
[72/117] Compiling Engine Text+Extensions.swift
[73/117] Compiling Engine TextAttachment.swift
[74/117] Compiling Engine TextBuilder.swift
[75/117] Compiling Engine LayoutAdapter.swift
[76/117] Compiling Engine LayoutBuilder.swift
[77/117] Compiling Engine LayoutThatFits.swift
[78/117] Compiling Engine MainActor.swift
[79/117] Compiling Engine MultiViewAdapter.swift
[80/117] Compiling Engine MultiViewVisitor.swift
[81/117] Compiling Engine Never.swift
[82/117] Compiling Engine OptionalAdapter.swift
[83/117] Compiling Engine PreferenceKeyReader.swift
[84/117] Compiling Engine Font+Extensions.swift
[85/117] Compiling Engine ForEachSubview.swift
[86/117] Compiling Engine GraphInputs.swift
[87/117] Compiling Engine Group.swift
[88/117] Compiling Engine HostingController.swift
[89/117] Compiling Engine HostingView.swift
[90/117] Compiling Engine Image+Extensions.swift
[91/117] Compiling Engine IsNilTransform.swift
[92/117] Compiling Engine IsNotNilTransform.swift
[93/117] Compiling Engine TextReader.swift
[94/117] Compiling Engine TraitValueKey.swift
[95/117] Compiling Engine Transaction.swift
[96/117] Compiling Engine UnaryViewAdaptor.swift
[97/117] Compiling Engine UnaryViewModifier.swift
[98/117] Compiling Engine UnwrapTransform.swift
[99/117] Compiling Engine UpdatePhase.swift
[100/117] Compiling Engine UserInterfaceIdiomContent.swift
[101/117] Compiling Engine UserInterfaceIdiomModifier.swift
[102/117] Compiling Engine VariadicView.swift
[103/117] Compiling Engine VersionedDynamicProperty.swift
[104/117] Compiling Engine VersionedView.swift
[105/117] Compiling Engine VersionedViewInput.swift
[106/117] Compiling Engine VersionedViewModifier.swift
[107/117] Compiling Engine ViewAdapter.swift
[108/117] Compiling Engine ViewAlias.swift
[109/117] Compiling Engine ViewInputConditionalContent.swift
[110/117] Compiling Engine ViewOutputKey.swift
[111/117] Compiling Engine ViewStackAxisReader.swift
[112/117] Compiling Engine ViewStyle.swift
[113/117] Compiling Engine ViewTraitKey.swift
[114/117] Compiling Engine ViewTraitKeyVisitor.swift
[115/117] Compiling Engine ViewUpdateDebug.swift
[116/117] Compiling Engine ViewVisitor.swift
[117/117] Compiling Engine module.swift
[118/165] Compiling Turbocharger FirstTextMidline.swift
[119/165] Compiling Turbocharger VariadicAlignmentID.swift
[120/165] Compiling Turbocharger ArrayBuilder.swift
[121/165] Compiling Turbocharger EquatableBox.swift
[122/165] Compiling Turbocharger IdentifiableBox.swift
[123/165] Compiling Turbocharger FormatTransform.swift
[124/170] Emitting module Turbocharger
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:46:41: warning: call to main actor-isolated initializer 'init(wrappedValue:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
44 | @inlinable
45 | public init(wrappedValue: ObjectType?) {
46 | storage = ObservedObject<Storage>(wrappedValue: Storage(value: wrappedValue))
| `- warning: call to main actor-isolated initializer 'init(wrappedValue:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
47 | }
48 |
SwiftUICore.ObservedObject.init:2:35: note: calls to initializer 'init(wrappedValue:)' from outside of its actor context are implicitly asynchronous
1 | generic struct ObservedObject {
2 | @MainActor @preconcurrency public init(wrappedValue: ObjectType)}
| `- note: calls to initializer 'init(wrappedValue:)' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/AsyncForEach.swift:58:16: warning: main actor-isolated property 'data' cannot be used to satisfy nonisolated requirement from protocol 'DynamicViewContent'; this is an error in the Swift 6 language mode
55 | }
56 |
57 | extension AsyncForEach: DynamicViewContent {
| `- note: add '@preconcurrency' to the 'DynamicViewContent' conformance to defer isolation checking to run time
58 | public var data: [Data.Element] {
| `- warning: main actor-isolated property 'data' cannot be used to satisfy nonisolated requirement from protocol 'DynamicViewContent'; this is an error in the Swift 6 language mode
59 | values.compactMap { $0.asOptional() }
60 | }
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/ViewModifier/BlurModifier.swift:10:23: warning: static property 'blur' is not concurrency-safe because non-'Sendable' type 'AnyTransition' may have shared mutable state; this is an error in the Swift 6 language mode
8 |
9 | /// Returns a transition that blurs the view.
10 | public static let blur = AnyTransition.modifier(
| |- warning: static property 'blur' is not concurrency-safe because non-'Sendable' type 'AnyTransition' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'blur' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 | active: BlurModifier(radius: 5),
12 | identity: BlurModifier(radius: 0)
SwiftUICore.AnyTransition:2:23: note: struct 'AnyTransition' does not conform to the 'Sendable' protocol
1 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
2 | @frozen public struct AnyTransition {
| `- note: struct 'AnyTransition' does not conform to the 'Sendable' protocol
3 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
4 | public init<T>(_ transition: T) where T : Transition
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/ViewModifier/BlurModifier.swift:10:23: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
8 |
9 | /// Returns a transition that blurs the view.
10 | public static let blur = AnyTransition.modifier(
| `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
11 | active: BlurModifier(radius: 5),
12 | identity: BlurModifier(radius: 0)
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/ViewModifier/Shimmer.swift:199:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ShimmerClock' may have shared mutable state; this is an error in the Swift 6 language mode
183 | }
184 |
185 | private class ShimmerClock: ObservableObject {
| `- note: class 'ShimmerClock' does not conform to the 'Sendable' protocol
186 | @Published var phase: CGFloat = 0
187 |
:
197 | #endif
198 |
199 | static let shared = ShimmerClock()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ShimmerClock' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
200 | private init() {
201 | }
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:46:41: warning: sending value of non-Sendable type 'OptionalObservedObject<ObjectType>.Storage' risks causing data races; this is an error in the Swift 6 language mode
44 | @inlinable
45 | public init(wrappedValue: ObjectType?) {
46 | storage = ObservedObject<Storage>(wrappedValue: Storage(value: wrappedValue))
| |- warning: sending value of non-Sendable type 'OptionalObservedObject<ObjectType>.Storage' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated value of non-Sendable type 'OptionalObservedObject<ObjectType>.Storage' to main actor-isolated callee risks causing races in between task-isolated and main actor-isolated uses
47 | }
48 |
[125/170] Compiling Turbocharger OptionalObservedObject.swift
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:46:41: warning: call to main actor-isolated initializer 'init(wrappedValue:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
44 | @inlinable
45 | public init(wrappedValue: ObjectType?) {
46 | storage = ObservedObject<Storage>(wrappedValue: Storage(value: wrappedValue))
| `- warning: call to main actor-isolated initializer 'init(wrappedValue:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
47 | }
48 |
SwiftUICore.ObservedObject.init:2:35: note: calls to initializer 'init(wrappedValue:)' from outside of its actor context are implicitly asynchronous
1 | generic struct ObservedObject {
2 | @MainActor @preconcurrency public init(wrappedValue: ObjectType)}
| `- note: calls to initializer 'init(wrappedValue:)' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:50:23: warning: main actor-isolated property 'wrappedValue' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
48 |
49 | public var wrappedValue: ObjectType? {
50 | get { storage.wrappedValue.value }
| `- warning: main actor-isolated property 'wrappedValue' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
51 | nonmutating set { storage.wrappedValue.value = newValue }
52 | }
SwiftUICore.ObservedObject.wrappedValue:2:39: note: property declared here
1 | generic struct ObservedObject {
2 | @MainActor @preconcurrency public var wrappedValue: ObjectType}
| `- note: property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:51:35: warning: main actor-isolated property 'wrappedValue' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
49 | public var wrappedValue: ObjectType? {
50 | get { storage.wrappedValue.value }
51 | nonmutating set { storage.wrappedValue.value = newValue }
| `- warning: main actor-isolated property 'wrappedValue' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
52 | }
53 |
SwiftUICore.ObservedObject.wrappedValue:2:39: note: mutation of this property is only permitted within the actor
1 | generic struct ObservedObject {
2 | @MainActor @preconcurrency public var wrappedValue: ObjectType}
| `- note: mutation of this property is only permitted within the actor
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:55:31: warning: main actor-isolated subscript 'subscript(dynamicMember:)' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
53 |
54 | public var projectedValue: Binding<ObjectType?> {
55 | storage.projectedValue.value
| `- warning: main actor-isolated subscript 'subscript(dynamicMember:)' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
56 | }
57 |
SwiftUICore.ObservedObject.Wrapper.subscript:3:35: note: subscript declared here
1 | generic struct ObservedObject {
2 | struct Wrapper {
3 | @MainActor @preconcurrency public subscript<Subject>(dynamicMember keyPath: ReferenceWritableKeyPath<ObjectType, Subject>) -> Binding<Subject> { get } }
| `- note: subscript declared here
4 | }
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:55:17: warning: main actor-isolated property 'projectedValue' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
53 |
54 | public var projectedValue: Binding<ObjectType?> {
55 | storage.projectedValue.value
| `- warning: main actor-isolated property 'projectedValue' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
56 | }
57 |
SwiftUICore.ObservedObject.projectedValue:2:39: note: property declared here
1 | generic struct ObservedObject {
2 | @MainActor @preconcurrency public var projectedValue: ObservedObject<ObjectType>.Wrapper { get }}
| `- note: property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:60:30: warning: main actor-isolated static property '_propertyBehaviors' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
58 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
59 | public static var _propertyBehaviors: UInt32 {
60 | StateObject<Storage>._propertyBehaviors
| `- warning: main actor-isolated static property '_propertyBehaviors' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
61 | }
62 | }
SwiftUICore.StateObject._propertyBehaviors:2:46: note: static property declared here
1 | generic struct StateObject {
2 | @MainActor @preconcurrency public static var _propertyBehaviors: UInt32 { get }}
| `- note: static property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:46:41: warning: sending value of non-Sendable type 'OptionalObservedObject<ObjectType>.Storage' risks causing data races; this is an error in the Swift 6 language mode
44 | @inlinable
45 | public init(wrappedValue: ObjectType?) {
46 | storage = ObservedObject<Storage>(wrappedValue: Storage(value: wrappedValue))
| |- warning: sending value of non-Sendable type 'OptionalObservedObject<ObjectType>.Storage' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated value of non-Sendable type 'OptionalObservedObject<ObjectType>.Storage' to main actor-isolated callee risks causing races in between task-isolated and main actor-isolated uses
47 | }
48 |
[126/170] Compiling Turbocharger OptionalStateObject.swift
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:46:41: warning: call to main actor-isolated initializer 'init(wrappedValue:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
44 | @inlinable
45 | public init(wrappedValue: ObjectType?) {
46 | storage = ObservedObject<Storage>(wrappedValue: Storage(value: wrappedValue))
| `- warning: call to main actor-isolated initializer 'init(wrappedValue:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
47 | }
48 |
SwiftUICore.ObservedObject.init:2:35: note: calls to initializer 'init(wrappedValue:)' from outside of its actor context are implicitly asynchronous
1 | generic struct ObservedObject {
2 | @MainActor @preconcurrency public init(wrappedValue: ObjectType)}
| `- note: calls to initializer 'init(wrappedValue:)' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:50:23: warning: main actor-isolated property 'wrappedValue' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
48 |
49 | public var wrappedValue: ObjectType? {
50 | get { storage.wrappedValue.value }
| `- warning: main actor-isolated property 'wrappedValue' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
51 | nonmutating set { storage.wrappedValue.value = newValue }
52 | }
SwiftUICore.ObservedObject.wrappedValue:2:39: note: property declared here
1 | generic struct ObservedObject {
2 | @MainActor @preconcurrency public var wrappedValue: ObjectType}
| `- note: property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:51:35: warning: main actor-isolated property 'wrappedValue' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
49 | public var wrappedValue: ObjectType? {
50 | get { storage.wrappedValue.value }
51 | nonmutating set { storage.wrappedValue.value = newValue }
| `- warning: main actor-isolated property 'wrappedValue' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
52 | }
53 |
SwiftUICore.ObservedObject.wrappedValue:2:39: note: mutation of this property is only permitted within the actor
1 | generic struct ObservedObject {
2 | @MainActor @preconcurrency public var wrappedValue: ObjectType}
| `- note: mutation of this property is only permitted within the actor
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:55:31: warning: main actor-isolated subscript 'subscript(dynamicMember:)' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
53 |
54 | public var projectedValue: Binding<ObjectType?> {
55 | storage.projectedValue.value
| `- warning: main actor-isolated subscript 'subscript(dynamicMember:)' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
56 | }
57 |
SwiftUICore.ObservedObject.Wrapper.subscript:3:35: note: subscript declared here
1 | generic struct ObservedObject {
2 | struct Wrapper {
3 | @MainActor @preconcurrency public subscript<Subject>(dynamicMember keyPath: ReferenceWritableKeyPath<ObjectType, Subject>) -> Binding<Subject> { get } }
| `- note: subscript declared here
4 | }
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:55:17: warning: main actor-isolated property 'projectedValue' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
53 |
54 | public var projectedValue: Binding<ObjectType?> {
55 | storage.projectedValue.value
| `- warning: main actor-isolated property 'projectedValue' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
56 | }
57 |
SwiftUICore.ObservedObject.projectedValue:2:39: note: property declared here
1 | generic struct ObservedObject {
2 | @MainActor @preconcurrency public var projectedValue: ObservedObject<ObjectType>.Wrapper { get }}
| `- note: property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:60:30: warning: main actor-isolated static property '_propertyBehaviors' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
58 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
59 | public static var _propertyBehaviors: UInt32 {
60 | StateObject<Storage>._propertyBehaviors
| `- warning: main actor-isolated static property '_propertyBehaviors' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
61 | }
62 | }
SwiftUICore.StateObject._propertyBehaviors:2:46: note: static property declared here
1 | generic struct StateObject {
2 | @MainActor @preconcurrency public static var _propertyBehaviors: UInt32 { get }}
| `- note: static property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:46:41: warning: sending value of non-Sendable type 'OptionalObservedObject<ObjectType>.Storage' risks causing data races; this is an error in the Swift 6 language mode
44 | @inlinable
45 | public init(wrappedValue: ObjectType?) {
46 | storage = ObservedObject<Storage>(wrappedValue: Storage(value: wrappedValue))
| |- warning: sending value of non-Sendable type 'OptionalObservedObject<ObjectType>.Storage' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated value of non-Sendable type 'OptionalObservedObject<ObjectType>.Storage' to main actor-isolated callee risks causing races in between task-isolated and main actor-isolated uses
47 | }
48 |
[127/170] Compiling Turbocharger PublishedState.swift
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:46:41: warning: call to main actor-isolated initializer 'init(wrappedValue:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
44 | @inlinable
45 | public init(wrappedValue: ObjectType?) {
46 | storage = ObservedObject<Storage>(wrappedValue: Storage(value: wrappedValue))
| `- warning: call to main actor-isolated initializer 'init(wrappedValue:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
47 | }
48 |
SwiftUICore.ObservedObject.init:2:35: note: calls to initializer 'init(wrappedValue:)' from outside of its actor context are implicitly asynchronous
1 | generic struct ObservedObject {
2 | @MainActor @preconcurrency public init(wrappedValue: ObjectType)}
| `- note: calls to initializer 'init(wrappedValue:)' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:50:23: warning: main actor-isolated property 'wrappedValue' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
48 |
49 | public var wrappedValue: ObjectType? {
50 | get { storage.wrappedValue.value }
| `- warning: main actor-isolated property 'wrappedValue' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
51 | nonmutating set { storage.wrappedValue.value = newValue }
52 | }
SwiftUICore.ObservedObject.wrappedValue:2:39: note: property declared here
1 | generic struct ObservedObject {
2 | @MainActor @preconcurrency public var wrappedValue: ObjectType}
| `- note: property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:51:35: warning: main actor-isolated property 'wrappedValue' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
49 | public var wrappedValue: ObjectType? {
50 | get { storage.wrappedValue.value }
51 | nonmutating set { storage.wrappedValue.value = newValue }
| `- warning: main actor-isolated property 'wrappedValue' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
52 | }
53 |
SwiftUICore.ObservedObject.wrappedValue:2:39: note: mutation of this property is only permitted within the actor
1 | generic struct ObservedObject {
2 | @MainActor @preconcurrency public var wrappedValue: ObjectType}
| `- note: mutation of this property is only permitted within the actor
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:55:31: warning: main actor-isolated subscript 'subscript(dynamicMember:)' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
53 |
54 | public var projectedValue: Binding<ObjectType?> {
55 | storage.projectedValue.value
| `- warning: main actor-isolated subscript 'subscript(dynamicMember:)' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
56 | }
57 |
SwiftUICore.ObservedObject.Wrapper.subscript:3:35: note: subscript declared here
1 | generic struct ObservedObject {
2 | struct Wrapper {
3 | @MainActor @preconcurrency public subscript<Subject>(dynamicMember keyPath: ReferenceWritableKeyPath<ObjectType, Subject>) -> Binding<Subject> { get } }
| `- note: subscript declared here
4 | }
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:55:17: warning: main actor-isolated property 'projectedValue' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
53 |
54 | public var projectedValue: Binding<ObjectType?> {
55 | storage.projectedValue.value
| `- warning: main actor-isolated property 'projectedValue' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
56 | }
57 |
SwiftUICore.ObservedObject.projectedValue:2:39: note: property declared here
1 | generic struct ObservedObject {
2 | @MainActor @preconcurrency public var projectedValue: ObservedObject<ObjectType>.Wrapper { get }}
| `- note: property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:60:30: warning: main actor-isolated static property '_propertyBehaviors' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
58 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
59 | public static var _propertyBehaviors: UInt32 {
60 | StateObject<Storage>._propertyBehaviors
| `- warning: main actor-isolated static property '_propertyBehaviors' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
61 | }
62 | }
SwiftUICore.StateObject._propertyBehaviors:2:46: note: static property declared here
1 | generic struct StateObject {
2 | @MainActor @preconcurrency public static var _propertyBehaviors: UInt32 { get }}
| `- note: static property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:46:41: warning: sending value of non-Sendable type 'OptionalObservedObject<ObjectType>.Storage' risks causing data races; this is an error in the Swift 6 language mode
44 | @inlinable
45 | public init(wrappedValue: ObjectType?) {
46 | storage = ObservedObject<Storage>(wrappedValue: Storage(value: wrappedValue))
| |- warning: sending value of non-Sendable type 'OptionalObservedObject<ObjectType>.Storage' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated value of non-Sendable type 'OptionalObservedObject<ObjectType>.Storage' to main actor-isolated callee risks causing races in between task-isolated and main actor-isolated uses
47 | }
48 |
[128/170] Compiling Turbocharger Alignment+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:46:41: warning: call to main actor-isolated initializer 'init(wrappedValue:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
44 | @inlinable
45 | public init(wrappedValue: ObjectType?) {
46 | storage = ObservedObject<Storage>(wrappedValue: Storage(value: wrappedValue))
| `- warning: call to main actor-isolated initializer 'init(wrappedValue:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
47 | }
48 |
SwiftUICore.ObservedObject.init:2:35: note: calls to initializer 'init(wrappedValue:)' from outside of its actor context are implicitly asynchronous
1 | generic struct ObservedObject {
2 | @MainActor @preconcurrency public init(wrappedValue: ObjectType)}
| `- note: calls to initializer 'init(wrappedValue:)' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:50:23: warning: main actor-isolated property 'wrappedValue' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
48 |
49 | public var wrappedValue: ObjectType? {
50 | get { storage.wrappedValue.value }
| `- warning: main actor-isolated property 'wrappedValue' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
51 | nonmutating set { storage.wrappedValue.value = newValue }
52 | }
SwiftUICore.ObservedObject.wrappedValue:2:39: note: property declared here
1 | generic struct ObservedObject {
2 | @MainActor @preconcurrency public var wrappedValue: ObjectType}
| `- note: property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:51:35: warning: main actor-isolated property 'wrappedValue' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
49 | public var wrappedValue: ObjectType? {
50 | get { storage.wrappedValue.value }
51 | nonmutating set { storage.wrappedValue.value = newValue }
| `- warning: main actor-isolated property 'wrappedValue' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
52 | }
53 |
SwiftUICore.ObservedObject.wrappedValue:2:39: note: mutation of this property is only permitted within the actor
1 | generic struct ObservedObject {
2 | @MainActor @preconcurrency public var wrappedValue: ObjectType}
| `- note: mutation of this property is only permitted within the actor
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:55:31: warning: main actor-isolated subscript 'subscript(dynamicMember:)' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
53 |
54 | public var projectedValue: Binding<ObjectType?> {
55 | storage.projectedValue.value
| `- warning: main actor-isolated subscript 'subscript(dynamicMember:)' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
56 | }
57 |
SwiftUICore.ObservedObject.Wrapper.subscript:3:35: note: subscript declared here
1 | generic struct ObservedObject {
2 | struct Wrapper {
3 | @MainActor @preconcurrency public subscript<Subject>(dynamicMember keyPath: ReferenceWritableKeyPath<ObjectType, Subject>) -> Binding<Subject> { get } }
| `- note: subscript declared here
4 | }
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:55:17: warning: main actor-isolated property 'projectedValue' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
53 |
54 | public var projectedValue: Binding<ObjectType?> {
55 | storage.projectedValue.value
| `- warning: main actor-isolated property 'projectedValue' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
56 | }
57 |
SwiftUICore.ObservedObject.projectedValue:2:39: note: property declared here
1 | generic struct ObservedObject {
2 | @MainActor @preconcurrency public var projectedValue: ObservedObject<ObjectType>.Wrapper { get }}
| `- note: property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:60:30: warning: main actor-isolated static property '_propertyBehaviors' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
58 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
59 | public static var _propertyBehaviors: UInt32 {
60 | StateObject<Storage>._propertyBehaviors
| `- warning: main actor-isolated static property '_propertyBehaviors' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
61 | }
62 | }
SwiftUICore.StateObject._propertyBehaviors:2:46: note: static property declared here
1 | generic struct StateObject {
2 | @MainActor @preconcurrency public static var _propertyBehaviors: UInt32 { get }}
| `- note: static property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:46:41: warning: sending value of non-Sendable type 'OptionalObservedObject<ObjectType>.Storage' risks causing data races; this is an error in the Swift 6 language mode
44 | @inlinable
45 | public init(wrappedValue: ObjectType?) {
46 | storage = ObservedObject<Storage>(wrappedValue: Storage(value: wrappedValue))
| |- warning: sending value of non-Sendable type 'OptionalObservedObject<ObjectType>.Storage' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated value of non-Sendable type 'OptionalObservedObject<ObjectType>.Storage' to main actor-isolated callee risks causing races in between task-isolated and main actor-isolated uses
47 | }
48 |
[129/170] Compiling Turbocharger EdgeInsets+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:46:41: warning: call to main actor-isolated initializer 'init(wrappedValue:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
44 | @inlinable
45 | public init(wrappedValue: ObjectType?) {
46 | storage = ObservedObject<Storage>(wrappedValue: Storage(value: wrappedValue))
| `- warning: call to main actor-isolated initializer 'init(wrappedValue:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
47 | }
48 |
SwiftUICore.ObservedObject.init:2:35: note: calls to initializer 'init(wrappedValue:)' from outside of its actor context are implicitly asynchronous
1 | generic struct ObservedObject {
2 | @MainActor @preconcurrency public init(wrappedValue: ObjectType)}
| `- note: calls to initializer 'init(wrappedValue:)' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:50:23: warning: main actor-isolated property 'wrappedValue' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
48 |
49 | public var wrappedValue: ObjectType? {
50 | get { storage.wrappedValue.value }
| `- warning: main actor-isolated property 'wrappedValue' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
51 | nonmutating set { storage.wrappedValue.value = newValue }
52 | }
SwiftUICore.ObservedObject.wrappedValue:2:39: note: property declared here
1 | generic struct ObservedObject {
2 | @MainActor @preconcurrency public var wrappedValue: ObjectType}
| `- note: property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:51:35: warning: main actor-isolated property 'wrappedValue' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
49 | public var wrappedValue: ObjectType? {
50 | get { storage.wrappedValue.value }
51 | nonmutating set { storage.wrappedValue.value = newValue }
| `- warning: main actor-isolated property 'wrappedValue' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
52 | }
53 |
SwiftUICore.ObservedObject.wrappedValue:2:39: note: mutation of this property is only permitted within the actor
1 | generic struct ObservedObject {
2 | @MainActor @preconcurrency public var wrappedValue: ObjectType}
| `- note: mutation of this property is only permitted within the actor
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:55:31: warning: main actor-isolated subscript 'subscript(dynamicMember:)' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
53 |
54 | public var projectedValue: Binding<ObjectType?> {
55 | storage.projectedValue.value
| `- warning: main actor-isolated subscript 'subscript(dynamicMember:)' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
56 | }
57 |
SwiftUICore.ObservedObject.Wrapper.subscript:3:35: note: subscript declared here
1 | generic struct ObservedObject {
2 | struct Wrapper {
3 | @MainActor @preconcurrency public subscript<Subject>(dynamicMember keyPath: ReferenceWritableKeyPath<ObjectType, Subject>) -> Binding<Subject> { get } }
| `- note: subscript declared here
4 | }
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:55:17: warning: main actor-isolated property 'projectedValue' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
53 |
54 | public var projectedValue: Binding<ObjectType?> {
55 | storage.projectedValue.value
| `- warning: main actor-isolated property 'projectedValue' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
56 | }
57 |
SwiftUICore.ObservedObject.projectedValue:2:39: note: property declared here
1 | generic struct ObservedObject {
2 | @MainActor @preconcurrency public var projectedValue: ObservedObject<ObjectType>.Wrapper { get }}
| `- note: property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:60:30: warning: main actor-isolated static property '_propertyBehaviors' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
58 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
59 | public static var _propertyBehaviors: UInt32 {
60 | StateObject<Storage>._propertyBehaviors
| `- warning: main actor-isolated static property '_propertyBehaviors' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
61 | }
62 | }
SwiftUICore.StateObject._propertyBehaviors:2:46: note: static property declared here
1 | generic struct StateObject {
2 | @MainActor @preconcurrency public static var _propertyBehaviors: UInt32 { get }}
| `- note: static property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:46:41: warning: sending value of non-Sendable type 'OptionalObservedObject<ObjectType>.Storage' risks causing data races; this is an error in the Swift 6 language mode
44 | @inlinable
45 | public init(wrappedValue: ObjectType?) {
46 | storage = ObservedObject<Storage>(wrappedValue: Storage(value: wrappedValue))
| |- warning: sending value of non-Sendable type 'OptionalObservedObject<ObjectType>.Storage' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated value of non-Sendable type 'OptionalObservedObject<ObjectType>.Storage' to main actor-isolated callee risks causing races in between task-isolated and main actor-isolated uses
47 | }
48 |
[130/170] Compiling Turbocharger Transaction+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:46:41: warning: call to main actor-isolated initializer 'init(wrappedValue:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
44 | @inlinable
45 | public init(wrappedValue: ObjectType?) {
46 | storage = ObservedObject<Storage>(wrappedValue: Storage(value: wrappedValue))
| `- warning: call to main actor-isolated initializer 'init(wrappedValue:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
47 | }
48 |
SwiftUICore.ObservedObject.init:2:35: note: calls to initializer 'init(wrappedValue:)' from outside of its actor context are implicitly asynchronous
1 | generic struct ObservedObject {
2 | @MainActor @preconcurrency public init(wrappedValue: ObjectType)}
| `- note: calls to initializer 'init(wrappedValue:)' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:50:23: warning: main actor-isolated property 'wrappedValue' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
48 |
49 | public var wrappedValue: ObjectType? {
50 | get { storage.wrappedValue.value }
| `- warning: main actor-isolated property 'wrappedValue' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
51 | nonmutating set { storage.wrappedValue.value = newValue }
52 | }
SwiftUICore.ObservedObject.wrappedValue:2:39: note: property declared here
1 | generic struct ObservedObject {
2 | @MainActor @preconcurrency public var wrappedValue: ObjectType}
| `- note: property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:51:35: warning: main actor-isolated property 'wrappedValue' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
49 | public var wrappedValue: ObjectType? {
50 | get { storage.wrappedValue.value }
51 | nonmutating set { storage.wrappedValue.value = newValue }
| `- warning: main actor-isolated property 'wrappedValue' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
52 | }
53 |
SwiftUICore.ObservedObject.wrappedValue:2:39: note: mutation of this property is only permitted within the actor
1 | generic struct ObservedObject {
2 | @MainActor @preconcurrency public var wrappedValue: ObjectType}
| `- note: mutation of this property is only permitted within the actor
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:55:31: warning: main actor-isolated subscript 'subscript(dynamicMember:)' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
53 |
54 | public var projectedValue: Binding<ObjectType?> {
55 | storage.projectedValue.value
| `- warning: main actor-isolated subscript 'subscript(dynamicMember:)' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
56 | }
57 |
SwiftUICore.ObservedObject.Wrapper.subscript:3:35: note: subscript declared here
1 | generic struct ObservedObject {
2 | struct Wrapper {
3 | @MainActor @preconcurrency public subscript<Subject>(dynamicMember keyPath: ReferenceWritableKeyPath<ObjectType, Subject>) -> Binding<Subject> { get } }
| `- note: subscript declared here
4 | }
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:55:17: warning: main actor-isolated property 'projectedValue' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
53 |
54 | public var projectedValue: Binding<ObjectType?> {
55 | storage.projectedValue.value
| `- warning: main actor-isolated property 'projectedValue' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
56 | }
57 |
SwiftUICore.ObservedObject.projectedValue:2:39: note: property declared here
1 | generic struct ObservedObject {
2 | @MainActor @preconcurrency public var projectedValue: ObservedObject<ObjectType>.Wrapper { get }}
| `- note: property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:60:30: warning: main actor-isolated static property '_propertyBehaviors' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
58 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
59 | public static var _propertyBehaviors: UInt32 {
60 | StateObject<Storage>._propertyBehaviors
| `- warning: main actor-isolated static property '_propertyBehaviors' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
61 | }
62 | }
SwiftUICore.StateObject._propertyBehaviors:2:46: note: static property declared here
1 | generic struct StateObject {
2 | @MainActor @preconcurrency public static var _propertyBehaviors: UInt32 { get }}
| `- note: static property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/DynamicProperty/OptionalObservedObject.swift:46:41: warning: sending value of non-Sendable type 'OptionalObservedObject<ObjectType>.Storage' risks causing data races; this is an error in the Swift 6 language mode
44 | @inlinable
45 | public init(wrappedValue: ObjectType?) {
46 | storage = ObservedObject<Storage>(wrappedValue: Storage(value: wrappedValue))
| |- warning: sending value of non-Sendable type 'OptionalObservedObject<ObjectType>.Storage' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated value of non-Sendable type 'OptionalObservedObject<ObjectType>.Storage' to main actor-isolated callee risks causing races in between task-isolated and main actor-isolated uses
47 | }
48 |
[131/170] Compiling Turbocharger AdaptiveStack.swift
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/AsyncForEach.swift:58:16: warning: main actor-isolated property 'data' cannot be used to satisfy nonisolated requirement from protocol 'DynamicViewContent'; this is an error in the Swift 6 language mode
55 | }
56 |
57 | extension AsyncForEach: DynamicViewContent {
| `- note: add '@preconcurrency' to the 'DynamicViewContent' conformance to defer isolation checking to run time
58 | public var data: [Data.Element] {
| `- warning: main actor-isolated property 'data' cannot be used to satisfy nonisolated requirement from protocol 'DynamicViewContent'; this is an error in the Swift 6 language mode
59 | values.compactMap { $0.asOptional() }
60 | }
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/CALayerRepresentable.swift:144:31: warning: call to main actor-isolated static method 'dismantleCALayer(_:coordinator:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
37 |
38 | /// Cleans up the layer in anticipation of it's removal.
39 | @MainActor @preconcurrency static func dismantleCALayer(_ layer: CALayerType, coordinator: Coordinator)
| `- note: calls to static method 'dismantleCALayer(_:coordinator:)' from outside of its actor context are implicitly asynchronous
40 |
41 | typealias Context = CALayerRepresentableContext<Self>
:
142 | deinit {
143 | if let layer {
144 | Representable.dismantleCALayer(
| `- warning: call to main actor-isolated static method 'dismantleCALayer(_:coordinator:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
145 | layer,
146 | coordinator: coordinator
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/CALayerRepresentable.swift:144:31: warning: sending 'layer' risks causing data races; this is an error in the Swift 6 language mode
142 | deinit {
143 | if let layer {
144 | Representable.dismantleCALayer(
| |- warning: sending 'layer' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'layer' to main actor-isolated static method 'dismantleCALayer(_:coordinator:)' risks causing data races between main actor-isolated and task-isolated uses
145 | layer,
146 | coordinator: coordinator
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/CALayerRepresentable.swift:144:31: warning: sending 'self.coordinator' risks causing data races; this is an error in the Swift 6 language mode
142 | deinit {
143 | if let layer {
144 | Representable.dismantleCALayer(
| |- warning: sending 'self.coordinator' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'self.coordinator' to main actor-isolated static method 'dismantleCALayer(_:coordinator:)' risks causing data races between main actor-isolated and task-isolated uses
145 | layer,
146 | coordinator: coordinator
[132/170] Compiling Turbocharger AsyncButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/AsyncForEach.swift:58:16: warning: main actor-isolated property 'data' cannot be used to satisfy nonisolated requirement from protocol 'DynamicViewContent'; this is an error in the Swift 6 language mode
55 | }
56 |
57 | extension AsyncForEach: DynamicViewContent {
| `- note: add '@preconcurrency' to the 'DynamicViewContent' conformance to defer isolation checking to run time
58 | public var data: [Data.Element] {
| `- warning: main actor-isolated property 'data' cannot be used to satisfy nonisolated requirement from protocol 'DynamicViewContent'; this is an error in the Swift 6 language mode
59 | values.compactMap { $0.asOptional() }
60 | }
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/CALayerRepresentable.swift:144:31: warning: call to main actor-isolated static method 'dismantleCALayer(_:coordinator:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
37 |
38 | /// Cleans up the layer in anticipation of it's removal.
39 | @MainActor @preconcurrency static func dismantleCALayer(_ layer: CALayerType, coordinator: Coordinator)
| `- note: calls to static method 'dismantleCALayer(_:coordinator:)' from outside of its actor context are implicitly asynchronous
40 |
41 | typealias Context = CALayerRepresentableContext<Self>
:
142 | deinit {
143 | if let layer {
144 | Representable.dismantleCALayer(
| `- warning: call to main actor-isolated static method 'dismantleCALayer(_:coordinator:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
145 | layer,
146 | coordinator: coordinator
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/CALayerRepresentable.swift:144:31: warning: sending 'layer' risks causing data races; this is an error in the Swift 6 language mode
142 | deinit {
143 | if let layer {
144 | Representable.dismantleCALayer(
| |- warning: sending 'layer' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'layer' to main actor-isolated static method 'dismantleCALayer(_:coordinator:)' risks causing data races between main actor-isolated and task-isolated uses
145 | layer,
146 | coordinator: coordinator
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/CALayerRepresentable.swift:144:31: warning: sending 'self.coordinator' risks causing data races; this is an error in the Swift 6 language mode
142 | deinit {
143 | if let layer {
144 | Representable.dismantleCALayer(
| |- warning: sending 'self.coordinator' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'self.coordinator' to main actor-isolated static method 'dismantleCALayer(_:coordinator:)' risks causing data races between main actor-isolated and task-isolated uses
145 | layer,
146 | coordinator: coordinator
[133/170] Compiling Turbocharger AsyncForEach.swift
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/AsyncForEach.swift:58:16: warning: main actor-isolated property 'data' cannot be used to satisfy nonisolated requirement from protocol 'DynamicViewContent'; this is an error in the Swift 6 language mode
55 | }
56 |
57 | extension AsyncForEach: DynamicViewContent {
| `- note: add '@preconcurrency' to the 'DynamicViewContent' conformance to defer isolation checking to run time
58 | public var data: [Data.Element] {
| `- warning: main actor-isolated property 'data' cannot be used to satisfy nonisolated requirement from protocol 'DynamicViewContent'; this is an error in the Swift 6 language mode
59 | values.compactMap { $0.asOptional() }
60 | }
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/CALayerRepresentable.swift:144:31: warning: call to main actor-isolated static method 'dismantleCALayer(_:coordinator:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
37 |
38 | /// Cleans up the layer in anticipation of it's removal.
39 | @MainActor @preconcurrency static func dismantleCALayer(_ layer: CALayerType, coordinator: Coordinator)
| `- note: calls to static method 'dismantleCALayer(_:coordinator:)' from outside of its actor context are implicitly asynchronous
40 |
41 | typealias Context = CALayerRepresentableContext<Self>
:
142 | deinit {
143 | if let layer {
144 | Representable.dismantleCALayer(
| `- warning: call to main actor-isolated static method 'dismantleCALayer(_:coordinator:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
145 | layer,
146 | coordinator: coordinator
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/CALayerRepresentable.swift:144:31: warning: sending 'layer' risks causing data races; this is an error in the Swift 6 language mode
142 | deinit {
143 | if let layer {
144 | Representable.dismantleCALayer(
| |- warning: sending 'layer' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'layer' to main actor-isolated static method 'dismantleCALayer(_:coordinator:)' risks causing data races between main actor-isolated and task-isolated uses
145 | layer,
146 | coordinator: coordinator
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/CALayerRepresentable.swift:144:31: warning: sending 'self.coordinator' risks causing data races; this is an error in the Swift 6 language mode
142 | deinit {
143 | if let layer {
144 | Representable.dismantleCALayer(
| |- warning: sending 'self.coordinator' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'self.coordinator' to main actor-isolated static method 'dismantleCALayer(_:coordinator:)' risks causing data races between main actor-isolated and task-isolated uses
145 | layer,
146 | coordinator: coordinator
[134/170] Compiling Turbocharger CALayerRepresentable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/AsyncForEach.swift:58:16: warning: main actor-isolated property 'data' cannot be used to satisfy nonisolated requirement from protocol 'DynamicViewContent'; this is an error in the Swift 6 language mode
55 | }
56 |
57 | extension AsyncForEach: DynamicViewContent {
| `- note: add '@preconcurrency' to the 'DynamicViewContent' conformance to defer isolation checking to run time
58 | public var data: [Data.Element] {
| `- warning: main actor-isolated property 'data' cannot be used to satisfy nonisolated requirement from protocol 'DynamicViewContent'; this is an error in the Swift 6 language mode
59 | values.compactMap { $0.asOptional() }
60 | }
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/CALayerRepresentable.swift:144:31: warning: call to main actor-isolated static method 'dismantleCALayer(_:coordinator:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
37 |
38 | /// Cleans up the layer in anticipation of it's removal.
39 | @MainActor @preconcurrency static func dismantleCALayer(_ layer: CALayerType, coordinator: Coordinator)
| `- note: calls to static method 'dismantleCALayer(_:coordinator:)' from outside of its actor context are implicitly asynchronous
40 |
41 | typealias Context = CALayerRepresentableContext<Self>
:
142 | deinit {
143 | if let layer {
144 | Representable.dismantleCALayer(
| `- warning: call to main actor-isolated static method 'dismantleCALayer(_:coordinator:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
145 | layer,
146 | coordinator: coordinator
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/CALayerRepresentable.swift:144:31: warning: sending 'layer' risks causing data races; this is an error in the Swift 6 language mode
142 | deinit {
143 | if let layer {
144 | Representable.dismantleCALayer(
| |- warning: sending 'layer' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'layer' to main actor-isolated static method 'dismantleCALayer(_:coordinator:)' risks causing data races between main actor-isolated and task-isolated uses
145 | layer,
146 | coordinator: coordinator
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/CALayerRepresentable.swift:144:31: warning: sending 'self.coordinator' risks causing data races; this is an error in the Swift 6 language mode
142 | deinit {
143 | if let layer {
144 | Representable.dismantleCALayer(
| |- warning: sending 'self.coordinator' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'self.coordinator' to main actor-isolated static method 'dismantleCALayer(_:coordinator:)' risks causing data races between main actor-isolated and task-isolated uses
145 | layer,
146 | coordinator: coordinator
[135/170] Compiling Turbocharger CollectionView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/AsyncForEach.swift:58:16: warning: main actor-isolated property 'data' cannot be used to satisfy nonisolated requirement from protocol 'DynamicViewContent'; this is an error in the Swift 6 language mode
55 | }
56 |
57 | extension AsyncForEach: DynamicViewContent {
| `- note: add '@preconcurrency' to the 'DynamicViewContent' conformance to defer isolation checking to run time
58 | public var data: [Data.Element] {
| `- warning: main actor-isolated property 'data' cannot be used to satisfy nonisolated requirement from protocol 'DynamicViewContent'; this is an error in the Swift 6 language mode
59 | values.compactMap { $0.asOptional() }
60 | }
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/CALayerRepresentable.swift:144:31: warning: call to main actor-isolated static method 'dismantleCALayer(_:coordinator:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
37 |
38 | /// Cleans up the layer in anticipation of it's removal.
39 | @MainActor @preconcurrency static func dismantleCALayer(_ layer: CALayerType, coordinator: Coordinator)
| `- note: calls to static method 'dismantleCALayer(_:coordinator:)' from outside of its actor context are implicitly asynchronous
40 |
41 | typealias Context = CALayerRepresentableContext<Self>
:
142 | deinit {
143 | if let layer {
144 | Representable.dismantleCALayer(
| `- warning: call to main actor-isolated static method 'dismantleCALayer(_:coordinator:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
145 | layer,
146 | coordinator: coordinator
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/CALayerRepresentable.swift:144:31: warning: sending 'layer' risks causing data races; this is an error in the Swift 6 language mode
142 | deinit {
143 | if let layer {
144 | Representable.dismantleCALayer(
| |- warning: sending 'layer' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'layer' to main actor-isolated static method 'dismantleCALayer(_:coordinator:)' risks causing data races between main actor-isolated and task-isolated uses
145 | layer,
146 | coordinator: coordinator
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/CALayerRepresentable.swift:144:31: warning: sending 'self.coordinator' risks causing data races; this is an error in the Swift 6 language mode
142 | deinit {
143 | if let layer {
144 | Representable.dismantleCALayer(
| |- warning: sending 'self.coordinator' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'self.coordinator' to main actor-isolated static method 'dismantleCALayer(_:coordinator:)' risks causing data races between main actor-isolated and task-isolated uses
145 | layer,
146 | coordinator: coordinator
[136/170] Compiling Turbocharger Accessibility.swift
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/ViewModifier/BlurModifier.swift:10:23: warning: static property 'blur' is not concurrency-safe because non-'Sendable' type 'AnyTransition' may have shared mutable state; this is an error in the Swift 6 language mode
8 |
9 | /// Returns a transition that blurs the view.
10 | public static let blur = AnyTransition.modifier(
| |- warning: static property 'blur' is not concurrency-safe because non-'Sendable' type 'AnyTransition' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'blur' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 | active: BlurModifier(radius: 5),
12 | identity: BlurModifier(radius: 0)
SwiftUICore.AnyTransition:2:23: note: struct 'AnyTransition' does not conform to the 'Sendable' protocol
1 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
2 | @frozen public struct AnyTransition {
| `- note: struct 'AnyTransition' does not conform to the 'Sendable' protocol
3 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
4 | public init<T>(_ transition: T) where T : Transition
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/ViewModifier/BlurModifier.swift:10:23: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
8 |
9 | /// Returns a transition that blurs the view.
10 | public static let blur = AnyTransition.modifier(
| `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
11 | active: BlurModifier(radius: 5),
12 | identity: BlurModifier(radius: 0)
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/ViewModifier/BlurModifier.swift:18:21: warning: call to main actor-isolated initializer 'init(radius:opaque:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
14 |
15 | /// Returns a transition that blurs the view.
16 | public static func blur(radius: CGFloat, opaque: Bool = false) -> AnyTransition {
| `- note: add '@MainActor' to make static method 'blur(radius:opaque:)' part of global actor 'MainActor'
17 | .modifier(
18 | active: BlurModifier(radius: radius, opaque: opaque),
| `- warning: call to main actor-isolated initializer 'init(radius:opaque:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
19 | identity: BlurModifier(radius: 0, opaque: opaque)
20 | )
:
29 | public var opaque: Bool
30 |
31 | public init(radius: CGFloat, opaque: Bool = false) {
| |- note: calls to initializer 'init(radius:opaque:)' from outside of its actor context are implicitly asynchronous
| `- note: main actor isolation inferred from conformance to protocol 'ViewModifier'
32 | self.radius = radius
33 | self.opaque = opaque
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/ViewModifier/BlurModifier.swift:19:23: warning: call to main actor-isolated initializer 'init(radius:opaque:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
14 |
15 | /// Returns a transition that blurs the view.
16 | public static func blur(radius: CGFloat, opaque: Bool = false) -> AnyTransition {
| `- note: add '@MainActor' to make static method 'blur(radius:opaque:)' part of global actor 'MainActor'
17 | .modifier(
18 | active: BlurModifier(radius: radius, opaque: opaque),
19 | identity: BlurModifier(radius: 0, opaque: opaque)
| `- warning: call to main actor-isolated initializer 'init(radius:opaque:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
20 | )
21 | }
:
29 | public var opaque: Bool
30 |
31 | public init(radius: CGFloat, opaque: Bool = false) {
| |- note: calls to initializer 'init(radius:opaque:)' from outside of its actor context are implicitly asynchronous
| `- note: main actor isolation inferred from conformance to protocol 'ViewModifier'
32 | self.radius = radius
33 | self.opaque = opaque
[137/170] Compiling Turbocharger AlignmentOffset.swift
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/ViewModifier/BlurModifier.swift:10:23: warning: static property 'blur' is not concurrency-safe because non-'Sendable' type 'AnyTransition' may have shared mutable state; this is an error in the Swift 6 language mode
8 |
9 | /// Returns a transition that blurs the view.
10 | public static let blur = AnyTransition.modifier(
| |- warning: static property 'blur' is not concurrency-safe because non-'Sendable' type 'AnyTransition' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'blur' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 | active: BlurModifier(radius: 5),
12 | identity: BlurModifier(radius: 0)
SwiftUICore.AnyTransition:2:23: note: struct 'AnyTransition' does not conform to the 'Sendable' protocol
1 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
2 | @frozen public struct AnyTransition {
| `- note: struct 'AnyTransition' does not conform to the 'Sendable' protocol
3 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
4 | public init<T>(_ transition: T) where T : Transition
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/ViewModifier/BlurModifier.swift:10:23: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
8 |
9 | /// Returns a transition that blurs the view.
10 | public static let blur = AnyTransition.modifier(
| `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
11 | active: BlurModifier(radius: 5),
12 | identity: BlurModifier(radius: 0)
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/ViewModifier/BlurModifier.swift:18:21: warning: call to main actor-isolated initializer 'init(radius:opaque:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
14 |
15 | /// Returns a transition that blurs the view.
16 | public static func blur(radius: CGFloat, opaque: Bool = false) -> AnyTransition {
| `- note: add '@MainActor' to make static method 'blur(radius:opaque:)' part of global actor 'MainActor'
17 | .modifier(
18 | active: BlurModifier(radius: radius, opaque: opaque),
| `- warning: call to main actor-isolated initializer 'init(radius:opaque:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
19 | identity: BlurModifier(radius: 0, opaque: opaque)
20 | )
:
29 | public var opaque: Bool
30 |
31 | public init(radius: CGFloat, opaque: Bool = false) {
| |- note: calls to initializer 'init(radius:opaque:)' from outside of its actor context are implicitly asynchronous
| `- note: main actor isolation inferred from conformance to protocol 'ViewModifier'
32 | self.radius = radius
33 | self.opaque = opaque
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/ViewModifier/BlurModifier.swift:19:23: warning: call to main actor-isolated initializer 'init(radius:opaque:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
14 |
15 | /// Returns a transition that blurs the view.
16 | public static func blur(radius: CGFloat, opaque: Bool = false) -> AnyTransition {
| `- note: add '@MainActor' to make static method 'blur(radius:opaque:)' part of global actor 'MainActor'
17 | .modifier(
18 | active: BlurModifier(radius: radius, opaque: opaque),
19 | identity: BlurModifier(radius: 0, opaque: opaque)
| `- warning: call to main actor-isolated initializer 'init(radius:opaque:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
20 | )
21 | }
:
29 | public var opaque: Bool
30 |
31 | public init(radius: CGFloat, opaque: Bool = false) {
| |- note: calls to initializer 'init(radius:opaque:)' from outside of its actor context are implicitly asynchronous
| `- note: main actor isolation inferred from conformance to protocol 'ViewModifier'
32 | self.radius = radius
33 | self.opaque = opaque
[138/170] Compiling Turbocharger Badge.swift
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/ViewModifier/BlurModifier.swift:10:23: warning: static property 'blur' is not concurrency-safe because non-'Sendable' type 'AnyTransition' may have shared mutable state; this is an error in the Swift 6 language mode
8 |
9 | /// Returns a transition that blurs the view.
10 | public static let blur = AnyTransition.modifier(
| |- warning: static property 'blur' is not concurrency-safe because non-'Sendable' type 'AnyTransition' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'blur' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 | active: BlurModifier(radius: 5),
12 | identity: BlurModifier(radius: 0)
SwiftUICore.AnyTransition:2:23: note: struct 'AnyTransition' does not conform to the 'Sendable' protocol
1 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
2 | @frozen public struct AnyTransition {
| `- note: struct 'AnyTransition' does not conform to the 'Sendable' protocol
3 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
4 | public init<T>(_ transition: T) where T : Transition
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/ViewModifier/BlurModifier.swift:10:23: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
8 |
9 | /// Returns a transition that blurs the view.
10 | public static let blur = AnyTransition.modifier(
| `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
11 | active: BlurModifier(radius: 5),
12 | identity: BlurModifier(radius: 0)
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/ViewModifier/BlurModifier.swift:18:21: warning: call to main actor-isolated initializer 'init(radius:opaque:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
14 |
15 | /// Returns a transition that blurs the view.
16 | public static func blur(radius: CGFloat, opaque: Bool = false) -> AnyTransition {
| `- note: add '@MainActor' to make static method 'blur(radius:opaque:)' part of global actor 'MainActor'
17 | .modifier(
18 | active: BlurModifier(radius: radius, opaque: opaque),
| `- warning: call to main actor-isolated initializer 'init(radius:opaque:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
19 | identity: BlurModifier(radius: 0, opaque: opaque)
20 | )
:
29 | public var opaque: Bool
30 |
31 | public init(radius: CGFloat, opaque: Bool = false) {
| |- note: calls to initializer 'init(radius:opaque:)' from outside of its actor context are implicitly asynchronous
| `- note: main actor isolation inferred from conformance to protocol 'ViewModifier'
32 | self.radius = radius
33 | self.opaque = opaque
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/ViewModifier/BlurModifier.swift:19:23: warning: call to main actor-isolated initializer 'init(radius:opaque:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
14 |
15 | /// Returns a transition that blurs the view.
16 | public static func blur(radius: CGFloat, opaque: Bool = false) -> AnyTransition {
| `- note: add '@MainActor' to make static method 'blur(radius:opaque:)' part of global actor 'MainActor'
17 | .modifier(
18 | active: BlurModifier(radius: radius, opaque: opaque),
19 | identity: BlurModifier(radius: 0, opaque: opaque)
| `- warning: call to main actor-isolated initializer 'init(radius:opaque:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
20 | )
21 | }
:
29 | public var opaque: Bool
30 |
31 | public init(radius: CGFloat, opaque: Bool = false) {
| |- note: calls to initializer 'init(radius:opaque:)' from outside of its actor context are implicitly asynchronous
| `- note: main actor isolation inferred from conformance to protocol 'ViewModifier'
32 | self.radius = radius
33 | self.opaque = opaque
[139/170] Compiling Turbocharger BlurModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/ViewModifier/BlurModifier.swift:10:23: warning: static property 'blur' is not concurrency-safe because non-'Sendable' type 'AnyTransition' may have shared mutable state; this is an error in the Swift 6 language mode
8 |
9 | /// Returns a transition that blurs the view.
10 | public static let blur = AnyTransition.modifier(
| |- warning: static property 'blur' is not concurrency-safe because non-'Sendable' type 'AnyTransition' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'blur' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 | active: BlurModifier(radius: 5),
12 | identity: BlurModifier(radius: 0)
SwiftUICore.AnyTransition:2:23: note: struct 'AnyTransition' does not conform to the 'Sendable' protocol
1 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
2 | @frozen public struct AnyTransition {
| `- note: struct 'AnyTransition' does not conform to the 'Sendable' protocol
3 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
4 | public init<T>(_ transition: T) where T : Transition
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/ViewModifier/BlurModifier.swift:10:23: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
8 |
9 | /// Returns a transition that blurs the view.
10 | public static let blur = AnyTransition.modifier(
| `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
11 | active: BlurModifier(radius: 5),
12 | identity: BlurModifier(radius: 0)
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/ViewModifier/BlurModifier.swift:18:21: warning: call to main actor-isolated initializer 'init(radius:opaque:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
14 |
15 | /// Returns a transition that blurs the view.
16 | public static func blur(radius: CGFloat, opaque: Bool = false) -> AnyTransition {
| `- note: add '@MainActor' to make static method 'blur(radius:opaque:)' part of global actor 'MainActor'
17 | .modifier(
18 | active: BlurModifier(radius: radius, opaque: opaque),
| `- warning: call to main actor-isolated initializer 'init(radius:opaque:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
19 | identity: BlurModifier(radius: 0, opaque: opaque)
20 | )
:
29 | public var opaque: Bool
30 |
31 | public init(radius: CGFloat, opaque: Bool = false) {
| |- note: calls to initializer 'init(radius:opaque:)' from outside of its actor context are implicitly asynchronous
| `- note: main actor isolation inferred from conformance to protocol 'ViewModifier'
32 | self.radius = radius
33 | self.opaque = opaque
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/ViewModifier/BlurModifier.swift:19:23: warning: call to main actor-isolated initializer 'init(radius:opaque:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
14 |
15 | /// Returns a transition that blurs the view.
16 | public static func blur(radius: CGFloat, opaque: Bool = false) -> AnyTransition {
| `- note: add '@MainActor' to make static method 'blur(radius:opaque:)' part of global actor 'MainActor'
17 | .modifier(
18 | active: BlurModifier(radius: radius, opaque: opaque),
19 | identity: BlurModifier(radius: 0, opaque: opaque)
| `- warning: call to main actor-isolated initializer 'init(radius:opaque:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
20 | )
21 | }
:
29 | public var opaque: Bool
30 |
31 | public init(radius: CGFloat, opaque: Bool = false) {
| |- note: calls to initializer 'init(radius:opaque:)' from outside of its actor context are implicitly asynchronous
| `- note: main actor isolation inferred from conformance to protocol 'ViewModifier'
32 | self.radius = radius
33 | self.opaque = opaque
[140/170] Compiling Turbocharger Hidden.swift
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/ViewModifier/BlurModifier.swift:10:23: warning: static property 'blur' is not concurrency-safe because non-'Sendable' type 'AnyTransition' may have shared mutable state; this is an error in the Swift 6 language mode
8 |
9 | /// Returns a transition that blurs the view.
10 | public static let blur = AnyTransition.modifier(
| |- warning: static property 'blur' is not concurrency-safe because non-'Sendable' type 'AnyTransition' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'blur' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 | active: BlurModifier(radius: 5),
12 | identity: BlurModifier(radius: 0)
SwiftUICore.AnyTransition:2:23: note: struct 'AnyTransition' does not conform to the 'Sendable' protocol
1 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
2 | @frozen public struct AnyTransition {
| `- note: struct 'AnyTransition' does not conform to the 'Sendable' protocol
3 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
4 | public init<T>(_ transition: T) where T : Transition
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/ViewModifier/BlurModifier.swift:10:23: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
8 |
9 | /// Returns a transition that blurs the view.
10 | public static let blur = AnyTransition.modifier(
| `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
11 | active: BlurModifier(radius: 5),
12 | identity: BlurModifier(radius: 0)
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/ViewModifier/BlurModifier.swift:18:21: warning: call to main actor-isolated initializer 'init(radius:opaque:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
14 |
15 | /// Returns a transition that blurs the view.
16 | public static func blur(radius: CGFloat, opaque: Bool = false) -> AnyTransition {
| `- note: add '@MainActor' to make static method 'blur(radius:opaque:)' part of global actor 'MainActor'
17 | .modifier(
18 | active: BlurModifier(radius: radius, opaque: opaque),
| `- warning: call to main actor-isolated initializer 'init(radius:opaque:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
19 | identity: BlurModifier(radius: 0, opaque: opaque)
20 | )
:
29 | public var opaque: Bool
30 |
31 | public init(radius: CGFloat, opaque: Bool = false) {
| |- note: calls to initializer 'init(radius:opaque:)' from outside of its actor context are implicitly asynchronous
| `- note: main actor isolation inferred from conformance to protocol 'ViewModifier'
32 | self.radius = radius
33 | self.opaque = opaque
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/ViewModifier/BlurModifier.swift:19:23: warning: call to main actor-isolated initializer 'init(radius:opaque:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
14 |
15 | /// Returns a transition that blurs the view.
16 | public static func blur(radius: CGFloat, opaque: Bool = false) -> AnyTransition {
| `- note: add '@MainActor' to make static method 'blur(radius:opaque:)' part of global actor 'MainActor'
17 | .modifier(
18 | active: BlurModifier(radius: radius, opaque: opaque),
19 | identity: BlurModifier(radius: 0, opaque: opaque)
| `- warning: call to main actor-isolated initializer 'init(radius:opaque:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
20 | )
21 | }
:
29 | public var opaque: Bool
30 |
31 | public init(radius: CGFloat, opaque: Bool = false) {
| |- note: calls to initializer 'init(radius:opaque:)' from outside of its actor context are implicitly asynchronous
| `- note: main actor isolation inferred from conformance to protocol 'ViewModifier'
32 | self.radius = radius
33 | self.opaque = opaque
[141/170] Compiling Turbocharger Mask.swift
[142/170] Compiling Turbocharger OnAppearAndChange.swift
[143/170] Compiling Turbocharger ProposedSizeObserver.swift
[144/170] Compiling Turbocharger RotationRelativeFrameModifier.swift
[145/170] Compiling Turbocharger SafeArea.swift
[146/170] Compiling Turbocharger CollectionViewCompositionalLayout.swift
[147/170] Compiling Turbocharger CollectionViewCoordinator.swift
[148/170] Compiling Turbocharger CollectionViewHostingConfigurationCoordinator.swift
[149/170] Compiling Turbocharger CollectionViewLayout.swift
[150/170] Compiling Turbocharger CollectionViewListLayout.swift
[151/170] Compiling Turbocharger LabeledView.swift
[152/170] Compiling Turbocharger MarqueeHStack.swift
[153/170] Compiling Turbocharger MarqueeText.swift
[154/170] Compiling Turbocharger PlatformViewRepresentable.swift
[155/170] Compiling Turbocharger ProposedSizeReader.swift
[156/170] Compiling Turbocharger ScaledFrame.swift
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/ViewModifier/Shimmer.swift:199:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ShimmerClock' may have shared mutable state; this is an error in the Swift 6 language mode
183 | }
184 |
185 | private class ShimmerClock: ObservableObject {
| `- note: class 'ShimmerClock' does not conform to the 'Sendable' protocol
186 | @Published var phase: CGFloat = 0
187 |
:
197 | #endif
198 |
199 | static let shared = ShimmerClock()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ShimmerClock' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
200 | private init() {
201 | }
[157/170] Compiling Turbocharger Shimmer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/ViewModifier/Shimmer.swift:199:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ShimmerClock' may have shared mutable state; this is an error in the Swift 6 language mode
183 | }
184 |
185 | private class ShimmerClock: ObservableObject {
| `- note: class 'ShimmerClock' does not conform to the 'Sendable' protocol
186 | @Published var phase: CGFloat = 0
187 |
:
197 | #endif
198 |
199 | static let shared = ShimmerClock()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ShimmerClock' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
200 | private init() {
201 | }
[158/170] Compiling Turbocharger SizeThatFitsRelativeFrameModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/ViewModifier/Shimmer.swift:199:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ShimmerClock' may have shared mutable state; this is an error in the Swift 6 language mode
183 | }
184 |
185 | private class ShimmerClock: ObservableObject {
| `- note: class 'ShimmerClock' does not conform to the 'Sendable' protocol
186 | @Published var phase: CGFloat = 0
187 |
:
197 | #endif
198 |
199 | static let shared = ShimmerClock()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ShimmerClock' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
200 | private init() {
201 | }
[159/170] Compiling Turbocharger VibrancyEffect.swift
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/ViewModifier/Shimmer.swift:199:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ShimmerClock' may have shared mutable state; this is an error in the Swift 6 language mode
183 | }
184 |
185 | private class ShimmerClock: ObservableObject {
| `- note: class 'ShimmerClock' does not conform to the 'Sendable' protocol
186 | @Published var phase: CGFloat = 0
187 |
:
197 | #endif
198 |
199 | static let shared = ShimmerClock()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ShimmerClock' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
200 | private init() {
201 | }
[160/170] Compiling Turbocharger module.swift
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/ViewModifier/Shimmer.swift:199:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ShimmerClock' may have shared mutable state; this is an error in the Swift 6 language mode
183 | }
184 |
185 | private class ShimmerClock: ObservableObject {
| `- note: class 'ShimmerClock' does not conform to the 'Sendable' protocol
186 | @Published var phase: CGFloat = 0
187 |
:
197 | #endif
198 |
199 | static let shared = ShimmerClock()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ShimmerClock' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
200 | private init() {
201 | }
[161/170] Compiling Turbocharger CollectionViewRepresentable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:46:21: warning: mutation of captured var 'width' in concurrently-executing code
44 | .hidden()
45 | .alignmentGuide(alignment.horizontal) { d in
46 | width = d.width
| `- warning: mutation of captured var 'width' in concurrently-executing code
47 | x = 0
48 | y = 0
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:47:21: warning: mutation of captured var 'x' in concurrently-executing code
45 | .alignmentGuide(alignment.horizontal) { d in
46 | width = d.width
47 | x = 0
| `- warning: mutation of captured var 'x' in concurrently-executing code
48 | y = 0
49 | return 0
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:48:21: warning: mutation of captured var 'y' in concurrently-executing code
46 | width = d.width
47 | x = 0
48 | y = 0
| `- warning: mutation of captured var 'y' in concurrently-executing code
49 | return 0
50 | }
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:54:24: warning: reference to captured var 'x' in concurrently-executing code
52 | content
53 | .alignmentGuide(alignment.horizontal) { d in
54 | if x + d.width > width {
| `- warning: reference to captured var 'x' in concurrently-executing code
55 | x = 0
56 | y += d.height + spacing
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:54:38: warning: reference to captured var 'width' in concurrently-executing code
52 | content
53 | .alignmentGuide(alignment.horizontal) { d in
54 | if x + d.width > width {
| `- warning: reference to captured var 'width' in concurrently-executing code
55 | x = 0
56 | y += d.height + spacing
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:55:25: warning: mutation of captured var 'x' in concurrently-executing code
53 | .alignmentGuide(alignment.horizontal) { d in
54 | if x + d.width > width {
55 | x = 0
| `- warning: mutation of captured var 'x' in concurrently-executing code
56 | y += d.height + spacing
57 | }
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:56:25: warning: mutation of captured var 'y' in concurrently-executing code
54 | if x + d.width > width {
55 | x = 0
56 | y += d.height + spacing
| `- warning: mutation of captured var 'y' in concurrently-executing code
57 | }
58 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:59:34: warning: reference to captured var 'x' in concurrently-executing code
57 | }
58 |
59 | let result = x
| `- warning: reference to captured var 'x' in concurrently-executing code
60 | x += d.width + spacing
61 | return -result
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:60:21: warning: mutation of captured var 'x' in concurrently-executing code
58 |
59 | let result = x
60 | x += d.width + spacing
| `- warning: mutation of captured var 'x' in concurrently-executing code
61 | return -result
62 | }
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:64:32: warning: reference to captured var 'y' in concurrently-executing code
62 | }
63 | .alignmentGuide(alignment.vertical) { d in
64 | d.height - y
| `- warning: reference to captured var 'y' in concurrently-executing code
65 | }
66 | }
[162/170] Compiling Turbocharger FlowStack.swift
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:46:21: warning: mutation of captured var 'width' in concurrently-executing code
44 | .hidden()
45 | .alignmentGuide(alignment.horizontal) { d in
46 | width = d.width
| `- warning: mutation of captured var 'width' in concurrently-executing code
47 | x = 0
48 | y = 0
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:47:21: warning: mutation of captured var 'x' in concurrently-executing code
45 | .alignmentGuide(alignment.horizontal) { d in
46 | width = d.width
47 | x = 0
| `- warning: mutation of captured var 'x' in concurrently-executing code
48 | y = 0
49 | return 0
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:48:21: warning: mutation of captured var 'y' in concurrently-executing code
46 | width = d.width
47 | x = 0
48 | y = 0
| `- warning: mutation of captured var 'y' in concurrently-executing code
49 | return 0
50 | }
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:54:24: warning: reference to captured var 'x' in concurrently-executing code
52 | content
53 | .alignmentGuide(alignment.horizontal) { d in
54 | if x + d.width > width {
| `- warning: reference to captured var 'x' in concurrently-executing code
55 | x = 0
56 | y += d.height + spacing
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:54:38: warning: reference to captured var 'width' in concurrently-executing code
52 | content
53 | .alignmentGuide(alignment.horizontal) { d in
54 | if x + d.width > width {
| `- warning: reference to captured var 'width' in concurrently-executing code
55 | x = 0
56 | y += d.height + spacing
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:55:25: warning: mutation of captured var 'x' in concurrently-executing code
53 | .alignmentGuide(alignment.horizontal) { d in
54 | if x + d.width > width {
55 | x = 0
| `- warning: mutation of captured var 'x' in concurrently-executing code
56 | y += d.height + spacing
57 | }
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:56:25: warning: mutation of captured var 'y' in concurrently-executing code
54 | if x + d.width > width {
55 | x = 0
56 | y += d.height + spacing
| `- warning: mutation of captured var 'y' in concurrently-executing code
57 | }
58 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:59:34: warning: reference to captured var 'x' in concurrently-executing code
57 | }
58 |
59 | let result = x
| `- warning: reference to captured var 'x' in concurrently-executing code
60 | x += d.width + spacing
61 | return -result
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:60:21: warning: mutation of captured var 'x' in concurrently-executing code
58 |
59 | let result = x
60 | x += d.width + spacing
| `- warning: mutation of captured var 'x' in concurrently-executing code
61 | return -result
62 | }
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:64:32: warning: reference to captured var 'y' in concurrently-executing code
62 | }
63 | .alignmentGuide(alignment.vertical) { d in
64 | d.height - y
| `- warning: reference to captured var 'y' in concurrently-executing code
65 | }
66 | }
[163/170] Compiling Turbocharger FluidGradient.swift
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:46:21: warning: mutation of captured var 'width' in concurrently-executing code
44 | .hidden()
45 | .alignmentGuide(alignment.horizontal) { d in
46 | width = d.width
| `- warning: mutation of captured var 'width' in concurrently-executing code
47 | x = 0
48 | y = 0
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:47:21: warning: mutation of captured var 'x' in concurrently-executing code
45 | .alignmentGuide(alignment.horizontal) { d in
46 | width = d.width
47 | x = 0
| `- warning: mutation of captured var 'x' in concurrently-executing code
48 | y = 0
49 | return 0
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:48:21: warning: mutation of captured var 'y' in concurrently-executing code
46 | width = d.width
47 | x = 0
48 | y = 0
| `- warning: mutation of captured var 'y' in concurrently-executing code
49 | return 0
50 | }
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:54:24: warning: reference to captured var 'x' in concurrently-executing code
52 | content
53 | .alignmentGuide(alignment.horizontal) { d in
54 | if x + d.width > width {
| `- warning: reference to captured var 'x' in concurrently-executing code
55 | x = 0
56 | y += d.height + spacing
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:54:38: warning: reference to captured var 'width' in concurrently-executing code
52 | content
53 | .alignmentGuide(alignment.horizontal) { d in
54 | if x + d.width > width {
| `- warning: reference to captured var 'width' in concurrently-executing code
55 | x = 0
56 | y += d.height + spacing
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:55:25: warning: mutation of captured var 'x' in concurrently-executing code
53 | .alignmentGuide(alignment.horizontal) { d in
54 | if x + d.width > width {
55 | x = 0
| `- warning: mutation of captured var 'x' in concurrently-executing code
56 | y += d.height + spacing
57 | }
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:56:25: warning: mutation of captured var 'y' in concurrently-executing code
54 | if x + d.width > width {
55 | x = 0
56 | y += d.height + spacing
| `- warning: mutation of captured var 'y' in concurrently-executing code
57 | }
58 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:59:34: warning: reference to captured var 'x' in concurrently-executing code
57 | }
58 |
59 | let result = x
| `- warning: reference to captured var 'x' in concurrently-executing code
60 | x += d.width + spacing
61 | return -result
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:60:21: warning: mutation of captured var 'x' in concurrently-executing code
58 |
59 | let result = x
60 | x += d.width + spacing
| `- warning: mutation of captured var 'x' in concurrently-executing code
61 | return -result
62 | }
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:64:32: warning: reference to captured var 'y' in concurrently-executing code
62 | }
63 | .alignmentGuide(alignment.vertical) { d in
64 | d.height - y
| `- warning: reference to captured var 'y' in concurrently-executing code
65 | }
66 | }
[164/170] Compiling Turbocharger ForEach.swift
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:46:21: warning: mutation of captured var 'width' in concurrently-executing code
44 | .hidden()
45 | .alignmentGuide(alignment.horizontal) { d in
46 | width = d.width
| `- warning: mutation of captured var 'width' in concurrently-executing code
47 | x = 0
48 | y = 0
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:47:21: warning: mutation of captured var 'x' in concurrently-executing code
45 | .alignmentGuide(alignment.horizontal) { d in
46 | width = d.width
47 | x = 0
| `- warning: mutation of captured var 'x' in concurrently-executing code
48 | y = 0
49 | return 0
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:48:21: warning: mutation of captured var 'y' in concurrently-executing code
46 | width = d.width
47 | x = 0
48 | y = 0
| `- warning: mutation of captured var 'y' in concurrently-executing code
49 | return 0
50 | }
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:54:24: warning: reference to captured var 'x' in concurrently-executing code
52 | content
53 | .alignmentGuide(alignment.horizontal) { d in
54 | if x + d.width > width {
| `- warning: reference to captured var 'x' in concurrently-executing code
55 | x = 0
56 | y += d.height + spacing
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:54:38: warning: reference to captured var 'width' in concurrently-executing code
52 | content
53 | .alignmentGuide(alignment.horizontal) { d in
54 | if x + d.width > width {
| `- warning: reference to captured var 'width' in concurrently-executing code
55 | x = 0
56 | y += d.height + spacing
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:55:25: warning: mutation of captured var 'x' in concurrently-executing code
53 | .alignmentGuide(alignment.horizontal) { d in
54 | if x + d.width > width {
55 | x = 0
| `- warning: mutation of captured var 'x' in concurrently-executing code
56 | y += d.height + spacing
57 | }
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:56:25: warning: mutation of captured var 'y' in concurrently-executing code
54 | if x + d.width > width {
55 | x = 0
56 | y += d.height + spacing
| `- warning: mutation of captured var 'y' in concurrently-executing code
57 | }
58 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:59:34: warning: reference to captured var 'x' in concurrently-executing code
57 | }
58 |
59 | let result = x
| `- warning: reference to captured var 'x' in concurrently-executing code
60 | x += d.width + spacing
61 | return -result
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:60:21: warning: mutation of captured var 'x' in concurrently-executing code
58 |
59 | let result = x
60 | x += d.width + spacing
| `- warning: mutation of captured var 'x' in concurrently-executing code
61 | return -result
62 | }
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:64:32: warning: reference to captured var 'y' in concurrently-executing code
62 | }
63 | .alignmentGuide(alignment.vertical) { d in
64 | d.height - y
| `- warning: reference to captured var 'y' in concurrently-executing code
65 | }
66 | }
[165/170] Compiling Turbocharger HVStack.swift
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:46:21: warning: mutation of captured var 'width' in concurrently-executing code
44 | .hidden()
45 | .alignmentGuide(alignment.horizontal) { d in
46 | width = d.width
| `- warning: mutation of captured var 'width' in concurrently-executing code
47 | x = 0
48 | y = 0
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:47:21: warning: mutation of captured var 'x' in concurrently-executing code
45 | .alignmentGuide(alignment.horizontal) { d in
46 | width = d.width
47 | x = 0
| `- warning: mutation of captured var 'x' in concurrently-executing code
48 | y = 0
49 | return 0
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:48:21: warning: mutation of captured var 'y' in concurrently-executing code
46 | width = d.width
47 | x = 0
48 | y = 0
| `- warning: mutation of captured var 'y' in concurrently-executing code
49 | return 0
50 | }
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:54:24: warning: reference to captured var 'x' in concurrently-executing code
52 | content
53 | .alignmentGuide(alignment.horizontal) { d in
54 | if x + d.width > width {
| `- warning: reference to captured var 'x' in concurrently-executing code
55 | x = 0
56 | y += d.height + spacing
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:54:38: warning: reference to captured var 'width' in concurrently-executing code
52 | content
53 | .alignmentGuide(alignment.horizontal) { d in
54 | if x + d.width > width {
| `- warning: reference to captured var 'width' in concurrently-executing code
55 | x = 0
56 | y += d.height + spacing
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:55:25: warning: mutation of captured var 'x' in concurrently-executing code
53 | .alignmentGuide(alignment.horizontal) { d in
54 | if x + d.width > width {
55 | x = 0
| `- warning: mutation of captured var 'x' in concurrently-executing code
56 | y += d.height + spacing
57 | }
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:56:25: warning: mutation of captured var 'y' in concurrently-executing code
54 | if x + d.width > width {
55 | x = 0
56 | y += d.height + spacing
| `- warning: mutation of captured var 'y' in concurrently-executing code
57 | }
58 |
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:59:34: warning: reference to captured var 'x' in concurrently-executing code
57 | }
58 |
59 | let result = x
| `- warning: reference to captured var 'x' in concurrently-executing code
60 | x += d.width + spacing
61 | return -result
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:60:21: warning: mutation of captured var 'x' in concurrently-executing code
58 |
59 | let result = x
60 | x += d.width + spacing
| `- warning: mutation of captured var 'x' in concurrently-executing code
61 | return -result
62 | }
/Users/admin/builder/spi-builder-workspace/Sources/Turbocharger/Sources/View/FlowStack.swift:64:32: warning: reference to captured var 'y' in concurrently-executing code
62 | }
63 | .alignmentGuide(alignment.vertical) { d in
64 | d.height - y
| `- warning: reference to captured var 'y' in concurrently-executing code
65 | }
66 | }
[166/170] Compiling Turbocharger RadialStack.swift
[167/170] Compiling Turbocharger ResultAdapter.swift
[168/170] Compiling Turbocharger WeightedHStack.swift
[169/170] Compiling Turbocharger WeightedPriority.swift
[170/170] Compiling Turbocharger WeightedVStack.swift
Build complete! (16.97s)
Build complete.
{
"dependencies" : [
{
"identity" : "engine",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nathantannar4/Engine"
}
],
"manifest_display_name" : "Turbocharger",
"name" : "Turbocharger",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Turbocharger",
"targets" : [
"Turbocharger"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Turbocharger",
"module_type" : "SwiftTarget",
"name" : "Turbocharger",
"path" : "Sources/Turbocharger",
"product_dependencies" : [
"Engine"
],
"product_memberships" : [
"Turbocharger"
],
"sources" : [
"Sources/Alignment/FirstTextMidline.swift",
"Sources/Alignment/VariadicAlignmentID.swift",
"Sources/Core/ArrayBuilder.swift",
"Sources/Core/EquatableBox.swift",
"Sources/Core/IdentifiableBox.swift",
"Sources/DynamicProperty/FormatTransform.swift",
"Sources/DynamicProperty/OptionalObservedObject.swift",
"Sources/DynamicProperty/OptionalStateObject.swift",
"Sources/DynamicProperty/PublishedState.swift",
"Sources/Extensions/Alignment+Extensions.swift",
"Sources/Extensions/EdgeInsets+Extensions.swift",
"Sources/Extensions/Transaction+Extensions.swift",
"Sources/View/AdaptiveStack.swift",
"Sources/View/AsyncButton.swift",
"Sources/View/AsyncForEach.swift",
"Sources/View/CALayerRepresentable.swift",
"Sources/View/CollectionView.swift",
"Sources/View/CollectionViewCompositionalLayout.swift",
"Sources/View/CollectionViewCoordinator.swift",
"Sources/View/CollectionViewHostingConfigurationCoordinator.swift",
"Sources/View/CollectionViewLayout.swift",
"Sources/View/CollectionViewListLayout.swift",
"Sources/View/CollectionViewRepresentable.swift",
"Sources/View/FlowStack.swift",
"Sources/View/FluidGradient.swift",
"Sources/View/ForEach.swift",
"Sources/View/HVStack.swift",
"Sources/View/LabeledView.swift",
"Sources/View/MarqueeHStack.swift",
"Sources/View/MarqueeText.swift",
"Sources/View/PlatformViewRepresentable.swift",
"Sources/View/ProposedSizeReader.swift",
"Sources/View/RadialStack.swift",
"Sources/View/ResultAdapter.swift",
"Sources/View/WeightedHStack.swift",
"Sources/View/WeightedPriority.swift",
"Sources/View/WeightedVStack.swift",
"Sources/ViewModifier/Accessibility.swift",
"Sources/ViewModifier/AlignmentOffset.swift",
"Sources/ViewModifier/Badge.swift",
"Sources/ViewModifier/BlurModifier.swift",
"Sources/ViewModifier/Hidden.swift",
"Sources/ViewModifier/Mask.swift",
"Sources/ViewModifier/OnAppearAndChange.swift",
"Sources/ViewModifier/ProposedSizeObserver.swift",
"Sources/ViewModifier/RotationRelativeFrameModifier.swift",
"Sources/ViewModifier/SafeArea.swift",
"Sources/ViewModifier/ScaledFrame.swift",
"Sources/ViewModifier/Shimmer.swift",
"Sources/ViewModifier/SizeThatFitsRelativeFrameModifier.swift",
"Sources/ViewModifier/VibrancyEffect.swift",
"module.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/nathantannar4/turbocharger/2.1.3
Repository: nathantannar4/Turbocharger
Swift version used: 6.1
Target: Turbocharger
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
* branch release/6.2 -> FETCH_HEAD
* [new branch] release/6.2 -> origin/release/6.2
HEAD is now at 8799b69 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'Turbocharger'...
Finished extracting symbol information for 'Turbocharger'. (8.90s)
Building documentation for 'Turbocharger'...
warning: 'BindingTransform' doesn't exist at '/Turbocharger/FormatTransform'
--> Sources/Turbocharger/Sources/DynamicProperty/FormatTransform.swift:8:9-8:25
6 | import Engine
7 |
8 + /// A ``BindingTransform`` that transforms the value
9 | /// with a `ParseableFormatStyle`
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
warning: 'View' doesn't exist at '/Turbocharger/PublishedState'
--> Sources/Turbocharger/Sources/DynamicProperty/PublishedState.swift:13:22-13:26
11 | /// > Tip: Use ``PublishedState`` to improve performance
12 | /// when your view does not need to be invalidated for every change.
13 + /// Instead, use ``View/onReceive`` with ``PublishedState/publisher``
14 | ///
15 | @propertyWrapper
Finished building documentation for 'Turbocharger' (9.80s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/nathantannar4/turbocharger/2.1.3
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updating https://github.com/nathantannar4/Engine
Updating https://github.com/swiftlang/swift-syntax
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.43s)
Updated https://github.com/swiftlang/swift-syntax (0.79s)
Updated https://github.com/nathantannar4/Engine (0.79s)
Computing version for https://github.com/nathantannar4/Engine
Computed https://github.com/nathantannar4/Engine at 2.1.4 (1.29s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (0.67s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.59s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.80s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.46s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Building for debugging...
[0/8] Write sources
[0/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling Snippets SnippetParser.swift
[7/53] Compiling Snippets Snippet.swift
[8/53] Emitting module SymbolKit
[9/57] Compiling SymbolKit Names.swift
[10/57] Compiling SymbolKit SPI.swift
[11/57] Compiling SymbolKit Snippet.swift
[12/57] Compiling SymbolKit Extension.swift
[13/57] Compiling SymbolKit SemanticVersion.swift
[14/57] Compiling SymbolKit AccessControl.swift
[15/57] Compiling SymbolKit Availability.swift
[16/57] Compiling SymbolKit AvailabilityItem.swift
[17/57] Compiling SymbolKit Domain.swift
[18/57] Emitting module Snippets
[19/57] Compiling SymbolKit Relationship.swift
[20/57] Compiling SymbolKit RelationshipKind.swift
[21/57] Compiling SymbolKit SourceOrigin.swift
[22/57] Compiling SymbolKit GenericConstraints.swift
[23/57] Compiling SymbolKit Swift.swift
[24/57] Compiling SymbolKit Identifier.swift
[25/57] Compiling SymbolKit KindIdentifier.swift
[26/57] Compiling SymbolKit Location.swift
[27/57] Compiling SymbolKit Mutability.swift
[28/57] Compiling SymbolKit SourceRange.swift
[29/57] Compiling SymbolKit Metadata.swift
[30/57] Compiling SymbolKit Module.swift
[31/57] Compiling SymbolKit OperatingSystem.swift
[32/57] Compiling SymbolKit Platform.swift
[33/57] Compiling SymbolKit Mixin+Equals.swift
[34/57] Compiling SymbolKit Mixin+Hash.swift
[35/57] Compiling SymbolKit Mixin.swift
[36/57] Compiling SymbolKit LineList.swift
[37/57] Compiling SymbolKit Position.swift
[38/57] Compiling SymbolKit DeclarationFragments.swift
[39/57] Compiling SymbolKit Fragment.swift
[40/57] Compiling SymbolKit FragmentKind.swift
[41/57] Compiling SymbolKit FunctionParameter.swift
[42/57] Compiling SymbolKit FunctionSignature.swift
[43/57] Compiling SymbolKit GenericConstraint.swift
[44/57] Compiling SymbolKit GenericParameter.swift
[45/57] Compiling SymbolKit Generics.swift
[46/57] Compiling SymbolKit Namespace.swift
[47/57] Compiling SymbolKit Symbol.swift
[48/57] Compiling SymbolKit SymbolKind.swift
[49/57] Compiling SymbolKit SymbolGraph.swift
[50/57] Compiling SymbolKit GraphCollector.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.64s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/23] Emitting module EngineCore
[3/25] Compiling EngineCore EmptyViewVisitor.swift
[4/25] Compiling EngineCore EnvironmentKeyVisitor.swift
[5/25] Compiling EngineCore ForEachVisitor.swift
[6/25] Compiling EngineCore AnyViewVisitor.swift
[7/25] Compiling EngineCore ConditionalContentVisitor.swift
[8/25] Compiling EngineCore CustomViewVisitor.swift
[9/25] Compiling EngineCore TypeMetadata.swift
[10/25] Compiling EngineCore UnsafePointer.swift
[11/25] Compiling EngineCore TupleViewVisitor.swift
[12/25] Compiling EngineCore TupleVisitor.swift
[13/25] Compiling EngineCore TypeDescriptor.swift
[14/25] Compiling EngineCore TypeIdentifier.swift
[15/25] Compiling EngineCore ViewModifierVisitor.swift
[16/25] Compiling EngineCore ViewTraitKeyVisitor.swift
[17/25] Compiling EngineCore OptionalVisitor.swift
[18/25] Compiling EngineCore ProtocolConformance.swift
[19/25] Compiling EngineCore Runtime.swift
[20/25] Compiling EngineCore SectionVisitor.swift
[21/25] Compiling EngineCore GroupVisitor.swift
[22/25] Compiling EngineCore ModifiedContentVisitor.swift
[23/25] Compiling EngineCore MultiViewVisitor.swift
[24/25] Compiling EngineCore ViewTypeIdentifier.swift
[25/25] Compiling EngineCore ViewVisitor.swift
[26/105] Compiling Engine TextReader.swift
[27/105] Compiling Engine TraitValueKey.swift
[28/105] Compiling Engine Transaction.swift
[29/105] Compiling Engine UnaryViewAdaptor.swift
[30/105] Compiling Engine UnaryViewModifier.swift
[31/105] Compiling Engine UnwrapTransform.swift
[32/105] Compiling Engine UpdatePhase.swift
[33/105] Compiling Engine UserInterfaceIdiomContent.swift
[34/105] Compiling Engine UserInterfaceIdiomModifier.swift
[35/113] Compiling Engine AnyAnimatableData.swift
[36/113] Compiling Engine AnyShape.swift
[37/113] Compiling Engine AnyShapeStyle+Extensions.swift
[38/113] Compiling Engine AnyView.swift
[39/113] Compiling Engine AnyViewModifier.swift
[40/113] Compiling Engine AttributedString+Extensions.swift
[41/113] Compiling Engine BindingTransform.swift
[42/113] Compiling Engine Color+Extensions.swift
[43/113] Compiling Engine ConditionalContent.swift
[44/113] Compiling Engine ViewInputConditionalModifier.swift
[45/113] Compiling Engine ViewInputKey.swift
[46/113] Compiling Engine ViewInputs.swift
[47/113] Compiling Engine ViewInputsVisitor.swift
[48/113] Compiling Engine ViewModifierBuilder.swift
[49/113] Compiling Engine ViewModifierContent.swift
[50/113] Compiling Engine ViewModifierVisitor.swift
[51/113] Compiling Engine ViewOutputAlias.swift
[52/113] Compiling Engine LayoutAdapter.swift
[53/113] Compiling Engine LayoutBuilder.swift
[54/113] Compiling Engine LayoutThatFits.swift
[55/113] Compiling Engine MainActor.swift
[56/113] Compiling Engine MultiViewAdapter.swift
[57/113] Compiling Engine MultiViewVisitor.swift
[58/113] Compiling Engine Never.swift
[59/113] Compiling Engine OptionalAdapter.swift
[60/113] Compiling Engine PreferenceKeyReader.swift
[61/113] Compiling Engine StaticConditionalContent.swift
[62/113] Compiling Engine StaticConditionalModifier.swift
[63/113] Compiling Engine StaticContent.swift
[64/113] Compiling Engine StaticModifier.swift
[65/113] Compiling Engine StyleContext.swift
[66/113] Compiling Engine SymmetricallyScaledText.swift
[67/113] Compiling Engine Text+Extensions.swift
[68/113] Compiling Engine TextAttachment.swift
[69/113] Compiling Engine TextBuilder.swift
[70/113] Compiling Engine ConditionalLayout.swift
[71/113] Compiling Engine ConditionalShape.swift
[72/113] Compiling Engine ConditionalView.swift
[73/113] Compiling Engine EmptyShape.swift
[74/113] Compiling Engine Environment+Extensions.swift
[75/113] Compiling Engine EnvironmentKeyVisitor.swift
[76/113] Compiling Engine EnvironmentOrValue.swift
[77/113] Compiling Engine EnvironmentValueReader.swift
[78/113] Compiling Engine EnvironmentValuesVisitor.swift
[79/113] Emitting module Engine
[80/113] Compiling Engine PrimitiveView.swift
[81/113] Compiling Engine PrimitiveViewModifier.swift
[82/113] Compiling Engine PropertyList.swift
[83/113] Compiling Engine ProposedSize.swift
[84/113] Compiling Engine SectionView.swift
[85/113] Compiling Engine ShapeAdapter.swift
[86/113] Compiling Engine ShapeBuilder.swift
[87/113] Compiling Engine StateOrBinding.swift
[88/113] Compiling Engine StaticCondition.swift
[89/113] Compiling Engine Font+Extensions.swift
[90/113] Compiling Engine ForEachSubview.swift
[91/113] Compiling Engine GraphInputs.swift
[92/113] Compiling Engine Group.swift
[93/113] Compiling Engine HostingController.swift
[94/113] Compiling Engine HostingView.swift
[95/113] Compiling Engine Image+Extensions.swift
[96/113] Compiling Engine IsNilTransform.swift
[97/113] Compiling Engine IsNotNilTransform.swift
[98/113] Compiling Engine VariadicView.swift
[99/113] Compiling Engine VersionedDynamicProperty.swift
[100/113] Compiling Engine VersionedView.swift
[101/113] Compiling Engine VersionedViewInput.swift
[102/113] Compiling Engine VersionedViewModifier.swift
[103/113] Compiling Engine ViewAdapter.swift
[104/113] Compiling Engine ViewAlias.swift
[105/113] Compiling Engine ViewInputConditionalContent.swift
[106/113] Compiling Engine ViewOutputKey.swift
[107/113] Compiling Engine ViewStackAxisReader.swift
[108/113] Compiling Engine ViewStyle.swift
[109/113] Compiling Engine ViewTraitKey.swift
[110/113] Compiling Engine ViewTraitKeyVisitor.swift
[111/113] Compiling Engine ViewUpdateDebug.swift
[112/113] Compiling Engine ViewVisitor.swift
[113/113] Compiling Engine module.swift
[114/161] Compiling Turbocharger CollectionViewCompositionalLayout.swift
[115/161] Compiling Turbocharger CollectionViewCoordinator.swift
[116/161] Compiling Turbocharger CollectionViewHostingConfigurationCoordinator.swift
[117/161] Compiling Turbocharger CollectionViewLayout.swift
[118/161] Compiling Turbocharger CollectionViewListLayout.swift
[119/166] Compiling Turbocharger FirstTextMidline.swift
[120/166] Compiling Turbocharger VariadicAlignmentID.swift
[121/166] Compiling Turbocharger ArrayBuilder.swift
[122/166] Compiling Turbocharger EquatableBox.swift
[123/166] Compiling Turbocharger IdentifiableBox.swift
[124/166] Compiling Turbocharger FormatTransform.swift
[125/166] Compiling Turbocharger Accessibility.swift
[126/166] Compiling Turbocharger AlignmentOffset.swift
[127/166] Compiling Turbocharger Badge.swift
[128/166] Compiling Turbocharger BlurModifier.swift
[129/166] Compiling Turbocharger Hidden.swift
[130/166] Emitting module Turbocharger
[131/166] Compiling Turbocharger OptionalObservedObject.swift
[132/166] Compiling Turbocharger OptionalStateObject.swift
[133/166] Compiling Turbocharger PublishedState.swift
[134/166] Compiling Turbocharger Alignment+Extensions.swift
[135/166] Compiling Turbocharger EdgeInsets+Extensions.swift
[136/166] Compiling Turbocharger Transaction+Extensions.swift
[137/166] Compiling Turbocharger AdaptiveStack.swift
[138/166] Compiling Turbocharger AsyncButton.swift
[139/166] Compiling Turbocharger AsyncForEach.swift
[140/166] Compiling Turbocharger CALayerRepresentable.swift
[141/166] Compiling Turbocharger CollectionView.swift
[142/166] Compiling Turbocharger Mask.swift
[143/166] Compiling Turbocharger OnAppearAndChange.swift
[144/166] Compiling Turbocharger ProposedSizeObserver.swift
[145/166] Compiling Turbocharger RotationRelativeFrameModifier.swift
[146/166] Compiling Turbocharger SafeArea.swift
[147/166] Compiling Turbocharger CollectionViewRepresentable.swift
[148/166] Compiling Turbocharger FlowStack.swift
[149/166] Compiling Turbocharger FluidGradient.swift
[150/166] Compiling Turbocharger ForEach.swift
[151/166] Compiling Turbocharger HVStack.swift
[152/166] Compiling Turbocharger LabeledView.swift
[153/166] Compiling Turbocharger MarqueeHStack.swift
[154/166] Compiling Turbocharger MarqueeText.swift
[155/166] Compiling Turbocharger PlatformViewRepresentable.swift
[156/166] Compiling Turbocharger ProposedSizeReader.swift
[157/166] Compiling Turbocharger ScaledFrame.swift
[158/166] Compiling Turbocharger Shimmer.swift
[159/166] Compiling Turbocharger SizeThatFitsRelativeFrameModifier.swift
[160/166] Compiling Turbocharger VibrancyEffect.swift
[161/166] Compiling Turbocharger module.swift
[162/166] Compiling Turbocharger RadialStack.swift
[163/166] Compiling Turbocharger ResultAdapter.swift
[164/166] Compiling Turbocharger WeightedHStack.swift
[165/166] Compiling Turbocharger WeightedPriority.swift
[166/166] Compiling Turbocharger WeightedVStack.swift
Build of target: 'Turbocharger' complete! (4.31s)
26948
176 /Users/admin/builder/spi-builder-workspace/.docs/nathantannar4/turbocharger/2.1.3
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/nathantannar4/turbocharger/2.1.3
File count: 26948
Doc size: 176.0MB
Preparing doc bundle ...
Uploading prod-nathantannar4-turbocharger-2.1.3-116dbb3d.zip to s3://spi-docs-inbox/prod-nathantannar4-turbocharger-2.1.3-116dbb3d.zip
Copying... [10%]
Copying... [20%]
Copying... [30%]
Copying... [40%]
Copying... [50%]
Copying... [60%]
Copying... [70%]
Copying... [80%]
Copying... [90%]
Copying... [100%]
Done.