Build Information
Failed to build SwiftUI-UDF, reference 1.5.0-beta.23 (74656b), with Swift 6.1 for Linux on 9 Dec 2025 18:04:36 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build 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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
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: linux
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
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/urlaunched-com/Runtime
Fetching https://github.com/apple/swift-collections
[1/1559] Fetching runtime
[1560/19924] Fetching runtime, swift-collections
Fetched https://github.com/urlaunched-com/Runtime from cache (1.30s)
Fetched https://github.com/apple/swift-collections from cache (1.32s)
Computing version for https://github.com/urlaunched-com/Runtime
Computed https://github.com/urlaunched-com/Runtime at 2.2.6 (3.73s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (0.81s)
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
Building for debugging...
[0/7] Write sources
[5/7] Compiling CRuntime dummy.c
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/64] 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
[9/66] Compiling Runtime ClassMetadataLayout.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/66] Compiling Runtime ClassTypeDescriptor.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/66] Compiling Runtime Factory.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/66] Compiling Runtime ClassHeader.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/66] Compiling InternalCollectionsUtilities UnsafeBufferPointer+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
[14/66] 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
[15/66] 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/66] Compiling Runtime ProtocolMetadataLayout.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/66] 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
[18/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
[19/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
[20/66] 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
[21/66] Compiling Runtime MetadataLayoutType.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/66] 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
[23/66] 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
[24/66] Compiling Runtime ProtocolDescriptor.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/66] Compiling Runtime DefaultValue.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/67] Compiling Runtime TupleMetadataLayout.swift
[33/72] Compiling Runtime TypeInfoConvertible.swift
[34/72] Compiling Runtime Pointers.swift
[35/72] Compiling Runtime RelativePointer.swift
[36/72] Compiling Runtime RelativeVectorPointer.swift
[37/72] Compiling Runtime Union.swift
[38/72] Compiling Runtime Errors.swift
[39/72] Compiling Runtime FunctionInfo.swift
[40/72] Compiling Runtime Kind.swift
[41/72] Compiling Runtime PropertyInfo.swift
[42/72] Compiling Runtime TypeInfo.swift
[43/72] Compiling Runtime TypeDescriptor.swift
[44/72] Compiling Runtime ValueWitnessTable.swift
[45/72] Compiling Runtime ClassMetadata.swift
[46/72] Compiling Runtime EnumMetadata.swift
[47/72] Compiling Runtime FuntionMetadata.swift
[48/72] Compiling Runtime Metadata.swift
[49/72] Compiling Runtime MetadataType.swift
[50/72] Compiling Runtime NominalMetadataType.swift
[51/72] Compiling Runtime ProtocolMetadata.swift
[52/72] Compiling Runtime StructMetadata.swift
[53/72] Compiling Runtime TupleMetadata.swift
[54/72] Compiling Runtime Case.swift
[61/127] Compiling OrderedCollections OrderedSet+Insertions.swift
[62/127] Compiling OrderedCollections OrderedSet+Invariants.swift
[63/127] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[64/127] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[65/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[66/127] 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
[67/127] 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
[68/127] 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
[69/127] 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
[70/127] 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
[71/127] 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
[72/127] 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
[73/127] 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
[74/127] 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
[75/127] 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
[76/127] 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
[77/127] 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
[78/127] 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
[79/127] 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
[80/134] 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
[81/134] 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
[82/134] 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
[83/134] 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
[84/134] 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
[85/134] 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
[86/134] 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
[87/134] 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
[88/134] 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
[89/134] 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
[90/134] 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
[91/134] 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
[92/134] 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
[93/134] 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
[94/134] 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
[95/134] 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
[96/134] 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
<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
<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
<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
<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
<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
[102/134] 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
[103/134] 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
[104/134] 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
[105/134] 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
[106/134] 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
[107/134] 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
[108/134] 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
[109/134] 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
[110/134] 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
[111/134] 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
[112/134] 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
[113/134] 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
[114/134] 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
[115/134] 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
[116/134] 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
[117/134] 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
[118/134] 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
[119/134] 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
[120/134] 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
[121/134] 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
[122/134] 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
[123/134] 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
[124/134] 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
[125/134] 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
[126/134] 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
[127/134] Emitting module Runtime
[135/135] 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
[137/250] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[138/250] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[139/250] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[140/250] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[141/250] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[142/250] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[143/250] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[144/250] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[145/250] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[146/250] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[147/250] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[148/250] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[149/250] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[150/250] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[151/250] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[152/250] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[153/250] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[154/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[155/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[156/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[157/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[158/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[159/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[160/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[161/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[162/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[163/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[164/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[165/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[166/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[167/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[168/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[169/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[170/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[171/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[172/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[173/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[174/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[175/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[176/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[177/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[178/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[179/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[180/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[181/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[182/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[183/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[184/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[185/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[186/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[187/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[188/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[189/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[190/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[191/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[192/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[193/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[194/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[195/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[196/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[197/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[198/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[199/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[200/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[201/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[202/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[203/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[204/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[205/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[206/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[207/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[208/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[209/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[210/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[211/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[212/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[213/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[214/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[215/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[216/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[217/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[218/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[219/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[220/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[221/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[222/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[223/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[224/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[225/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[226/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[227/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[228/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[229/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[230/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[231/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[232/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[233/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[234/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[235/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[236/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[237/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[238/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[239/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[240/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[241/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[242/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[243/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[244/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[245/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[246/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[247/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[248/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[249/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[250/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[251/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[252/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[253/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[254/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[255/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[256/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[257/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[258/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[259/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[260/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[261/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[262/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[263/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[264/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[265/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[266/266] 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
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/58] Emitting module Runtime
[3/62] Compiling Runtime MetadataType.swift
[4/62] Compiling Runtime NominalMetadataType.swift
[5/62] Compiling Runtime ProtocolMetadata.swift
[6/63] Compiling Runtime StructMetadata.swift
[7/63] Compiling Runtime FuntionMetadata.swift
[8/63] Compiling Runtime Metadata.swift
[9/65] Compiling Runtime ProtocolMetadataLayout.swift
[10/65] Compiling Runtime ProtocolTypeContainer.swift
[11/65] Compiling Runtime StructMetadataLayout.swift
[12/65] Compiling Runtime StructTypeDescriptor.swift
[13/65] Compiling Runtime TargetTypeGenericContextDescriptorHeader.swift
[14/65] Compiling Runtime TupleMetadataLayout.swift
[15/65] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[16/65] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[17/65] Compiling Runtime Vector.swift
[18/65] Compiling Runtime GettersSetters.swift
[19/65] Compiling Runtime Pointer+Extensions.swift
[20/65] Compiling Runtime RetainCounts.swift
[21/65] Compiling Runtime String+Extensions.swift
[22/65] Emitting module InternalCollectionsUtilities
[23/65] Compiling Runtime EnumTypeDescriptor.swift
[24/65] Compiling Runtime ExistentialContainter.swift
[25/65] Compiling Runtime FieldDescriptor.swift
[26/65] Compiling Runtime FunctionMetadataLayout.swift
[27/65] Compiling Runtime MetadataLayoutType.swift
[28/65] Compiling Runtime ProtocolDescriptor.swift
[29/65] Compiling Runtime Errors.swift
[30/65] Compiling Runtime FunctionInfo.swift
[31/65] Compiling Runtime Kind.swift
[32/65] Compiling Runtime PropertyInfo.swift
[33/65] Compiling Runtime TypeInfo.swift
[34/65] Compiling Runtime TypeInfoConvertible.swift
[35/65] Compiling Runtime Pointers.swift
[36/65] Compiling Runtime RelativePointer.swift
[37/65] Compiling Runtime RelativeVectorPointer.swift
[38/65] Compiling Runtime Union.swift
[45/65] Compiling Runtime TypeDescriptor.swift
[46/65] Compiling Runtime ValueWitnessTable.swift
[47/65] Compiling Runtime ClassMetadata.swift
[48/65] Compiling Runtime EnumMetadata.swift
[51/65] Compiling Runtime DefaultValue.swift
[52/65] Compiling Runtime Factory.swift
[53/65] Compiling Runtime ClassHeader.swift
[54/65] Compiling Runtime ClassMetadataLayout.swift
[55/65] Compiling Runtime ClassTypeDescriptor.swift
[56/65] Compiling Runtime EnumMetadataLayout.swift
[68/122] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[69/122] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[70/122] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[71/122] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[72/122] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[73/122] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[74/122] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[75/122] Compiling OrderedCollections OrderedDictionary+Values.swift
[76/129] Compiling OrderedCollections OrderedDictionary.swift
[77/129] Compiling OrderedCollections OrderedSet+Codable.swift
[78/129] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[79/129] Compiling OrderedCollections OrderedSet+Descriptions.swift
[80/129] Compiling OrderedCollections OrderedSet+Diffing.swift
[81/129] Compiling OrderedCollections OrderedSet+Equatable.swift
[82/129] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[83/129] Compiling OrderedCollections OrderedSet+Hashable.swift
[84/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[85/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[86/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[87/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[88/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[89/129] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[90/129] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[91/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[92/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[93/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[94/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[95/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[96/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[97/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[98/129] Compiling OrderedCollections OrderedDictionary+Codable.swift
[99/129] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[100/129] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[101/129] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[102/129] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[103/129] Compiling OrderedCollections OrderedDictionary+Elements.swift
[104/129] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[105/129] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[106/129] Compiling OrderedCollections OrderedSet+Initializers.swift
[107/129] Compiling OrderedCollections OrderedSet+Insertions.swift
[108/129] Compiling OrderedCollections OrderedSet+Invariants.swift
[109/129] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[110/129] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[111/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[112/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[113/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[114/129] Compiling OrderedCollections OrderedSet+Sendable.swift
[115/129] Compiling OrderedCollections OrderedSet+SubSequence.swift
[116/129] Compiling OrderedCollections OrderedSet+Testing.swift
[117/129] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[118/129] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[119/129] Compiling OrderedCollections OrderedSet.swift
[120/129] Compiling OrderedCollections _UnsafeBitset.swift
[121/129] Compiling OrderedCollections _HashTable+Bucket.swift
[122/129] Compiling OrderedCollections _HashTable+BucketIterator.swift
[123/129] Compiling OrderedCollections _HashTable+Constants.swift
[124/129] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[125/129] Compiling OrderedCollections _HashTable+Testing.swift
[126/129] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[127/129] Compiling OrderedCollections _HashTable.swift
[128/129] Compiling OrderedCollections _Hashtable+Header.swift
[129/129] Emitting module OrderedCollections
[131/244] Compiling UDF _AnyBindableAction.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[132/244] Compiling UDF DelayEffect.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[133/244] Compiling UDF FilterEffect.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[134/244] Compiling UDF LocationAccessEffect.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[135/244] Compiling UDF LocationMonitoringEffect.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[136/244] Compiling UDF EnvironmentStore.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[137/244] Compiling UDF Flow.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[138/244] Compiling UDF Flows.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[139/244] Compiling UDF IdentifiableFlow.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[140/244] Compiling UDF UserLocationFlow.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[141/244] Compiling UDF Form.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[142/244] Compiling UDF InternalStore.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[143/244] Compiling UDF ActionLogger.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[144/244] Compiling UDF ConsoleDebugLogger.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[145/244] Compiling UDF DebugOnlyActionFilter.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[146/244] Compiling UDF DefaultActionFilter.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[147/244] Compiling UDF TestGroup.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[148/244] Compiling UDF TestStore.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[149/244] Compiling UDF AlertBuilder.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[150/244] Compiling UDF Component.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[151/244] Compiling UDF BindableContainer.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[152/244] Compiling UDF ConnectedContainer.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[153/244] Compiling UDF Container.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[154/244] Compiling UDF ContainerHooks.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[155/244] Compiling UDF ContainerLifecycle.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[156/244] Compiling UDF ContainerState.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[157/244] Compiling UDF DialogAction.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[158/244] Compiling UDF DialogActionsBuilder.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[159/244] Compiling UDF DialogButton.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[160/244] Compiling UDF DialogTextField.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[161/244] Compiling UDF ConfirmationDialogConfiguration.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[162/244] Compiling UDF ToastConfiguration.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[163/260] Emitting module UDF
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[164/260] Compiling UDF CombinedScope.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[165/260] Compiling UDF ReducerScope.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[166/260] Compiling UDF Scope+None.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[167/260] Compiling UDF Scope.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[168/260] Compiling UDF SendableSubject.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[169/260] Compiling UDF SubscribersCoordinator.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[170/260] Compiling UDF Types.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[171/260] Compiling UDF Hook.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[172/260] Compiling UDF HookBuilder.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[173/260] Compiling UDF HookType.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[174/260] Compiling UDF Middleware.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[175/260] Compiling UDF Action.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[176/260] Compiling UDF ActionGroup.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[177/260] Compiling UDF ActionGroupBuilder.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[178/260] Compiling UDF Actions.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[179/260] Compiling UDF InternalAction.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[180/260] Compiling UDF ToastContainer.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[181/260] Compiling UDF ToastView.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[182/260] Compiling UDF GlobalRouter.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[183/260] Compiling UDF GlobalRoutingModifier.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[184/260] Compiling UDF Router.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[185/260] Compiling UDF AnyMiddleware.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[186/260] Compiling UDF CancellableTask.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[187/260] Compiling UDF ConcurrencyEffect.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[188/260] Compiling UDF Effect.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[189/260] Compiling UDF Effectable.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[190/260] Compiling UDF PureEffect.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[191/260] Compiling UDF EnvironmentMiddleware.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[192/260] Compiling UDF MiddlewareBuilder.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[193/260] Compiling UDF MiddlewareStatus.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[194/260] Compiling UDF _BaseMiddleware.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[195/260] Compiling UDF _Middleware.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[196/260] Compiling UDF ErrorOnlyActionFilter.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[197/260] Compiling UDF VerboseActionFilter.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[198/260] Compiling UDF LogDistributor.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[199/260] Compiling UDF LoggingAction.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[200/260] Compiling UDF StringDescribingActionDescriptor.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[201/260] Compiling UDF AppReducer.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[202/260] Compiling UDF RuntimeReducing.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[203/260] Compiling UDF BindableReducer.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[204/260] Compiling UDF InitialSetup.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[205/260] Compiling UDF BindableReducerReference.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[206/260] Compiling UDF ReducerReference.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[207/260] Compiling UDF Reducible.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[208/260] Compiling UDF Store.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[209/260] Compiling UDF DelayedOperation.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[210/260] Compiling UDF StoreOperation.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[211/260] Compiling UDF StoreQueue.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[212/260] Compiling UDF ToastQueueConfiguration.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[213/260] Compiling UDF DialogContent.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[214/260] Compiling UDF DialogRegistration.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[215/260] Compiling UDF DialogStatus.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[216/260] Compiling UDF DialogStyle.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[217/260] Compiling UDF DialogType.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[218/260] Compiling UDF ToastImportanceEvaluator.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[219/260] Compiling UDF AlertDialogModifier.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[220/260] Compiling UDF ConfirmationDialogModifier.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[221/260] Compiling UDF ToastDialogModifier.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[222/260] Compiling UDF ColorStyle.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[223/260] Compiling UDF HapticFeedback.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[224/260] Compiling UDF ShadowStyle.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[225/260] Compiling UDF ToastPosition.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[226/260] Compiling UDF ToastPriority.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[227/260] Compiling UDF ToastTheme.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[228/260] Compiling UDF View+AlertStatus.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[229/260] Compiling UDF View+Dialog.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[230/260] Compiling UDF View+NavigationDestination.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[231/260] Compiling UDF Window+Render.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[232/260] Compiling UDF FileFunctionLine.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[233/260] Compiling UDF GlobalValue.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[234/260] Compiling UDF Mergeable+Dictionary.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[235/260] Compiling UDF Mergeable+OrderedDictionary.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[236/260] Compiling UDF Mergeable.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[237/260] Compiling UDF PaginationPage.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[238/260] Compiling UDF Paginator.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[239/260] Compiling UDF SourceOfTruth.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[240/260] Compiling UDF Initable.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[241/260] Compiling UDF IsEquatable.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[242/260] Compiling UDF WrappedReducer.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[243/260] Compiling UDF RCDictionary.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[244/260] Compiling UDF ActionPriority.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[245/260] Compiling UDF Cached.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[246/260] Compiling UDF CacheSource.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[247/260] Compiling UDF FileCache.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[248/260] Compiling UDF Common.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[249/260] Compiling UDF Debouncer.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[250/260] Compiling UDF UserInputDebouncer.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[251/260] Compiling UDF Delay.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[252/260] Compiling UDF AnyHashable+Sendable.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[253/260] Compiling UDF CLAccuracyAuthorization.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[254/260] Compiling UDF CLAuthorizationStatus.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[255/260] Compiling UDF Collection+CaseIterable.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[256/260] Compiling UDF Dictionary+Storage.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[257/260] Compiling UDF Hashable.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[258/260] Compiling UDF ProcessInfo.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[259/260] Compiling UDF Publishers+AsyncState.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
[260/260] Compiling UDF Text+Mirror.swift
/host/spi-builder-workspace/UDF/Common/Debouncer/UserInputDebouncer.swift:12:8: error: no such module 'Combine'
10 | //===----------------------------------------------------------------------===//
11 |
12 | import Combine
| `- error: no such module 'Combine'
13 | import Foundation
14 |
BUILD FAILURE 6.1 linux