The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build Flow with Swift 5.10 for watchOS using Xcode 15.4.

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.54.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/iZettle/Flow.git
Reference: 1.12.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/iZettle/Flow
 * tag               1.12.1     -> FETCH_HEAD
HEAD is now at c3e69f9 Remove `dynamic` from package definition (#129)
Cloned https://github.com/iZettle/Flow.git
Revision (git rev-parse @):
c3e69f924f046207487948dcad55826343a122d5
SUCCESS checkout https://github.com/iZettle/Flow.git at 1.12.1
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             5.10
Building package at path:  $PWD
https://github.com/iZettle/Flow.git
Command line invocation:
    /Applications/Xcode-15.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Flow",
  "name" : "Flow",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Flow",
      "targets" : [
        "Flow"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FlowTests",
      "module_type" : "SwiftTarget",
      "name" : "FlowTests",
      "path" : "FlowTests",
      "sources" : [
        "CallbackerTests.swift",
        "DelegateTests.swift",
        "EitherTests.swift",
        "EventListenerTests.swift",
        "Future+CombineTests.swift",
        "FutureAdditionsTests.swift",
        "FutureBasicTests.swift",
        "FutureQueueTests.swift",
        "FutureRepeatTests.swift",
        "FutureSchedulingTests.swift",
        "FutureSplitTests.swift",
        "FutureUtilitiesTests.swift",
        "MemoryUtilsTests.swift",
        "MultipleContinuationsTests.swift",
        "PrefetchTests.swift",
        "PropertyTests.swift",
        "RecursiveTests.swift",
        "Signal+CombineTests.swift",
        "SignalConcurrenceyTests.swift",
        "SignalProviderTests+Internal.swift",
        "SignalProviderTests.swift",
        "SignalTests.swift",
        "TestUtilities.swift",
        "UIViewSignalTests.swift"
      ],
      "target_dependencies" : [
        "Flow"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Flow",
      "module_type" : "SwiftTarget",
      "name" : "Flow",
      "path" : "Flow",
      "product_memberships" : [
        "Flow"
      ],
      "sources" : [
        "Bridges/CancelBag.swift",
        "Bridges/Disposable+Cancellable.swift",
        "Bridges/Future+Combine.swift",
        "Bridges/Publisher+Utilities.swift",
        "Bridges/Signal+Combine.swift",
        "Bridges/Signal+SwiftUI.swift",
        "Callbacker.swift",
        "CoreSignal.swift",
        "Delegate.swift",
        "Disposable.swift",
        "Either.swift",
        "Enablable.swift",
        "Event.swift",
        "EventType.swift",
        "FiniteSignal.swift",
        "Future+Additions.swift",
        "Future+Combiners.swift",
        "Future+Signal.swift",
        "Future.swift",
        "FutureQueue.swift",
        "HasEventListeners.swift",
        "Locking.swift",
        "OrderedCallbacker.swift",
        "ReadSignal.swift",
        "ReadWriteSignal.swift",
        "Recursive.swift",
        "Result.swift",
        "Scheduler.swift",
        "Signal+Combiners.swift",
        "Signal+Construction.swift",
        "Signal+Debug.swift",
        "Signal+KeyValueObserving.swift",
        "Signal+Listeners.swift",
        "Signal+Scheduling.swift",
        "Signal+Transforms.swift",
        "Signal+Utilities.swift",
        "Signal.swift",
        "SignalProvider.swift",
        "TargetActionable.swift",
        "UIControls+Extensions.swift",
        "UIView+EditingMenu.swift",
        "UIView+Signal.swift",
        "Utilities.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "Flow",
    "schemes" : [
      "Flow"
    ],
    "targets" : [
      "Flow",
      "FlowTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Flow -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-15.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Flow -destination generic/platform=watchOS
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
2024-09-26 07:26:45.660 xcodebuild[528:3043] Writing error result bundle to /var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/ResultBundle_2024-26-09_07-26-0045.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
		{ generic:1, platform:watchOS }
	Available destinations for the "Flow" scheme:
		{ platform:macOS, arch:arm64, id:0000FE00-8C151E3703BE51BE, name:My Mac }
		{ platform:macOS, arch:x86_64, id:0000FE00-8C151E3703BE51BE, name:My Mac }
		{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
		{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
		{ platform:macOS, name:Any Mac }
		{ platform:tvOS, id:dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder, name:Any tvOS Device }
		{ platform:tvOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-appletvsimulator:placeholder, name:Any tvOS Simulator Device }
		{ platform:tvOS Simulator, id:3DCDB840-9F58-45CD-986B-98E19574885F, OS:17.5, name:Apple TV }
		{ platform:tvOS Simulator, id:3DCDB840-9F58-45CD-986B-98E19574885F, OS:17.5, name:Apple TV }
		{ platform:tvOS Simulator, id:E92BDC90-C144-42F3-85D7-65EF40B3243F, OS:17.5, name:Apple TV 4K (3rd generation) }
		{ platform:tvOS Simulator, id:E92BDC90-C144-42F3-85D7-65EF40B3243F, OS:17.5, name:Apple TV 4K (3rd generation) }
		{ platform:tvOS Simulator, id:8DD4FF78-0FC8-4C59-8371-C9A2ABADA435, OS:17.5, name:Apple TV 4K (3rd generation) (at 1080p) }
		{ platform:tvOS Simulator, id:8DD4FF78-0FC8-4C59-8371-C9A2ABADA435, OS:17.5, name:Apple TV 4K (3rd generation) (at 1080p) }
		{ platform:iOS Simulator, id:98CF9E9D-A923-4929-840E-E8B2EF83782E, OS:17.5, name:iPad (10th generation) }
		{ platform:iOS Simulator, id:98CF9E9D-A923-4929-840E-E8B2EF83782E, OS:17.5, name:iPad (10th generation) }
		{ platform:iOS Simulator, id:083AE6AE-210C-42CF-A95D-2611B29264F4, OS:17.5, name:iPad Air 11-inch (M2) }
		{ platform:iOS Simulator, id:083AE6AE-210C-42CF-A95D-2611B29264F4, OS:17.5, name:iPad Air 11-inch (M2) }
		{ platform:iOS Simulator, id:847EF4D5-E2F5-4F25-AD34-39D8F475B9F3, OS:17.5, name:iPad Air 13-inch (M2) }
		{ platform:iOS Simulator, id:847EF4D5-E2F5-4F25-AD34-39D8F475B9F3, OS:17.5, name:iPad Air 13-inch (M2) }
		{ platform:iOS Simulator, id:DC8D81D1-BC53-42D1-899E-BF62E080FE81, OS:17.5, name:iPad Pro 11-inch (M4) }
		{ platform:iOS Simulator, id:DC8D81D1-BC53-42D1-899E-BF62E080FE81, OS:17.5, name:iPad Pro 11-inch (M4) }
		{ platform:iOS Simulator, id:45025DF6-034F-487C-950A-10EEDA2654AB, OS:17.5, name:iPad Pro 13-inch (M4) }
		{ platform:iOS Simulator, id:45025DF6-034F-487C-950A-10EEDA2654AB, OS:17.5, name:iPad Pro 13-inch (M4) }
		{ platform:iOS Simulator, id:92371937-FE67-41ED-AF22-F1CB27540111, OS:17.5, name:iPad mini (6th generation) }
		{ platform:iOS Simulator, id:92371937-FE67-41ED-AF22-F1CB27540111, OS:17.5, name:iPad mini (6th generation) }
		{ platform:iOS Simulator, id:B343B625-C5FD-4EF0-B0DB-AAF78A9AFA59, OS:17.5, name:iPhone 15 }
		{ platform:iOS Simulator, id:B343B625-C5FD-4EF0-B0DB-AAF78A9AFA59, OS:17.5, name:iPhone 15 }
		{ platform:iOS Simulator, id:E8E6103C-E994-48B2-BCFB-08452991DAF4, OS:17.5, name:iPhone 15 Plus }
		{ platform:iOS Simulator, id:E8E6103C-E994-48B2-BCFB-08452991DAF4, OS:17.5, name:iPhone 15 Plus }
		{ platform:iOS Simulator, id:60CAE2EE-1D6B-47A0-8CEB-54B4DC174528, OS:17.5, name:iPhone 15 Pro }
		{ platform:iOS Simulator, id:60CAE2EE-1D6B-47A0-8CEB-54B4DC174528, OS:17.5, name:iPhone 15 Pro }
		{ platform:iOS Simulator, id:1630275B-43BB-487E-ADD7-9DC72C60EE41, OS:17.5, name:iPhone 15 Pro Max }
		{ platform:iOS Simulator, id:1630275B-43BB-487E-ADD7-9DC72C60EE41, OS:17.5, name:iPhone 15 Pro Max }
		{ platform:iOS Simulator, id:AC90B049-EA8F-4969-9735-7871FED3C526, OS:17.5, name:iPhone SE (3rd generation) }
		{ platform:iOS Simulator, id:AC90B049-EA8F-4969-9735-7871FED3C526, OS:17.5, name:iPhone SE (3rd generation) }
INFRASTRUCTURE ERROR (status: destinationUnavailable