Build Information
Successful build of SwiftUI-UDF, reference 1.5.0-beta.23 (74656b), with Swift 6.1 for macOS (SPM) on 9 Dec 2025 18:10:17 UTC.
Swift 6 data race errors: 0
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 InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Maks-Jago/SwiftUI-UDF.git
Reference: 1.5.0-beta.23
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Maks-Jago/SwiftUI-UDF
* tag 1.5.0-beta.23 -> FETCH_HEAD
HEAD is now at 74656b2 refactoring
Cloned https://github.com/Maks-Jago/SwiftUI-UDF.git
Revision (git rev-parse @):
74656b2870678ee0a68bfa32009890c0abf827d3
SUCCESS checkout https://github.com/Maks-Jago/SwiftUI-UDF.git at 1.5.0-beta.23
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/Maks-Jago/SwiftUI-UDF.git
https://github.com/Maks-Jago/SwiftUI-UDF.git
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
},
{
"identity" : "runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "2.2.6",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/urlaunched-com/Runtime"
}
],
"manifest_display_name" : "SwiftUI-UDF",
"name" : "SwiftUI-UDF",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "UDF",
"targets" : [
"UDF"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "UDFSwiftTesting",
"targets" : [
"UDFSwiftTesting"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UDFSwiftTesting",
"module_type" : "SwiftTarget",
"name" : "UDFSwiftTesting",
"path" : "UDFSwiftTesting",
"product_memberships" : [
"UDFSwiftTesting"
],
"sources" : [
"SwiftTesting+confirmation.swift"
],
"target_dependencies" : [
"UDF"
],
"type" : "library"
},
{
"c99name" : "UDF",
"module_type" : "SwiftTarget",
"name" : "UDF",
"path" : "UDF",
"product_dependencies" : [
"OrderedCollections",
"Runtime"
],
"product_memberships" : [
"UDF",
"UDFSwiftTesting"
],
"sources" : [
"Common/ActionPriority.swift",
"Common/Cached/Cached.swift",
"Common/Cached/Source/CacheSource.swift",
"Common/Cached/Source/FileCache.swift",
"Common/Common.swift",
"Common/Debouncer/Debouncer.swift",
"Common/Debouncer/UserInputDebouncer.swift",
"Common/Delay.swift",
"Common/Extensions/AnyHashable+Sendable.swift",
"Common/Extensions/CLAccuracyAuthorization.swift",
"Common/Extensions/CLAuthorizationStatus.swift",
"Common/Extensions/Collection+CaseIterable.swift",
"Common/Extensions/Dictionary+Storage.swift",
"Common/Extensions/Hashable.swift",
"Common/Extensions/ProcessInfo.swift",
"Common/Extensions/Publishers+AsyncState.swift",
"Common/Extensions/Text+Mirror.swift",
"Common/Extensions/View+AlertStatus.swift",
"Common/Extensions/View+Dialog.swift",
"Common/Extensions/View+NavigationDestination.swift",
"Common/Extensions/Window+Render.swift",
"Common/FileFunctionLine.swift",
"Common/GlobalValue.swift",
"Common/Merging/Mergeable+Dictionary.swift",
"Common/Merging/Mergeable+OrderedDictionary.swift",
"Common/Merging/Mergeable.swift",
"Common/Pagination/PaginationPage.swift",
"Common/Pagination/Paginator.swift",
"Common/PropertyWrappers/SourceOfTruth.swift",
"Common/Protocols/Initable.swift",
"Common/Protocols/IsEquatable.swift",
"Common/Protocols/WrappedReducer.swift",
"Common/RCDictionary.swift",
"Common/Scope/CombinedScope.swift",
"Common/Scope/ReducerScope.swift",
"Common/Scope/Scope+None.swift",
"Common/Scope/Scope.swift",
"Common/SendableSubject.swift",
"Common/SubscribersCoordinator.swift",
"Common/Types.swift",
"Domain/Hook/Hook.swift",
"Domain/Hook/HookBuilder.swift",
"Domain/Hook/HookType.swift",
"Middleware.swift",
"Store/Action/Action.swift",
"Store/Action/ActionGroup/ActionGroup.swift",
"Store/Action/ActionGroup/ActionGroupBuilder.swift",
"Store/Action/Actions.swift",
"Store/Action/PrivateAction/InternalAction.swift",
"Store/Action/PrivateAction/_AnyBindableAction.swift",
"Store/Effects/DelayEffect.swift",
"Store/Effects/FilterEffect.swift",
"Store/Effects/LocationAccessEffect.swift",
"Store/Effects/LocationMonitoringEffect.swift",
"Store/EnvironmentStore.swift",
"Store/Flow/Flow.swift",
"Store/Flow/Flows.swift",
"Store/Flow/IdentifiableFlow.swift",
"Store/Flow/UserLocationFlow.swift",
"Store/Form.swift",
"Store/InternalStore.swift",
"Store/Logger/ActionLogger.swift",
"Store/Logger/ConsoleDebugLogger.swift",
"Store/Logger/Filters/DebugOnlyActionFilter.swift",
"Store/Logger/Filters/DefaultActionFilter.swift",
"Store/Logger/Filters/ErrorOnlyActionFilter.swift",
"Store/Logger/Filters/VerboseActionFilter.swift",
"Store/Logger/LogDistributor.swift",
"Store/Logger/LoggingAction.swift",
"Store/Logger/StringDescribingActionDescriptor.swift",
"Store/Reducer/AppReducer/AppReducer.swift",
"Store/Reducer/AppReducer/RuntimeReducing.swift",
"Store/Reducer/BindableReducer.swift",
"Store/Reducer/InitialSetup.swift",
"Store/Reducer/ReducerReference/BindableReducerReference.swift",
"Store/Reducer/ReducerReference/ReducerReference.swift",
"Store/Reducer/Reducible.swift",
"Store/Store.swift",
"Store/StoreQueue/DelayedOperation.swift",
"Store/StoreQueue/StoreOperation.swift",
"Store/StoreQueue/StoreQueue.swift",
"Store/TestStore/TestGroup.swift",
"Store/TestStore/TestStore.swift",
"View/AlertBuilder/AlertBuilder.swift",
"View/Component.swift",
"View/Container/BindableContainer.swift",
"View/Container/ConnectedContainer.swift",
"View/Container/Container.swift",
"View/Container/ContainerHooks.swift",
"View/Container/ContainerLifecycle.swift",
"View/Container/ContainerState.swift",
"View/Dialog/Actions/DialogAction.swift",
"View/Dialog/Actions/DialogActionsBuilder.swift",
"View/Dialog/Actions/DialogButton.swift",
"View/Dialog/Actions/DialogTextField.swift",
"View/Dialog/Configurations/ConfirmationDialogConfiguration.swift",
"View/Dialog/Configurations/ToastConfiguration.swift",
"View/Dialog/Configurations/ToastQueueConfiguration.swift",
"View/Dialog/Content/DialogContent.swift",
"View/Dialog/Core/DialogRegistration.swift",
"View/Dialog/Core/DialogStatus.swift",
"View/Dialog/Core/DialogStyle.swift",
"View/Dialog/Core/DialogType.swift",
"View/Dialog/Core/ToastImportanceEvaluator.swift",
"View/Dialog/Modifiers/AlertDialogModifier.swift",
"View/Dialog/Modifiers/ConfirmationDialogModifier.swift",
"View/Dialog/Modifiers/ToastDialogModifier.swift",
"View/Dialog/Themes/Shared/ColorStyle.swift",
"View/Dialog/Themes/Shared/HapticFeedback.swift",
"View/Dialog/Themes/Shared/ShadowStyle.swift",
"View/Dialog/Themes/Shared/ToastPosition.swift",
"View/Dialog/Themes/Shared/ToastPriority.swift",
"View/Dialog/Themes/ToastTheme.swift",
"View/Dialog/Views/ToastContainer.swift",
"View/Dialog/Views/ToastView.swift",
"View/Router/GlobalRouter/GlobalRouter.swift",
"View/Router/GlobalRouter/GlobalRoutingModifier.swift",
"View/Router/Router.swift",
"_Middleware/AnyMiddleware.swift",
"_Middleware/CancellableTask.swift",
"_Middleware/Effect/ConcurrencyEffect.swift",
"_Middleware/Effect/Effect.swift",
"_Middleware/Effect/Effectable.swift",
"_Middleware/Effect/PureEffect.swift",
"_Middleware/EnvironmentMiddleware.swift",
"_Middleware/MiddlewareBuilder.swift",
"_Middleware/MiddlewareStatus.swift",
"_Middleware/_BaseMiddleware.swift",
"_Middleware/_Middleware.swift"
],
"type" : "library"
},
{
"c99name" : "SwiftUI_UDF_Tests",
"module_type" : "SwiftTarget",
"name" : "SwiftUI-UDF-Tests",
"path" : "Tests/SwiftUI-UDF-Tests",
"sources" : [
"ActionGroup/ActionGroupBuilderTests.swift",
"Actions/DelayedActionTests.swift",
"Actions/ErrorActionTests.swift",
"BindableReducers/BindableContainerDataMutationTests.swift",
"BindableReducers/BindableContainerLifecycleTests.swift",
"BindableReducers/BindableContainerLoadUnloadTests.swift",
"BindableReducers/BindableReducersMiddlewareTests.swift",
"Cached/CachedTests.swift",
"ContainerHookTests.swift",
"ContainerLifecycleTests.swift",
"Dialog/DialogActionsBuilderTests.swift",
"Dialog/DialogQueueTests.swift",
"Dialog/DialogTests.swift",
"Dialog/ToastDismissCallbackTests.swift",
"Mergeable/MergeableAppStateTests.swift",
"Mergeable/MergeableTests.swift",
"Middlewares/MiddlewareCancellationTests.swift",
"Middlewares/MiddlewareTests.swift",
"NestedReducerTests.swift",
"PaginatorTests.swift",
"RouterTests.swift",
"StateCopyTests.swift"
],
"target_dependencies" : [
"UDFSwiftTesting"
],
"type" : "test"
},
{
"c99name" : "SwiftUI_UDF_ConcurrencyTests",
"module_type" : "SwiftTarget",
"name" : "SwiftUI-UDF-ConcurrencyTests",
"path" : "Tests/SwiftUI-UDF-ConcurrencyTests",
"sources" : [
"AppStateInitialSetupTests.swift",
"ContainersRedrawing/ContainerScopeTests.swift",
"ContainersRedrawing/ContainerWithAppStateAsScopeTests.swift",
"DispatchActionsTests.swift",
"Middlewares/ConcurrencyMiddlewareCancellationTests.swift",
"Middlewares/ConcurrencyMiddlewareTaskIdTests.swift",
"Middlewares/MiddlewareCancellationTests.swift",
"Middlewares/MiddlewareDuplicationTests.swift",
"Middlewares/MiddlewareMapErrorTests.swift",
"Middlewares/MiddlewareSubscriptionTests.swift",
"Middlewares/NewObservableMiddlewareDDosProtectionTests.swift",
"Middlewares/NewReducibleMiddlewareTests.swift",
"Store/StoreInitializationTests.swift"
],
"target_dependencies" : [
"UDFSwiftTesting"
],
"type" : "test"
}
],
"tools_version" : "6.1"
}
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/7] Write sources
[5/7] Compiling CRuntime dummy.c
[6/7] Write swift-version-2F0A5646E1D333AE.txt
[8/66] Compiling Runtime ExistentialContainter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[9/66] Compiling Runtime FieldDescriptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/67] Compiling Runtime FunctionMetadataLayout.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/67] Compiling Runtime ClassMetadata.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/67] Compiling Runtime EnumMetadata.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/67] Compiling Runtime FuntionMetadata.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/67] Emitting module InternalCollectionsUtilities
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/67] Compiling Runtime EnumMetadataLayout.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[16/67] Compiling Runtime EnumTypeDescriptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/67] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/67] Compiling Runtime Metadata.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/67] Compiling Runtime MetadataType.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/67] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/67] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/67] Compiling Runtime StructTypeDescriptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/67] Compiling Runtime TargetTypeGenericContextDescriptorHeader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/67] Compiling Runtime TupleMetadataLayout.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/67] Compiling Runtime TypeDescriptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/123] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/123] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/123] Compiling OrderedCollections OrderedSet+Sendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/129] Compiling OrderedCollections _Hashtable+Header.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/129] Compiling OrderedCollections OrderedDictionary+Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/129] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/129] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/129] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/129] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/129] Compiling OrderedCollections OrderedDictionary+Elements.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[39/129] Compiling OrderedCollections OrderedDictionary+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/129] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/129] Compiling OrderedCollections OrderedDictionary+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/129] Compiling OrderedCollections OrderedDictionary+Initializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[43/129] Compiling OrderedCollections OrderedDictionary+Invariants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[44/129] Compiling OrderedCollections OrderedSet+Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[45/129] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/129] Compiling OrderedCollections OrderedSet+Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/129] Compiling OrderedCollections OrderedSet+Diffing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/129] Compiling OrderedCollections OrderedSet+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/129] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[53/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[55/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/129] Compiling OrderedCollections OrderedSet+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/129] Compiling OrderedCollections OrderedSet+Initializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[64/129] Compiling OrderedCollections OrderedSet+Insertions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/129] Compiling OrderedCollections OrderedSet+Invariants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[66/129] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[67/129] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/129] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/129] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/129] Compiling OrderedCollections OrderedDictionary+Sendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/129] Compiling OrderedCollections OrderedDictionary+Sequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/129] Compiling OrderedCollections OrderedDictionary+Values.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[73/129] Compiling OrderedCollections OrderedDictionary.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[74/129] Compiling OrderedCollections _HashTable+Bucket.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[75/129] Compiling OrderedCollections _HashTable+BucketIterator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[76/129] Compiling OrderedCollections _HashTable+Constants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[77/129] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[78/129] Compiling OrderedCollections _HashTable+Testing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[79/129] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[80/129] Compiling OrderedCollections _HashTable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[81/129] Compiling OrderedCollections OrderedSet+SubSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/129] Compiling OrderedCollections OrderedSet+Testing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[83/129] Compiling OrderedCollections OrderedSet+UnorderedView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[84/129] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[85/129] Compiling OrderedCollections OrderedSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[86/129] Compiling OrderedCollections _UnsafeBitset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[87/129] Emitting module OrderedCollections
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[104/133] Emitting module Runtime
[105/133] Compiling Runtime GettersSetters.swift
[106/133] Compiling Runtime Pointer+Extensions.swift
[107/133] Compiling Runtime RetainCounts.swift
[108/133] Compiling Runtime String+Extensions.swift
[134/251] Compiling UDF PaginationPage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[135/251] Compiling UDF Paginator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[136/251] Compiling UDF SourceOfTruth.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[137/251] Compiling UDF Initable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[138/251] Compiling UDF IsEquatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[139/251] Compiling UDF WrappedReducer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[140/251] Compiling UDF RCDictionary.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[141/251] Compiling UDF CombinedScope.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[142/251] Compiling UDF ReducerScope.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[143/251] Compiling UDF Scope+None.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[144/251] Compiling UDF Scope.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[145/251] Compiling UDF SendableSubject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[146/251] Compiling UDF SubscribersCoordinator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[147/263] Compiling UDF ErrorOnlyActionFilter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/UDF/Store/Reducer/ReducerReference/ReducerReference.swift:83:42: warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
81 | subscript<T: Equatable>(dynamicMember keyPath: WritableKeyPath<Reducer, T>) -> Binding<T> {
82 | Binding(
83 | get: { self.reducer[keyPath: keyPath] },
| `- warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
84 | set: { value in
85 | self.dispatcher(Actions.UpdateFormField(keyPath: keyPath, value: value))
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
/Users/admin/builder/spi-builder-workspace/UDF/Store/Reducer/ReducerReference/ReducerReference.swift:85:66: warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
83 | get: { self.reducer[keyPath: keyPath] },
84 | set: { value in
85 | self.dispatcher(Actions.UpdateFormField(keyPath: keyPath, value: value))
| `- warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
86 | }
87 | )
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
[148/263] Compiling UDF VerboseActionFilter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/UDF/Store/Reducer/ReducerReference/ReducerReference.swift:83:42: warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
81 | subscript<T: Equatable>(dynamicMember keyPath: WritableKeyPath<Reducer, T>) -> Binding<T> {
82 | Binding(
83 | get: { self.reducer[keyPath: keyPath] },
| `- warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
84 | set: { value in
85 | self.dispatcher(Actions.UpdateFormField(keyPath: keyPath, value: value))
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
/Users/admin/builder/spi-builder-workspace/UDF/Store/Reducer/ReducerReference/ReducerReference.swift:85:66: warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
83 | get: { self.reducer[keyPath: keyPath] },
84 | set: { value in
85 | self.dispatcher(Actions.UpdateFormField(keyPath: keyPath, value: value))
| `- warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
86 | }
87 | )
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
[149/263] Compiling UDF LogDistributor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/UDF/Store/Reducer/ReducerReference/ReducerReference.swift:83:42: warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
81 | subscript<T: Equatable>(dynamicMember keyPath: WritableKeyPath<Reducer, T>) -> Binding<T> {
82 | Binding(
83 | get: { self.reducer[keyPath: keyPath] },
| `- warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
84 | set: { value in
85 | self.dispatcher(Actions.UpdateFormField(keyPath: keyPath, value: value))
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
/Users/admin/builder/spi-builder-workspace/UDF/Store/Reducer/ReducerReference/ReducerReference.swift:85:66: warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
83 | get: { self.reducer[keyPath: keyPath] },
84 | set: { value in
85 | self.dispatcher(Actions.UpdateFormField(keyPath: keyPath, value: value))
| `- warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
86 | }
87 | )
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
[150/263] Compiling UDF LoggingAction.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/UDF/Store/Reducer/ReducerReference/ReducerReference.swift:83:42: warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
81 | subscript<T: Equatable>(dynamicMember keyPath: WritableKeyPath<Reducer, T>) -> Binding<T> {
82 | Binding(
83 | get: { self.reducer[keyPath: keyPath] },
| `- warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
84 | set: { value in
85 | self.dispatcher(Actions.UpdateFormField(keyPath: keyPath, value: value))
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
/Users/admin/builder/spi-builder-workspace/UDF/Store/Reducer/ReducerReference/ReducerReference.swift:85:66: warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
83 | get: { self.reducer[keyPath: keyPath] },
84 | set: { value in
85 | self.dispatcher(Actions.UpdateFormField(keyPath: keyPath, value: value))
| `- warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
86 | }
87 | )
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
[151/263] Compiling UDF StringDescribingActionDescriptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/UDF/Store/Reducer/ReducerReference/ReducerReference.swift:83:42: warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
81 | subscript<T: Equatable>(dynamicMember keyPath: WritableKeyPath<Reducer, T>) -> Binding<T> {
82 | Binding(
83 | get: { self.reducer[keyPath: keyPath] },
| `- warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
84 | set: { value in
85 | self.dispatcher(Actions.UpdateFormField(keyPath: keyPath, value: value))
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
/Users/admin/builder/spi-builder-workspace/UDF/Store/Reducer/ReducerReference/ReducerReference.swift:85:66: warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
83 | get: { self.reducer[keyPath: keyPath] },
84 | set: { value in
85 | self.dispatcher(Actions.UpdateFormField(keyPath: keyPath, value: value))
| `- warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
86 | }
87 | )
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
[152/263] Compiling UDF AppReducer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/UDF/Store/Reducer/ReducerReference/ReducerReference.swift:83:42: warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
81 | subscript<T: Equatable>(dynamicMember keyPath: WritableKeyPath<Reducer, T>) -> Binding<T> {
82 | Binding(
83 | get: { self.reducer[keyPath: keyPath] },
| `- warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
84 | set: { value in
85 | self.dispatcher(Actions.UpdateFormField(keyPath: keyPath, value: value))
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
/Users/admin/builder/spi-builder-workspace/UDF/Store/Reducer/ReducerReference/ReducerReference.swift:85:66: warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
83 | get: { self.reducer[keyPath: keyPath] },
84 | set: { value in
85 | self.dispatcher(Actions.UpdateFormField(keyPath: keyPath, value: value))
| `- warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
86 | }
87 | )
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
[153/263] Compiling UDF RuntimeReducing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/UDF/Store/Reducer/ReducerReference/ReducerReference.swift:83:42: warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
81 | subscript<T: Equatable>(dynamicMember keyPath: WritableKeyPath<Reducer, T>) -> Binding<T> {
82 | Binding(
83 | get: { self.reducer[keyPath: keyPath] },
| `- warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
84 | set: { value in
85 | self.dispatcher(Actions.UpdateFormField(keyPath: keyPath, value: value))
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
/Users/admin/builder/spi-builder-workspace/UDF/Store/Reducer/ReducerReference/ReducerReference.swift:85:66: warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
83 | get: { self.reducer[keyPath: keyPath] },
84 | set: { value in
85 | self.dispatcher(Actions.UpdateFormField(keyPath: keyPath, value: value))
| `- warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
86 | }
87 | )
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
[154/263] Compiling UDF BindableReducer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/UDF/Store/Reducer/ReducerReference/ReducerReference.swift:83:42: warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
81 | subscript<T: Equatable>(dynamicMember keyPath: WritableKeyPath<Reducer, T>) -> Binding<T> {
82 | Binding(
83 | get: { self.reducer[keyPath: keyPath] },
| `- warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
84 | set: { value in
85 | self.dispatcher(Actions.UpdateFormField(keyPath: keyPath, value: value))
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
/Users/admin/builder/spi-builder-workspace/UDF/Store/Reducer/ReducerReference/ReducerReference.swift:85:66: warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
83 | get: { self.reducer[keyPath: keyPath] },
84 | set: { value in
85 | self.dispatcher(Actions.UpdateFormField(keyPath: keyPath, value: value))
| `- warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
86 | }
87 | )
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
[155/263] Compiling UDF InitialSetup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/UDF/Store/Reducer/ReducerReference/ReducerReference.swift:83:42: warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
81 | subscript<T: Equatable>(dynamicMember keyPath: WritableKeyPath<Reducer, T>) -> Binding<T> {
82 | Binding(
83 | get: { self.reducer[keyPath: keyPath] },
| `- warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
84 | set: { value in
85 | self.dispatcher(Actions.UpdateFormField(keyPath: keyPath, value: value))
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
/Users/admin/builder/spi-builder-workspace/UDF/Store/Reducer/ReducerReference/ReducerReference.swift:85:66: warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
83 | get: { self.reducer[keyPath: keyPath] },
84 | set: { value in
85 | self.dispatcher(Actions.UpdateFormField(keyPath: keyPath, value: value))
| `- warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
86 | }
87 | )
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
[156/263] Compiling UDF BindableReducerReference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/UDF/Store/Reducer/ReducerReference/ReducerReference.swift:83:42: warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
81 | subscript<T: Equatable>(dynamicMember keyPath: WritableKeyPath<Reducer, T>) -> Binding<T> {
82 | Binding(
83 | get: { self.reducer[keyPath: keyPath] },
| `- warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
84 | set: { value in
85 | self.dispatcher(Actions.UpdateFormField(keyPath: keyPath, value: value))
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
/Users/admin/builder/spi-builder-workspace/UDF/Store/Reducer/ReducerReference/ReducerReference.swift:85:66: warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
83 | get: { self.reducer[keyPath: keyPath] },
84 | set: { value in
85 | self.dispatcher(Actions.UpdateFormField(keyPath: keyPath, value: value))
| `- warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
86 | }
87 | )
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
[157/263] Compiling UDF ReducerReference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/UDF/Store/Reducer/ReducerReference/ReducerReference.swift:83:42: warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
81 | subscript<T: Equatable>(dynamicMember keyPath: WritableKeyPath<Reducer, T>) -> Binding<T> {
82 | Binding(
83 | get: { self.reducer[keyPath: keyPath] },
| `- warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
84 | set: { value in
85 | self.dispatcher(Actions.UpdateFormField(keyPath: keyPath, value: value))
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
/Users/admin/builder/spi-builder-workspace/UDF/Store/Reducer/ReducerReference/ReducerReference.swift:85:66: warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
83 | get: { self.reducer[keyPath: keyPath] },
84 | set: { value in
85 | self.dispatcher(Actions.UpdateFormField(keyPath: keyPath, value: value))
| `- warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
86 | }
87 | )
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
[158/263] Compiling UDF Reducible.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/UDF/Store/Reducer/ReducerReference/ReducerReference.swift:83:42: warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
81 | subscript<T: Equatable>(dynamicMember keyPath: WritableKeyPath<Reducer, T>) -> Binding<T> {
82 | Binding(
83 | get: { self.reducer[keyPath: keyPath] },
| `- warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
84 | set: { value in
85 | self.dispatcher(Actions.UpdateFormField(keyPath: keyPath, value: value))
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
/Users/admin/builder/spi-builder-workspace/UDF/Store/Reducer/ReducerReference/ReducerReference.swift:85:66: warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
83 | get: { self.reducer[keyPath: keyPath] },
84 | set: { value in
85 | self.dispatcher(Actions.UpdateFormField(keyPath: keyPath, value: value))
| `- warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
86 | }
87 | )
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
[159/263] Compiling UDF Store.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/UDF/Store/Reducer/ReducerReference/ReducerReference.swift:83:42: warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
81 | subscript<T: Equatable>(dynamicMember keyPath: WritableKeyPath<Reducer, T>) -> Binding<T> {
82 | Binding(
83 | get: { self.reducer[keyPath: keyPath] },
| `- warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
84 | set: { value in
85 | self.dispatcher(Actions.UpdateFormField(keyPath: keyPath, value: value))
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
/Users/admin/builder/spi-builder-workspace/UDF/Store/Reducer/ReducerReference/ReducerReference.swift:85:66: warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
83 | get: { self.reducer[keyPath: keyPath] },
84 | set: { value in
85 | self.dispatcher(Actions.UpdateFormField(keyPath: keyPath, value: value))
| `- warning: capture of 'keyPath' with non-sendable type 'WritableKeyPath<Reducer, T>' in a '@Sendable' closure
86 | }
87 | )
Swift.WritableKeyPath:1:14: note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
1 | public class WritableKeyPath<Root, Value> : KeyPath<Root, Value> {
| `- note: generic class 'WritableKeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
[160/263] Compiling UDF LocationAccessEffect.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[161/263] Compiling UDF LocationMonitoringEffect.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[162/263] Compiling UDF EnvironmentStore.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[163/263] Compiling UDF Flow.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[164/263] Compiling UDF Flows.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[165/263] Compiling UDF IdentifiableFlow.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[166/263] Compiling UDF UserLocationFlow.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[167/263] Compiling UDF Form.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[168/263] Compiling UDF InternalStore.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[169/263] Compiling UDF ActionLogger.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[170/263] Compiling UDF ConsoleDebugLogger.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[171/263] Compiling UDF DebugOnlyActionFilter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[172/263] Compiling UDF DefaultActionFilter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[173/263] Compiling UDF DelayedOperation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/UDF/Store/StoreQueue/StoreOperation.swift:53:37: warning: 'userInteractive' is deprecated: userInteractive priority will be removed
51 | switch self {
52 | case .default: .high
53 | case .userInteractive: .userInteractive
| `- warning: 'userInteractive' is deprecated: userInteractive priority will be removed
54 | }
55 | }
/Users/admin/builder/spi-builder-workspace/UDF/View/AlertBuilder/AlertBuilder.swift:169:17: warning: 'AlertBuilder' is deprecated: Will be removed in future versions. Use Dialog System instead.
167 | /// This extension provides backward compatibility for AlertBuilder.AlertStyle.
168 | ///
169 | init(style: AlertBuilder.AlertStyle) {
| `- warning: 'AlertBuilder' is deprecated: Will be removed in future versions. Use Dialog System instead.
170 | switch style.type {
171 | case .validationError(let text):
[174/263] Compiling UDF StoreOperation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/UDF/Store/StoreQueue/StoreOperation.swift:53:37: warning: 'userInteractive' is deprecated: userInteractive priority will be removed
51 | switch self {
52 | case .default: .high
53 | case .userInteractive: .userInteractive
| `- warning: 'userInteractive' is deprecated: userInteractive priority will be removed
54 | }
55 | }
/Users/admin/builder/spi-builder-workspace/UDF/View/AlertBuilder/AlertBuilder.swift:169:17: warning: 'AlertBuilder' is deprecated: Will be removed in future versions. Use Dialog System instead.
167 | /// This extension provides backward compatibility for AlertBuilder.AlertStyle.
168 | ///
169 | init(style: AlertBuilder.AlertStyle) {
| `- warning: 'AlertBuilder' is deprecated: Will be removed in future versions. Use Dialog System instead.
170 | switch style.type {
171 | case .validationError(let text):
[175/263] Compiling UDF StoreQueue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/UDF/Store/StoreQueue/StoreOperation.swift:53:37: warning: 'userInteractive' is deprecated: userInteractive priority will be removed
51 | switch self {
52 | case .default: .high
53 | case .userInteractive: .userInteractive
| `- warning: 'userInteractive' is deprecated: userInteractive priority will be removed
54 | }
55 | }
/Users/admin/builder/spi-builder-workspace/UDF/View/AlertBuilder/AlertBuilder.swift:169:17: warning: 'AlertBuilder' is deprecated: Will be removed in future versions. Use Dialog System instead.
167 | /// This extension provides backward compatibility for AlertBuilder.AlertStyle.
168 | ///
169 | init(style: AlertBuilder.AlertStyle) {
| `- warning: 'AlertBuilder' is deprecated: Will be removed in future versions. Use Dialog System instead.
170 | switch style.type {
171 | case .validationError(let text):
[176/263] Compiling UDF TestGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/UDF/Store/StoreQueue/StoreOperation.swift:53:37: warning: 'userInteractive' is deprecated: userInteractive priority will be removed
51 | switch self {
52 | case .default: .high
53 | case .userInteractive: .userInteractive
| `- warning: 'userInteractive' is deprecated: userInteractive priority will be removed
54 | }
55 | }
/Users/admin/builder/spi-builder-workspace/UDF/View/AlertBuilder/AlertBuilder.swift:169:17: warning: 'AlertBuilder' is deprecated: Will be removed in future versions. Use Dialog System instead.
167 | /// This extension provides backward compatibility for AlertBuilder.AlertStyle.
168 | ///
169 | init(style: AlertBuilder.AlertStyle) {
| `- warning: 'AlertBuilder' is deprecated: Will be removed in future versions. Use Dialog System instead.
170 | switch style.type {
171 | case .validationError(let text):
[177/263] Compiling UDF TestStore.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/UDF/Store/StoreQueue/StoreOperation.swift:53:37: warning: 'userInteractive' is deprecated: userInteractive priority will be removed
51 | switch self {
52 | case .default: .high
53 | case .userInteractive: .userInteractive
| `- warning: 'userInteractive' is deprecated: userInteractive priority will be removed
54 | }
55 | }
/Users/admin/builder/spi-builder-workspace/UDF/View/AlertBuilder/AlertBuilder.swift:169:17: warning: 'AlertBuilder' is deprecated: Will be removed in future versions. Use Dialog System instead.
167 | /// This extension provides backward compatibility for AlertBuilder.AlertStyle.
168 | ///
169 | init(style: AlertBuilder.AlertStyle) {
| `- warning: 'AlertBuilder' is deprecated: Will be removed in future versions. Use Dialog System instead.
170 | switch style.type {
171 | case .validationError(let text):
[178/263] Compiling UDF AlertBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/UDF/Store/StoreQueue/StoreOperation.swift:53:37: warning: 'userInteractive' is deprecated: userInteractive priority will be removed
51 | switch self {
52 | case .default: .high
53 | case .userInteractive: .userInteractive
| `- warning: 'userInteractive' is deprecated: userInteractive priority will be removed
54 | }
55 | }
/Users/admin/builder/spi-builder-workspace/UDF/View/AlertBuilder/AlertBuilder.swift:169:17: warning: 'AlertBuilder' is deprecated: Will be removed in future versions. Use Dialog System instead.
167 | /// This extension provides backward compatibility for AlertBuilder.AlertStyle.
168 | ///
169 | init(style: AlertBuilder.AlertStyle) {
| `- warning: 'AlertBuilder' is deprecated: Will be removed in future versions. Use Dialog System instead.
170 | switch style.type {
171 | case .validationError(let text):
[179/263] Compiling UDF Component.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/UDF/Store/StoreQueue/StoreOperation.swift:53:37: warning: 'userInteractive' is deprecated: userInteractive priority will be removed
51 | switch self {
52 | case .default: .high
53 | case .userInteractive: .userInteractive
| `- warning: 'userInteractive' is deprecated: userInteractive priority will be removed
54 | }
55 | }
/Users/admin/builder/spi-builder-workspace/UDF/View/AlertBuilder/AlertBuilder.swift:169:17: warning: 'AlertBuilder' is deprecated: Will be removed in future versions. Use Dialog System instead.
167 | /// This extension provides backward compatibility for AlertBuilder.AlertStyle.
168 | ///
169 | init(style: AlertBuilder.AlertStyle) {
| `- warning: 'AlertBuilder' is deprecated: Will be removed in future versions. Use Dialog System instead.
170 | switch style.type {
171 | case .validationError(let text):
[180/263] Compiling UDF BindableContainer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/UDF/Store/StoreQueue/StoreOperation.swift:53:37: warning: 'userInteractive' is deprecated: userInteractive priority will be removed
51 | switch self {
52 | case .default: .high
53 | case .userInteractive: .userInteractive
| `- warning: 'userInteractive' is deprecated: userInteractive priority will be removed
54 | }
55 | }
/Users/admin/builder/spi-builder-workspace/UDF/View/AlertBuilder/AlertBuilder.swift:169:17: warning: 'AlertBuilder' is deprecated: Will be removed in future versions. Use Dialog System instead.
167 | /// This extension provides backward compatibility for AlertBuilder.AlertStyle.
168 | ///
169 | init(style: AlertBuilder.AlertStyle) {
| `- warning: 'AlertBuilder' is deprecated: Will be removed in future versions. Use Dialog System instead.
170 | switch style.type {
171 | case .validationError(let text):
[181/263] Compiling UDF ConnectedContainer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/UDF/Store/StoreQueue/StoreOperation.swift:53:37: warning: 'userInteractive' is deprecated: userInteractive priority will be removed
51 | switch self {
52 | case .default: .high
53 | case .userInteractive: .userInteractive
| `- warning: 'userInteractive' is deprecated: userInteractive priority will be removed
54 | }
55 | }
/Users/admin/builder/spi-builder-workspace/UDF/View/AlertBuilder/AlertBuilder.swift:169:17: warning: 'AlertBuilder' is deprecated: Will be removed in future versions. Use Dialog System instead.
167 | /// This extension provides backward compatibility for AlertBuilder.AlertStyle.
168 | ///
169 | init(style: AlertBuilder.AlertStyle) {
| `- warning: 'AlertBuilder' is deprecated: Will be removed in future versions. Use Dialog System instead.
170 | switch style.type {
171 | case .validationError(let text):
[182/263] Compiling UDF Container.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/UDF/Store/StoreQueue/StoreOperation.swift:53:37: warning: 'userInteractive' is deprecated: userInteractive priority will be removed
51 | switch self {
52 | case .default: .high
53 | case .userInteractive: .userInteractive
| `- warning: 'userInteractive' is deprecated: userInteractive priority will be removed
54 | }
55 | }
/Users/admin/builder/spi-builder-workspace/UDF/View/AlertBuilder/AlertBuilder.swift:169:17: warning: 'AlertBuilder' is deprecated: Will be removed in future versions. Use Dialog System instead.
167 | /// This extension provides backward compatibility for AlertBuilder.AlertStyle.
168 | ///
169 | init(style: AlertBuilder.AlertStyle) {
| `- warning: 'AlertBuilder' is deprecated: Will be removed in future versions. Use Dialog System instead.
170 | switch style.type {
171 | case .validationError(let text):
[183/263] Compiling UDF ContainerHooks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/UDF/Store/StoreQueue/StoreOperation.swift:53:37: warning: 'userInteractive' is deprecated: userInteractive priority will be removed
51 | switch self {
52 | case .default: .high
53 | case .userInteractive: .userInteractive
| `- warning: 'userInteractive' is deprecated: userInteractive priority will be removed
54 | }
55 | }
/Users/admin/builder/spi-builder-workspace/UDF/View/AlertBuilder/AlertBuilder.swift:169:17: warning: 'AlertBuilder' is deprecated: Will be removed in future versions. Use Dialog System instead.
167 | /// This extension provides backward compatibility for AlertBuilder.AlertStyle.
168 | ///
169 | init(style: AlertBuilder.AlertStyle) {
| `- warning: 'AlertBuilder' is deprecated: Will be removed in future versions. Use Dialog System instead.
170 | switch style.type {
171 | case .validationError(let text):
[184/263] Compiling UDF ContainerLifecycle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/UDF/Store/StoreQueue/StoreOperation.swift:53:37: warning: 'userInteractive' is deprecated: userInteractive priority will be removed
51 | switch self {
52 | case .default: .high
53 | case .userInteractive: .userInteractive
| `- warning: 'userInteractive' is deprecated: userInteractive priority will be removed
54 | }
55 | }
/Users/admin/builder/spi-builder-workspace/UDF/View/AlertBuilder/AlertBuilder.swift:169:17: warning: 'AlertBuilder' is deprecated: Will be removed in future versions. Use Dialog System instead.
167 | /// This extension provides backward compatibility for AlertBuilder.AlertStyle.
168 | ///
169 | init(style: AlertBuilder.AlertStyle) {
| `- warning: 'AlertBuilder' is deprecated: Will be removed in future versions. Use Dialog System instead.
170 | switch style.type {
171 | case .validationError(let text):
[185/263] Compiling UDF ContainerState.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/UDF/Store/StoreQueue/StoreOperation.swift:53:37: warning: 'userInteractive' is deprecated: userInteractive priority will be removed
51 | switch self {
52 | case .default: .high
53 | case .userInteractive: .userInteractive
| `- warning: 'userInteractive' is deprecated: userInteractive priority will be removed
54 | }
55 | }
/Users/admin/builder/spi-builder-workspace/UDF/View/AlertBuilder/AlertBuilder.swift:169:17: warning: 'AlertBuilder' is deprecated: Will be removed in future versions. Use Dialog System instead.
167 | /// This extension provides backward compatibility for AlertBuilder.AlertStyle.
168 | ///
169 | init(style: AlertBuilder.AlertStyle) {
| `- warning: 'AlertBuilder' is deprecated: Will be removed in future versions. Use Dialog System instead.
170 | switch style.type {
171 | case .validationError(let text):
[186/263] Emitting module UDF
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/UDF/View/AlertBuilder/AlertBuilder.swift:169:17: warning: 'AlertBuilder' is deprecated: Will be removed in future versions. Use Dialog System instead.
167 | /// This extension provides backward compatibility for AlertBuilder.AlertStyle.
168 | ///
169 | init(style: AlertBuilder.AlertStyle) {
| `- warning: 'AlertBuilder' is deprecated: Will be removed in future versions. Use Dialog System instead.
170 | switch style.type {
171 | case .validationError(let text):
[187/263] Compiling UDF Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[188/263] Compiling UDF ProcessInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[189/263] Compiling UDF Publishers+AsyncState.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[190/263] Compiling UDF Text+Mirror.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[191/263] Compiling UDF View+AlertStatus.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[192/263] Compiling UDF View+Dialog.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[193/263] Compiling UDF View+NavigationDestination.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[194/263] Compiling UDF Window+Render.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[195/263] Compiling UDF FileFunctionLine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[196/263] Compiling UDF GlobalValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[197/263] Compiling UDF Mergeable+Dictionary.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[198/263] Compiling UDF Mergeable+OrderedDictionary.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[199/263] Compiling UDF Mergeable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[200/263] Compiling UDF AlertDialogModifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[201/263] Compiling UDF ConfirmationDialogModifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[202/263] Compiling UDF ToastDialogModifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[203/263] Compiling UDF ColorStyle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[204/263] Compiling UDF HapticFeedback.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[205/263] Compiling UDF ShadowStyle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[206/263] Compiling UDF ToastPosition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[207/263] Compiling UDF ToastPriority.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[208/263] Compiling UDF ToastTheme.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[209/263] Compiling UDF ToastContainer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[210/263] Compiling UDF ToastView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[211/263] Compiling UDF GlobalRouter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[212/263] Compiling UDF GlobalRoutingModifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[213/263] Compiling UDF DialogAction.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[214/263] Compiling UDF DialogActionsBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[215/263] Compiling UDF DialogButton.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[216/263] Compiling UDF DialogTextField.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[217/263] Compiling UDF ConfirmationDialogConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[218/263] Compiling UDF ToastConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[219/263] Compiling UDF ToastQueueConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[220/263] Compiling UDF DialogContent.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[221/263] Compiling UDF DialogRegistration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[222/263] Compiling UDF DialogStatus.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[223/263] Compiling UDF DialogStyle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[224/263] Compiling UDF DialogType.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[225/263] Compiling UDF ToastImportanceEvaluator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[226/263] Compiling UDF ActionPriority.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[227/263] Compiling UDF Cached.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[228/263] Compiling UDF CacheSource.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[229/263] Compiling UDF FileCache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[230/263] Compiling UDF Common.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[231/263] Compiling UDF Debouncer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[232/263] Compiling UDF UserInputDebouncer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[233/263] Compiling UDF Delay.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[234/263] Compiling UDF AnyHashable+Sendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[235/263] Compiling UDF CLAccuracyAuthorization.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[236/263] Compiling UDF CLAuthorizationStatus.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[237/263] Compiling UDF Collection+CaseIterable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[238/263] Compiling UDF Dictionary+Storage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[239/263] Compiling UDF Types.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[240/263] Compiling UDF Hook.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[241/263] Compiling UDF HookBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[242/263] Compiling UDF HookType.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[243/263] Compiling UDF Middleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[244/263] Compiling UDF Action.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[245/263] Compiling UDF ActionGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[246/263] Compiling UDF ActionGroupBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[247/263] Compiling UDF Actions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[248/263] Compiling UDF InternalAction.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[249/263] Compiling UDF _AnyBindableAction.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[250/263] Compiling UDF DelayEffect.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[251/263] Compiling UDF FilterEffect.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[252/263] Compiling UDF Router.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[253/263] Compiling UDF AnyMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[254/263] Compiling UDF CancellableTask.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[255/263] Compiling UDF ConcurrencyEffect.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[256/263] Compiling UDF Effect.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[257/263] Compiling UDF Effectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[258/263] Compiling UDF PureEffect.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[259/263] Compiling UDF EnvironmentMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[260/263] Compiling UDF MiddlewareBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[261/263] Compiling UDF MiddlewareStatus.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[262/263] Compiling UDF _BaseMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[263/263] Compiling UDF _Middleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[264/265] Emitting module UDFSwiftTesting
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[265/265] Compiling UDFSwiftTesting SwiftTesting+confirmation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (19.84s)
Fetching https://github.com/urlaunched-com/Runtime
Fetching https://github.com/apple/swift-collections from cache
[1/1559] Fetching runtime
Fetched https://github.com/urlaunched-com/Runtime from cache (1.37s)
Fetched https://github.com/apple/swift-collections from cache (1.40s)
Computing version for https://github.com/urlaunched-com/Runtime
Computed https://github.com/urlaunched-com/Runtime at 2.2.6 (4.78s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (0.60s)
Creating working copy for https://github.com/urlaunched-com/Runtime
Working copy of https://github.com/urlaunched-com/Runtime resolved at 2.2.6
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
},
{
"identity" : "runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "2.2.6",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/urlaunched-com/Runtime"
}
],
"manifest_display_name" : "SwiftUI-UDF",
"name" : "SwiftUI-UDF",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "UDF",
"targets" : [
"UDF"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "UDFSwiftTesting",
"targets" : [
"UDFSwiftTesting"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UDFSwiftTesting",
"module_type" : "SwiftTarget",
"name" : "UDFSwiftTesting",
"path" : "UDFSwiftTesting",
"product_memberships" : [
"UDFSwiftTesting"
],
"sources" : [
"SwiftTesting+confirmation.swift"
],
"target_dependencies" : [
"UDF"
],
"type" : "library"
},
{
"c99name" : "UDF",
"module_type" : "SwiftTarget",
"name" : "UDF",
"path" : "UDF",
"product_dependencies" : [
"OrderedCollections",
"Runtime"
],
"product_memberships" : [
"UDF",
"UDFSwiftTesting"
],
"sources" : [
"Common/ActionPriority.swift",
"Common/Cached/Cached.swift",
"Common/Cached/Source/CacheSource.swift",
"Common/Cached/Source/FileCache.swift",
"Common/Common.swift",
"Common/Debouncer/Debouncer.swift",
"Common/Debouncer/UserInputDebouncer.swift",
"Common/Delay.swift",
"Common/Extensions/AnyHashable+Sendable.swift",
"Common/Extensions/CLAccuracyAuthorization.swift",
"Common/Extensions/CLAuthorizationStatus.swift",
"Common/Extensions/Collection+CaseIterable.swift",
"Common/Extensions/Dictionary+Storage.swift",
"Common/Extensions/Hashable.swift",
"Common/Extensions/ProcessInfo.swift",
"Common/Extensions/Publishers+AsyncState.swift",
"Common/Extensions/Text+Mirror.swift",
"Common/Extensions/View+AlertStatus.swift",
"Common/Extensions/View+Dialog.swift",
"Common/Extensions/View+NavigationDestination.swift",
"Common/Extensions/Window+Render.swift",
"Common/FileFunctionLine.swift",
"Common/GlobalValue.swift",
"Common/Merging/Mergeable+Dictionary.swift",
"Common/Merging/Mergeable+OrderedDictionary.swift",
"Common/Merging/Mergeable.swift",
"Common/Pagination/PaginationPage.swift",
"Common/Pagination/Paginator.swift",
"Common/PropertyWrappers/SourceOfTruth.swift",
"Common/Protocols/Initable.swift",
"Common/Protocols/IsEquatable.swift",
"Common/Protocols/WrappedReducer.swift",
"Common/RCDictionary.swift",
"Common/Scope/CombinedScope.swift",
"Common/Scope/ReducerScope.swift",
"Common/Scope/Scope+None.swift",
"Common/Scope/Scope.swift",
"Common/SendableSubject.swift",
"Common/SubscribersCoordinator.swift",
"Common/Types.swift",
"Domain/Hook/Hook.swift",
"Domain/Hook/HookBuilder.swift",
"Domain/Hook/HookType.swift",
"Middleware.swift",
"Store/Action/Action.swift",
"Store/Action/ActionGroup/ActionGroup.swift",
"Store/Action/ActionGroup/ActionGroupBuilder.swift",
"Store/Action/Actions.swift",
"Store/Action/PrivateAction/InternalAction.swift",
"Store/Action/PrivateAction/_AnyBindableAction.swift",
"Store/Effects/DelayEffect.swift",
"Store/Effects/FilterEffect.swift",
"Store/Effects/LocationAccessEffect.swift",
"Store/Effects/LocationMonitoringEffect.swift",
"Store/EnvironmentStore.swift",
"Store/Flow/Flow.swift",
"Store/Flow/Flows.swift",
"Store/Flow/IdentifiableFlow.swift",
"Store/Flow/UserLocationFlow.swift",
"Store/Form.swift",
"Store/InternalStore.swift",
"Store/Logger/ActionLogger.swift",
"Store/Logger/ConsoleDebugLogger.swift",
"Store/Logger/Filters/DebugOnlyActionFilter.swift",
"Store/Logger/Filters/DefaultActionFilter.swift",
"Store/Logger/Filters/ErrorOnlyActionFilter.swift",
"Store/Logger/Filters/VerboseActionFilter.swift",
"Store/Logger/LogDistributor.swift",
"Store/Logger/LoggingAction.swift",
"Store/Logger/StringDescribingActionDescriptor.swift",
"Store/Reducer/AppReducer/AppReducer.swift",
"Store/Reducer/AppReducer/RuntimeReducing.swift",
"Store/Reducer/BindableReducer.swift",
"Store/Reducer/InitialSetup.swift",
"Store/Reducer/ReducerReference/BindableReducerReference.swift",
"Store/Reducer/ReducerReference/ReducerReference.swift",
"Store/Reducer/Reducible.swift",
"Store/Store.swift",
"Store/StoreQueue/DelayedOperation.swift",
"Store/StoreQueue/StoreOperation.swift",
"Store/StoreQueue/StoreQueue.swift",
"Store/TestStore/TestGroup.swift",
"Store/TestStore/TestStore.swift",
"View/AlertBuilder/AlertBuilder.swift",
"View/Component.swift",
"View/Container/BindableContainer.swift",
"View/Container/ConnectedContainer.swift",
"View/Container/Container.swift",
"View/Container/ContainerHooks.swift",
"View/Container/ContainerLifecycle.swift",
"View/Container/ContainerState.swift",
"View/Dialog/Actions/DialogAction.swift",
"View/Dialog/Actions/DialogActionsBuilder.swift",
"View/Dialog/Actions/DialogButton.swift",
"View/Dialog/Actions/DialogTextField.swift",
"View/Dialog/Configurations/ConfirmationDialogConfiguration.swift",
"View/Dialog/Configurations/ToastConfiguration.swift",
"View/Dialog/Configurations/ToastQueueConfiguration.swift",
"View/Dialog/Content/DialogContent.swift",
"View/Dialog/Core/DialogRegistration.swift",
"View/Dialog/Core/DialogStatus.swift",
"View/Dialog/Core/DialogStyle.swift",
"View/Dialog/Core/DialogType.swift",
"View/Dialog/Core/ToastImportanceEvaluator.swift",
"View/Dialog/Modifiers/AlertDialogModifier.swift",
"View/Dialog/Modifiers/ConfirmationDialogModifier.swift",
"View/Dialog/Modifiers/ToastDialogModifier.swift",
"View/Dialog/Themes/Shared/ColorStyle.swift",
"View/Dialog/Themes/Shared/HapticFeedback.swift",
"View/Dialog/Themes/Shared/ShadowStyle.swift",
"View/Dialog/Themes/Shared/ToastPosition.swift",
"View/Dialog/Themes/Shared/ToastPriority.swift",
"View/Dialog/Themes/ToastTheme.swift",
"View/Dialog/Views/ToastContainer.swift",
"View/Dialog/Views/ToastView.swift",
"View/Router/GlobalRouter/GlobalRouter.swift",
"View/Router/GlobalRouter/GlobalRoutingModifier.swift",
"View/Router/Router.swift",
"_Middleware/AnyMiddleware.swift",
"_Middleware/CancellableTask.swift",
"_Middleware/Effect/ConcurrencyEffect.swift",
"_Middleware/Effect/Effect.swift",
"_Middleware/Effect/Effectable.swift",
"_Middleware/Effect/PureEffect.swift",
"_Middleware/EnvironmentMiddleware.swift",
"_Middleware/MiddlewareBuilder.swift",
"_Middleware/MiddlewareStatus.swift",
"_Middleware/_BaseMiddleware.swift",
"_Middleware/_Middleware.swift"
],
"type" : "library"
},
{
"c99name" : "SwiftUI_UDF_Tests",
"module_type" : "SwiftTarget",
"name" : "SwiftUI-UDF-Tests",
"path" : "Tests/SwiftUI-UDF-Tests",
"sources" : [
"ActionGroup/ActionGroupBuilderTests.swift",
"Actions/DelayedActionTests.swift",
"Actions/ErrorActionTests.swift",
"BindableReducers/BindableContainerDataMutationTests.swift",
"BindableReducers/BindableContainerLifecycleTests.swift",
"BindableReducers/BindableContainerLoadUnloadTests.swift",
"BindableReducers/BindableReducersMiddlewareTests.swift",
"Cached/CachedTests.swift",
"ContainerHookTests.swift",
"ContainerLifecycleTests.swift",
"Dialog/DialogActionsBuilderTests.swift",
"Dialog/DialogQueueTests.swift",
"Dialog/DialogTests.swift",
"Dialog/ToastDismissCallbackTests.swift",
"Mergeable/MergeableAppStateTests.swift",
"Mergeable/MergeableTests.swift",
"Middlewares/MiddlewareCancellationTests.swift",
"Middlewares/MiddlewareTests.swift",
"NestedReducerTests.swift",
"PaginatorTests.swift",
"RouterTests.swift",
"StateCopyTests.swift"
],
"target_dependencies" : [
"UDFSwiftTesting"
],
"type" : "test"
},
{
"c99name" : "SwiftUI_UDF_ConcurrencyTests",
"module_type" : "SwiftTarget",
"name" : "SwiftUI-UDF-ConcurrencyTests",
"path" : "Tests/SwiftUI-UDF-ConcurrencyTests",
"sources" : [
"AppStateInitialSetupTests.swift",
"ContainersRedrawing/ContainerScopeTests.swift",
"ContainersRedrawing/ContainerWithAppStateAsScopeTests.swift",
"DispatchActionsTests.swift",
"Middlewares/ConcurrencyMiddlewareCancellationTests.swift",
"Middlewares/ConcurrencyMiddlewareTaskIdTests.swift",
"Middlewares/MiddlewareCancellationTests.swift",
"Middlewares/MiddlewareDuplicationTests.swift",
"Middlewares/MiddlewareMapErrorTests.swift",
"Middlewares/MiddlewareSubscriptionTests.swift",
"Middlewares/NewObservableMiddlewareDDosProtectionTests.swift",
"Middlewares/NewReducibleMiddlewareTests.swift",
"Store/StoreInitializationTests.swift"
],
"target_dependencies" : [
"UDFSwiftTesting"
],
"type" : "test"
}
],
"tools_version" : "6.1"
}
Done.