This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 AsyncNinja with Swift 5.10 for iOS using Xcode 15.4.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme AsyncNinja-Package -destination generic/platform=ios

Build Log

========================================
RunAll
========================================
Builder version: 4.34.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AsyncNinja/AsyncNinja.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/AsyncNinja/AsyncNinja
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 12887fc Disable flaky test
Cloned https://github.com/AsyncNinja/AsyncNinja.git
Revision (git rev-parse @):
12887fc0a02425aebb177becfd63c54dbc69356d
SUCCESS checkout https://github.com/AsyncNinja/AsyncNinja.git at master
========================================
Build
========================================
Selected platform:         iOS
Swift version:             5.10
Building package at path:  $workDir
https://github.com/AsyncNinja/AsyncNinja.git
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
resolved source packages:
objc[19208]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x11242c0e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x112bac0e0). One of the two will be used. Which one is undefined.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AsyncNinja",
  "name" : "AsyncNinja",
  "path" : "/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "ImportingTestExecutable",
      "targets" : [
        "ImportingTestExecutable"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "AsyncNinja",
      "targets" : [
        "AsyncNinja",
        "AsyncNinjaReactiveUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "ImportingTestExecutable",
      "module_type" : "SwiftTarget",
      "name" : "ImportingTestExecutable",
      "path" : "Sources/ImportingTestExecutable",
      "product_memberships" : [
        "ImportingTestExecutable"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "AsyncNinja",
        "AsyncNinjaReactiveUI"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "AsyncNinjaTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncNinjaTests",
      "path" : "Tests/AsyncNinja",
      "sources" : [
        "BatchFutureTests.swift",
        "CachableValueTests.swift",
        "CacheTests.swift",
        "CancellationTokenTests.swift",
        "ChannelMakersTests.swift",
        "ChannelTests.swift",
        "EitherTests.swift",
        "EventSource_CombineTests.swift",
        "EventSource_FlatMapFuturesTests.swift",
        "EventSource_MapTests.swift",
        "EventSource_Merge2Tests.swift",
        "EventSource_ScanTests.swift",
        "EventSource_ToFutureTests.swift",
        "EventSource_TransformTests.swift",
        "EventSource_Zip2Tests.swift",
        "ExecutionContextTests.swift",
        "ExecutorTests.swift",
        "FallibleTests.swift",
        "FutureTests.swift",
        "Future_MakersTests.swift",
        "ObserversTests.swift",
        "OptionalAdaptorTests.swift",
        "PerformanceTests.swift",
        "ReleasePoolTests.swift",
        "SinglyLinkedListTests.swift",
        "TestUtilities.swift",
        "TimerChannelTests.swift",
        "TryExecuteTests.swift",
        "XCTestManifest.swift",
        "ZipFuturesTest.swift"
      ],
      "target_dependencies" : [
        "AsyncNinja"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncNinjaReactiveUITests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncNinjaReactiveUITests",
      "path" : "Tests/AsyncNinjaReactiveUI",
      "sources" : [
        "Fixtures.swift",
        "appleOSTests.swift",
        "iOSTests.swift",
        "macOSTests.swift"
      ],
      "target_dependencies" : [
        "AsyncNinjaReactiveUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncNinjaReactiveUI",
      "module_type" : "SwiftTarget",
      "name" : "AsyncNinjaReactiveUI",
      "path" : "Sources/AsyncNinjaReactiveUI",
      "product_memberships" : [
        "ImportingTestExecutable",
        "AsyncNinja"
      ],
      "sources" : [
        "appleOS_ReactiveProperties.swift",
        "iOS.swift",
        "macOS_BindingsProxy.swift",
        "macOS_ReactiveProperties.swift"
      ],
      "target_dependencies" : [
        "AsyncNinja"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AsyncNinja",
      "module_type" : "SwiftTarget",
      "name" : "AsyncNinja",
      "path" : "Sources/AsyncNinja",
      "product_memberships" : [
        "ImportingTestExecutable",
        "AsyncNinja"
      ],
      "sources" : [
        "BaseProducer.swift",
        "Box.swift",
        "CachableValue.swift",
        "Cache.swift",
        "CancellationToken.swift",
        "Channel.swift",
        "Channel_makers.swift",
        "Completable_Implementation.swift",
        "Completing_Implementation.swift",
        "Completing_Transform.swift",
        "ConstantFuture.swift",
        "Debug.swift",
        "Dispatch_Extensions.swift",
        "DynamicProperty.swift",
        "Either.swift",
        "EventSource_Combine.swift",
        "EventSource_CombineLatests.swift",
        "EventSource_Concat.swift",
        "EventSource_Debounce.swift",
        "EventSource_FlatMapFutures.swift",
        "EventSource_Implementation.swift",
        "EventSource_Map.swift",
        "EventSource_Merge2.swift",
        "EventSource_Merge2Unrelated.swift",
        "EventSource_Sample.swift",
        "EventSource_Scan.swift",
        "EventSource_StartWith.swift",
        "EventSource_Throttle.swift",
        "EventSource_ToFuture.swift",
        "EventSource_Transform.swift",
        "EventSource_Zip2.swift",
        "EventSource_ifEmpty.swift",
        "ExecutionContext.swift",
        "Executor.swift",
        "Fallible.swift",
        "Future.swift",
        "Future_Makers.swift",
        "KeyProtocols.swift",
        "Locking.swift",
        "MergeFutures.swift",
        "NetworkReachability.swift",
        "OptionalAdaptor.swift",
        "Producer.swift",
        "ProducerProxy.swift",
        "Producer_makers.swift",
        "Promise.swift",
        "Promise_makers.swift",
        "PropertyWrappers.swift",
        "Queue.swift",
        "ReleasePool.swift",
        "Sequence_AsyncFlatMap.swift",
        "Sequence_AsyncMap.swift",
        "Sequence_AsyncReduce.swift",
        "SinglyLinkedList.swift",
        "Sink.swift",
        "Stack.swift",
        "TimerChannel.swift",
        "TryExecute.swift",
        "Util.swift",
        "Zip2Futures.swift",
        "Zip3Futures.swift",
        "appleOS.swift",
        "appleOS_CoreData.swift",
        "appleOS_ExecutionContext.swift",
        "appleOS_Notifications.swift",
        "appleOS_Observation.swift",
        "appleOS_Retainer.swift",
        "appleOS_URLSession.swift",
        "macOS.swift",
        "watchOS.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "AsyncNinja",
    "schemes" : [
      "AsyncNinja",
      "AsyncNinja-Package",
      "ImportingTestExecutable"
    ],
    "targets" : [
      "AsyncNinja",
      "AsyncNinjaPackageDescription",
      "AsyncNinjaPackageTests",
      "AsyncNinjaReactiveUI",
      "AsyncNinjaReactiveUITests",
      "AsyncNinjaTests",
      "ImportingTestExecutable"
    ]
  }
}
objc[19387]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10e3a80e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10eb480e0). One of the two will be used. Which one is undefined.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme AsyncNinja-Package -destination generic/platform=ios
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme AsyncNinja-Package -destination generic/platform=ios
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'ImportingTestExecutable' in project 'AsyncNinja'
        ➜ Explicit dependency on target 'AsyncNinjaReactiveUI' in project 'AsyncNinja'
        ➜ Explicit dependency on target 'AsyncNinja' in project 'AsyncNinja'
    Target 'AsyncNinjaReactiveUI' in project 'AsyncNinja'
        ➜ Explicit dependency on target 'AsyncNinja' in project 'AsyncNinja'
    Target 'AsyncNinja' in project 'AsyncNinja' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 0f5166037f9d84dcf2512e1bad4c52ec
Build description path: /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0f5166037f9d84dcf2512e1bad4c52ec.xcbuilddata
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/AsyncNinja.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.4.99. (in target 'AsyncNinja' from project 'AsyncNinja')
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/AsyncNinja.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.4.99. (in target 'AsyncNinjaReactiveUI' from project 'AsyncNinja')
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/AsyncNinja.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.4.99. (in target 'ImportingTestExecutable' from project 'AsyncNinja')
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/AsyncNinja.xcodeproj: error: Signing for "ImportingTestExecutable" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'ImportingTestExecutable' from project 'AsyncNinja')
objc[19456]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x1125980e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x112f900e0). One of the two will be used. Which one is undefined.
** BUILD FAILED **
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme AsyncNinja-Package -destination generic/platform=ios
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'ImportingTestExecutable' in project 'AsyncNinja'
        ➜ Explicit dependency on target 'AsyncNinjaReactiveUI' in project 'AsyncNinja'
        ➜ Explicit dependency on target 'AsyncNinja' in project 'AsyncNinja'
    Target 'AsyncNinjaReactiveUI' in project 'AsyncNinja'
        ➜ Explicit dependency on target 'AsyncNinja' in project 'AsyncNinja'
    Target 'AsyncNinja' in project 'AsyncNinja' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/AsyncNinja.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.4.99. (in target 'AsyncNinja' from project 'AsyncNinja')
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/AsyncNinja.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.4.99. (in target 'AsyncNinjaReactiveUI' from project 'AsyncNinja')
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/AsyncNinja.xcodeproj: error: Signing for "ImportingTestExecutable" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'ImportingTestExecutable' from project 'AsyncNinja')
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/AsyncNinja.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.4.99. (in target 'ImportingTestExecutable' from project 'AsyncNinja')
objc[19508]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x1132500e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x11387c0e0). One of the two will be used. Which one is undefined.
** BUILD FAILED **
BUILD FAILURE 5.10 iOS
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.