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 URLRequestOperation with Swift 5.10 for tvOS 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 URLRequestOperation-Package -destination generic/platform=tvos

Build Log

========================================
RunAll
========================================
Builder version: 4.38.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Frizlab/URLRequestOperation.git
Reference: 2.0.0-alpha.15
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Frizlab/URLRequestOperation
 * tag               2.0.0-alpha.15 -> FETCH_HEAD
HEAD is now at c587654 Fix a Sendability warning for AppKit
Cloned https://github.com/Frizlab/URLRequestOperation.git
Revision (git rev-parse @):
c58765476cc647022803a49238ca59c0207d20b8
SUCCESS checkout https://github.com/Frizlab/URLRequestOperation.git at 2.0.0-alpha.15
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             5.10
Building package at path:  $workDir
https://github.com/Frizlab/URLRequestOperation.git
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/apple/swift-collections.git (cached)
Fetching from https://github.com/apple/swift-log.git (cached)
Fetching from https://github.com/apple/swift-syntax.git (cached)
Fetching from https://github.com/Frizlab/stream-reader.git (cached)
Fetching from https://github.com/happn-app/RecursiveSyncDispatch.git (cached)
Fetching from https://github.com/Frizlab/SemiSingleton.git (cached)
Fetching from https://github.com/Frizlab/RetryingOperation.git
Fetching from https://github.com/Frizlab/SafeGlobal.git (cached)
Fetching from https://github.com/Frizlab/HTTPCoders.git (cached)
Creating working copy of package ‘swift-syntax’
Checking out 510.0.0 of package ‘swift-syntax’
Creating working copy of package ‘SemiSingleton’
Checking out 2.1.0-beta.1 of package ‘SemiSingleton’
Creating working copy of package ‘stream-reader’
Checking out 3.5.2 of package ‘stream-reader’
Creating working copy of package ‘swift-log’
Checking out 1.5.4 of package ‘swift-log’
Creating working copy of package ‘swift-collections’
Checking out 1.1.0 of package ‘swift-collections’
Creating working copy of package ‘RecursiveSyncDispatch’
Checking out 1.0.1 of package ‘RecursiveSyncDispatch’
Creating working copy of package ‘RetryingOperation’
Checking out 1.1.8 of package ‘RetryingOperation’
Creating working copy of package ‘HTTPCoders’
Checking out 0.1.2 of package ‘HTTPCoders’
Creating working copy of package ‘SafeGlobal’
Checking out 0.3.0 of package ‘SafeGlobal’
Resolved source packages:
  swift-syntax: https://github.com/apple/swift-syntax.git @ 510.0.0
  RecursiveSyncDispatch: https://github.com/happn-app/RecursiveSyncDispatch.git @ 1.0.1
  RetryingOperation: https://github.com/Frizlab/RetryingOperation.git @ 1.1.8
  swift-collections: https://github.com/apple/swift-collections.git @ 1.1.0
  SafeGlobal: https://github.com/Frizlab/SafeGlobal.git @ 0.3.0
  swift-log: https://github.com/apple/swift-log.git @ 1.5.4
  stream-reader: https://github.com/Frizlab/stream-reader.git @ 3.5.2
  URLRequestOperation: /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
  HTTPCoders: https://github.com/Frizlab/HTTPCoders.git @ 0.1.2
  SemiSingleton: https://github.com/Frizlab/SemiSingleton.git @ 2.1.0-beta.1
resolved source packages: swift-syntax, RecursiveSyncDispatch, RetryingOperation, swift-collections, SafeGlobal, swift-log, stream-reader, URLRequestOperation, HTTPCoders, SemiSingleton
objc[98468]: 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 (0x1187680e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x120cbc0e0). One of the two will be used. Which one is undefined.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "httpcoders",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Frizlab/HTTPCoders.git"
    },
    {
      "identity" : "retryingoperation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.6",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Frizlab/RetryingOperation.git"
    },
    {
      "identity" : "safeglobal",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Frizlab/SafeGlobal.git"
    },
    {
      "identity" : "semisingleton",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0-beta.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Frizlab/SemiSingleton.git"
    }
  ],
  "manifest_display_name" : "URLRequestOperation",
  "name" : "URLRequestOperation",
  "path" : "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "MediaType",
      "targets" : [
        "MediaType"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "URLRequestOperation",
      "targets" : [
        "URLRequestOperation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "URLRequestOperationManualTest",
      "targets" : [
        "URLRequestOperationManualTest"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "URLRequestOperationTests",
      "module_type" : "SwiftTarget",
      "name" : "URLRequestOperationTests",
      "path" : "Tests/URLRequestOperationTests",
      "sources" : [
        "IPUtilsTests.swift",
        "ReachabilityTests.swift",
        "URLRequestOperationTests.swift"
      ],
      "target_dependencies" : [
        "URLRequestOperation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "URLRequestOperationManualTest",
      "module_type" : "SwiftTarget",
      "name" : "URLRequestOperationManualTest",
      "path" : "Sources/URLRequestOperationManualTest",
      "product_memberships" : [
        "URLRequestOperationManualTest"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "URLRequestOperation"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "URLRequestOperation",
      "module_type" : "SwiftTarget",
      "name" : "URLRequestOperation",
      "path" : "Sources/URLRequestOperation",
      "product_dependencies" : [
        "FormURLEncodedCoder",
        "Logging",
        "RetryingOperation",
        "SafeGlobal",
        "SemiSingleton"
      ],
      "product_memberships" : [
        "URLRequestOperation",
        "URLRequestOperationManualTest"
      ],
      "sources" : [
        "Glue/BlockDispatcher.swift",
        "Glue/HTTPContentCoder+FormURLEncodedEncoding.swift",
        "Glue/HTTPContentCoder+JSON.swift",
        "Glue/HTTPContentCoder.swift",
        "Glue/HTTPURLResponse+Utils.swift",
        "Glue/LinuxWeakToWeakMapTable.swift",
        "Glue/LogMetadataKeys.swift",
        "Glue/NSLock+Linux.swift",
        "Glue/Result+Utils.swift",
        "Glue/RetryCountsHolder.swift",
        "Glue/String+Utils.swift",
        "Glue/URL+Utils.swift",
        "Glue/URLQueryCoder+HTTPContentCoder+FormURLEncodedEncoding.swift",
        "Glue/URLQueryCoder.swift",
        "Glue/URLRequest+Utils.swift",
        "Glue/URLSession+Linux.swift",
        "Operations/Helper Protocols/RequestProcessor.swift",
        "Operations/Helper Protocols/ResultProcessor.swift",
        "Operations/Helper Protocols/RetryProvider.swift",
        "Operations/Helper Protocols/URLResponseValidator.swift",
        "Operations/Helpers/Request Processors/AsyncBlockRequestProcessor.swift",
        "Operations/Helpers/Request Processors/BlockRequestProcessor.swift",
        "Operations/Helpers/Result Processors/AnyResultProcessor.swift",
        "Operations/Helpers/Result Processors/DecodeDataResultProcessor.swift",
        "Operations/Helpers/Result Processors/DecodeHTTPContentResultProcessor.swift",
        "Operations/Helpers/Result Processors/HTTPStatusCodeCheckResultProcessor.swift",
        "Operations/Helpers/Result Processors/RecoverHTTPStatusCodeCheckErrorResultProcessor.swift",
        "Operations/Helpers/Result Processors/URLMoveResultProcessor.swift",
        "Operations/Helpers/Result Processors/URLToFileHandleResultProcessor.swift",
        "Operations/Helpers/Retry Helpers/OtherSuccessRetryHelper.swift",
        "Operations/Helpers/Retry Helpers/ReachabilityRetryHelper.swift",
        "Operations/Helpers/Retry Providers/NetworkErrorRetryProvider.swift",
        "Operations/Helpers/Retry Providers/UnretriedErrorsRetryProvider.swift",
        "Operations/Helpers/URL Response Validators/HTTPStatusCodeURLResponseValidator.swift",
        "Operations/URLRequestDataOperation+APIs-TypedError.swift",
        "Operations/URLRequestDataOperation+APIs-UntypedError.swift",
        "Operations/URLRequestDataOperation+Data.swift",
        "Operations/URLRequestDataOperation+Images.swift",
        "Operations/URLRequestDataOperation+String.swift",
        "Operations/URLRequestDataOperation.swift",
        "Operations/URLRequestDownloadOperation+Open.swift",
        "Operations/URLRequestDownloadOperation+Save.swift",
        "Operations/URLRequestDownloadOperation.swift",
        "Operations/URLRequestStreamOperation.swift",
        "Public Session Delegate/URLRequestOperationSessionDelegate.swift",
        "Public Session Delegate/URLRequestOperationSessionDelegateProxy.swift",
        "Public Session Delegate/URLSessionDelegates.swift",
        "Reachability/NotifNameGetter.swift",
        "Reachability/ReachabilityObserver.swift",
        "Reachability/ReachabilitySubscriber.swift",
        "Reachability/SockaddrWrapper.swift",
        "URLRequestOperation.swift",
        "URLRequestOperationConfig.swift",
        "URLRequestOperationErrors.swift",
        "URLRequestOperationResult.swift"
      ],
      "target_dependencies" : [
        "MediaType"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MediaTypeTests",
      "module_type" : "SwiftTarget",
      "name" : "MediaTypeTests",
      "path" : "Tests/MediaTypeTests",
      "sources" : [
        "MediaTypeTests.swift"
      ],
      "target_dependencies" : [
        "MediaType"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MediaType",
      "module_type" : "SwiftTarget",
      "name" : "MediaType",
      "path" : "Sources/MediaType",
      "product_memberships" : [
        "MediaType",
        "URLRequestOperation",
        "URLRequestOperationManualTest"
      ],
      "sources" : [
        "MediaType.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "MediaType",
      "URLRequestOperation",
      "URLRequestOperation-Package",
      "URLRequestOperationManualTest"
    ]
  }
}
objc[98836]: 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 (0x11286c0e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x112ec80e0). 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 URLRequestOperation-Package -destination generic/platform=tvos
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme URLRequestOperation-Package -destination generic/platform=tvos
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  swift-log: https://github.com/apple/swift-log.git @ 1.5.4
  URLRequestOperation: /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
  stream-reader: https://github.com/Frizlab/stream-reader.git @ 3.5.2
  RetryingOperation: https://github.com/Frizlab/RetryingOperation.git @ 1.1.8
  HTTPCoders: https://github.com/Frizlab/HTTPCoders.git @ 0.1.2
  SemiSingleton: https://github.com/Frizlab/SemiSingleton.git @ 2.1.0-beta.1
  swift-syntax: https://github.com/apple/swift-syntax.git @ 510.0.0
  RecursiveSyncDispatch: https://github.com/happn-app/RecursiveSyncDispatch.git @ 1.0.1
  swift-collections: https://github.com/apple/swift-collections.git @ 1.1.0
  SafeGlobal: https://github.com/Frizlab/SafeGlobal.git @ 0.3.0
objc[98958]: 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 (0x10df940e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x110be80e0). One of the two will be used. Which one is undefined.
2024-05-01 22:00:19.971 xcodebuild[98958:17517863] Writing error result bundle to /var/folders/4f/vmvvw7xn07sg3fzsc7v7mmx40000gp/T/ResultBundle_2024-01-05_22-00-0019.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
		{ generic:1, platform:tvos }
	Available destinations for the "URLRequestOperation-Package" scheme:
		{ platform:macOS, arch:arm64e, id:00008103-0008793E26D2001E, name:My Mac }
		{ platform:macOS, arch:arm64, id:00008103-0008793E26D2001E, name:My Mac }
		{ platform:macOS, arch:x86_64, id:00008103-0008793E26D2001E, name:My Mac }
		{ platform:macOS, arch:arm64e, variant:Mac Catalyst, id:00008103-0008793E26D2001E, name:My Mac }
		{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:00008103-0008793E26D2001E, name:My Mac }
		{ platform:macOS, arch:x86_64, variant:Mac Catalyst, id:00008103-0008793E26D2001E, name:My Mac }
		{ platform:macOS, arch:arm64, variant:DriverKit, id:00008103-0008793E26D2001E, name:My Mac }
		{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:00008103-0008793E26D2001E, name:My Mac }
		{ platform:DriverKit, name:Any DriverKit Host }
		{ 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:macOS, variant:Mac Catalyst, name:Any Mac }
		{ platform:visionOS, id:dvtdevice-DVTiOSDevicePlaceholder-xros:placeholder, name:Any visionOS Device }
		{ platform:visionOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-xrsimulator:placeholder, name:Any visionOS Simulator Device }
		{ platform:watchOS, id:dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder, name:Any watchOS Device }
		{ platform:watchOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-watchsimulator:placeholder, name:Any watchOS Simulator Device }
		{ platform:visionOS Simulator, id:6AC0F656-AA4E-43C7-8D43-5A0FF4CDF4F1, OS:1.0, name:Apple Vision Pro }
		{ platform:visionOS Simulator, id:02B05875-5239-4DEF-9449-29F7BCCA9B25, OS:1.1, name:Apple Vision Pro }
		{ platform:watchOS Simulator, id:8FC2CE5C-5B8B-44FD-9BAD-D2394880EDF9, OS:10.2, name:Apple Watch SE (40mm) (2nd generation) }
		{ platform:watchOS Simulator, id:8FC2CE5C-5B8B-44FD-9BAD-D2394880EDF9, OS:10.2, name:Apple Watch SE (40mm) (2nd generation) }
		{ platform:watchOS Simulator, id:B9EA9165-C0BD-4279-8BEF-287AB519D38F, OS:10.4, name:Apple Watch SE (40mm) (2nd generation) }
		{ platform:watchOS Simulator, id:B9EA9165-C0BD-4279-8BEF-287AB519D38F, OS:10.4, name:Apple Watch SE (40mm) (2nd generation) }
		{ platform:watchOS Simulator, id:0743923D-F4A6-43D9-B060-DF3819631954, OS:10.2, name:Apple Watch SE (44mm) (2nd generation) }
		{ platform:watchOS Simulator, id:0743923D-F4A6-43D9-B060-DF3819631954, OS:10.2, name:Apple Watch SE (44mm) (2nd generation) }
		{ platform:watchOS Simulator, id:3835AF24-B3EC-493E-9827-4370912DF15A, OS:10.4, name:Apple Watch SE (44mm) (2nd generation) }
		{ platform:watchOS Simulator, id:3835AF24-B3EC-493E-9827-4370912DF15A, OS:10.4, name:Apple Watch SE (44mm) (2nd generation) }
		{ platform:watchOS Simulator, id:3758C32A-0632-4B85-9663-9BA5E5726AB3, OS:10.2, name:Apple Watch Series 5 (40mm) }
		{ platform:watchOS Simulator, id:3758C32A-0632-4B85-9663-9BA5E5726AB3, OS:10.2, name:Apple Watch Series 5 (40mm) }
		{ platform:watchOS Simulator, id:088BD68C-5D1F-4419-86D3-BF0D25645E84, OS:10.4, name:Apple Watch Series 5 (40mm) }
		{ platform:watchOS Simulator, id:088BD68C-5D1F-4419-86D3-BF0D25645E84, OS:10.4, name:Apple Watch Series 5 (40mm) }
		{ platform:watchOS Simulator, id:50E97C6C-26A9-41D6-9652-1681097293AD, OS:10.2, name:Apple Watch Series 5 (44mm) }
		{ platform:watchOS Simulator, id:50E97C6C-26A9-41D6-9652-1681097293AD, OS:10.2, name:Apple Watch Series 5 (44mm) }
		{ platform:watchOS Simulator, id:1C5FC30A-A3CF-460F-A0E6-AE9C68ABFE1C, OS:10.4, name:Apple Watch Series 5 (44mm) }
		{ platform:watchOS Simulator, id:1C5FC30A-A3CF-460F-A0E6-AE9C68ABFE1C, OS:10.4, name:Apple Watch Series 5 (44mm) }
		{ platform:watchOS Simulator, id:2E1043B5-604D-4613-B302-C5179459B25D, OS:10.2, name:Apple Watch Series 6 (40mm) }
		{ platform:watchOS Simulator, id:2E1043B5-604D-4613-B302-C5179459B25D, OS:10.2, name:Apple Watch Series 6 (40mm) }
		{ platform:watchOS Simulator, id:C0FE9742-4065-455E-BB16-8CD96A58FBC1, OS:10.4, name:Apple Watch Series 6 (40mm) }
		{ platform:watchOS Simulator, id:C0FE9742-4065-455E-BB16-8CD96A58FBC1, OS:10.4, name:Apple Watch Series 6 (40mm) }
		{ platform:watchOS Simulator, id:36BB1A71-0CBE-49B8-92AE-B08A9CB766D3, OS:10.2, name:Apple Watch Series 6 (44mm) }
		{ platform:watchOS Simulator, id:36BB1A71-0CBE-49B8-92AE-B08A9CB766D3, OS:10.2, name:Apple Watch Series 6 (44mm) }
		{ platform:watchOS Simulator, id:8426D5B8-B9BA-4C55-B005-E770E824CA71, OS:10.4, name:Apple Watch Series 6 (44mm) }
		{ platform:watchOS Simulator, id:8426D5B8-B9BA-4C55-B005-E770E824CA71, OS:10.4, name:Apple Watch Series 6 (44mm) }
		{ platform:watchOS Simulator, id:763E23C6-9983-4810-9B46-29BEA10D69DC, OS:10.2, name:Apple Watch Series 7 (41mm) }
		{ platform:watchOS Simulator, id:763E23C6-9983-4810-9B46-29BEA10D69DC, OS:10.2, name:Apple Watch Series 7 (41mm) }
		{ platform:watchOS Simulator, id:CA501DDC-DCE5-4FB5-B14B-03E73CD3261F, OS:10.4, name:Apple Watch Series 7 (41mm) }
		{ platform:watchOS Simulator, id:CA501DDC-DCE5-4FB5-B14B-03E73CD3261F, OS:10.4, name:Apple Watch Series 7 (41mm) }
		{ platform:watchOS Simulator, id:E51609F2-09EB-447D-AABE-4539D3C7C166, OS:10.2, name:Apple Watch Series 7 (45mm) }
		{ platform:watchOS Simulator, id:E51609F2-09EB-447D-AABE-4539D3C7C166, OS:10.2, name:Apple Watch Series 7 (45mm) }
		{ platform:watchOS Simulator, id:83097A14-B547-4666-9F17-1EB93074D9E8, OS:10.4, name:Apple Watch Series 7 (45mm) }
		{ platform:watchOS Simulator, id:83097A14-B547-4666-9F17-1EB93074D9E8, OS:10.4, name:Apple Watch Series 7 (45mm) }
		{ platform:watchOS Simulator, id:1642F2C5-2C26-4498-94E0-C430C45A8068, OS:10.2, name:Apple Watch Series 9 (41mm) }
		{ platform:watchOS Simulator, id:1642F2C5-2C26-4498-94E0-C430C45A8068, OS:10.2, name:Apple Watch Series 9 (41mm) }
		{ platform:watchOS Simulator, id:F6C0AFAB-8F10-4160-8E3D-D16A1F300CCA, OS:10.4, name:Apple Watch Series 9 (41mm) }
		{ platform:watchOS Simulator, id:F6C0AFAB-8F10-4160-8E3D-D16A1F300CCA, OS:10.4, name:Apple Watch Series 9 (41mm) }
		{ platform:watchOS Simulator, id:A7ED3F51-2F3F-43EA-9F44-4031AF7FF83E, OS:10.2, name:Apple Watch Series 9 (45mm) }
		{ platform:watchOS Simulator, id:A7ED3F51-2F3F-43EA-9F44-4031AF7FF83E, OS:10.2, name:Apple Watch Series 9 (45mm) }
		{ platform:watchOS Simulator, id:218C7BFB-66B3-41B2-802D-3C593D342126, OS:10.4, name:Apple Watch Series 9 (45mm) }
		{ platform:watchOS Simulator, id:218C7BFB-66B3-41B2-802D-3C593D342126, OS:10.4, name:Apple Watch Series 9 (45mm) }
		{ platform:watchOS Simulator, id:A1488A02-83BA-49F8-8497-470351748229, OS:10.2, name:Apple Watch Ultra 2 (49mm) }
		{ platform:watchOS Simulator, id:A1488A02-83BA-49F8-8497-470351748229, OS:10.2, name:Apple Watch Ultra 2 (49mm) }
		{ platform:watchOS Simulator, id:8E400AE6-37F1-4D2B-853D-80E271459614, OS:10.4, name:Apple Watch Ultra 2 (49mm) }
		{ platform:watchOS Simulator, id:8E400AE6-37F1-4D2B-853D-80E271459614, OS:10.4, name:Apple Watch Ultra 2 (49mm) }
		{ platform:iOS Simulator, id:98E883B9-C166-458F-A6C1-954B46DC6595, OS:17.2, name:iPad (10th generation) }
		{ platform:iOS Simulator, id:98E883B9-C166-458F-A6C1-954B46DC6595, OS:17.2, name:iPad (10th generation) }
		{ platform:iOS Simulator, id:81E9535F-432C-4C9C-841E-F031BA421B14, OS:17.4, name:iPad (10th generation) }
		{ platform:iOS Simulator, id:81E9535F-432C-4C9C-841E-F031BA421B14, OS:17.4, name:iPad (10th generation) }
		{ platform:iOS Simulator, id:D6EED990-E469-4E82-8DCC-E964BAC2DC2D, OS:17.2, name:iPad Air (5th generation) }
		{ platform:iOS Simulator, id:D6EED990-E469-4E82-8DCC-E964BAC2DC2D, OS:17.2, name:iPad Air (5th generation) }
		{ platform:iOS Simulator, id:807E1633-5B15-41AB-AC4B-C262938F1D0E, OS:17.4, name:iPad Air (5th generation) }
		{ platform:iOS Simulator, id:807E1633-5B15-41AB-AC4B-C262938F1D0E, OS:17.4, name:iPad Air (5th generation) }
		{ platform:iOS Simulator, id:E37128B4-3F7C-4408-B005-7964D9E04DAB, OS:17.2, name:iPad Pro (11-inch) (4th generation) }
		{ platform:iOS Simulator, id:E37128B4-3F7C-4408-B005-7964D9E04DAB, OS:17.2, name:iPad Pro (11-inch) (4th generation) }
		{ platform:iOS Simulator, id:DBB05E39-B23F-4424-908C-E88B22650C33, OS:17.4, name:iPad Pro (11-inch) (4th generation) }
		{ platform:iOS Simulator, id:DBB05E39-B23F-4424-908C-E88B22650C33, OS:17.4, name:iPad Pro (11-inch) (4th generation) }
		{ platform:iOS Simulator, id:42136315-91B3-49DD-8486-1C1D5DEB4E23, OS:17.2, name:iPad Pro (12.9-inch) (6th generation) }
		{ platform:iOS Simulator, id:42136315-91B3-49DD-8486-1C1D5DEB4E23, OS:17.2, name:iPad Pro (12.9-inch) (6th generation) }
		{ platform:iOS Simulator, id:AFE3FD08-D7BE-42BD-9D25-35882323B0D1, OS:17.4, name:iPad Pro (12.9-inch) (6th generation) }
		{ platform:iOS Simulator, id:AFE3FD08-D7BE-42BD-9D25-35882323B0D1, OS:17.4, name:iPad Pro (12.9-inch) (6th generation) }
		{ platform:iOS Simulator, id:B9188C6F-AEA3-45FA-9B77-2AF2C4F31B6D, OS:17.2, name:iPad mini (6th generation) }
		{ platform:iOS Simulator, id:B9188C6F-AEA3-45FA-9B77-2AF2C4F31B6D, OS:17.2, name:iPad mini (6th generation) }
		{ platform:iOS Simulator, id:69F85D02-5037-4C8B-A4DE-EA676C7AE82D, OS:17.4, name:iPad mini (6th generation) }
		{ platform:iOS Simulator, id:69F85D02-5037-4C8B-A4DE-EA676C7AE82D, OS:17.4, name:iPad mini (6th generation) }
		{ platform:iOS Simulator, id:816A6A68-6E14-443B-A534-6188C85DD3A6, OS:17.2, name:iPhone 15 }
		{ platform:iOS Simulator, id:816A6A68-6E14-443B-A534-6188C85DD3A6, OS:17.2, name:iPhone 15 }
		{ platform:iOS Simulator, id:AE28468A-83B6-47CC-A2E2-636FD77D3560, OS:17.4, name:iPhone 15 }
		{ platform:iOS Simulator, id:AE28468A-83B6-47CC-A2E2-636FD77D3560, OS:17.4, name:iPhone 15 }
		{ platform:iOS Simulator, id:440A5294-3A11-4C43-B4DE-BA02B5612A7F, OS:17.2, name:iPhone 15 Plus }
		{ platform:iOS Simulator, id:440A5294-3A11-4C43-B4DE-BA02B5612A7F, OS:17.2, name:iPhone 15 Plus }
		{ platform:iOS Simulator, id:E1434139-726B-4387-AE51-940AE32BB27E, OS:17.4, name:iPhone 15 Plus }
		{ platform:iOS Simulator, id:E1434139-726B-4387-AE51-940AE32BB27E, OS:17.4, name:iPhone 15 Plus }
		{ platform:iOS Simulator, id:535D1744-DE32-42E5-A083-83B2AB548B52, OS:17.2, name:iPhone 15 Pro }
		{ platform:iOS Simulator, id:535D1744-DE32-42E5-A083-83B2AB548B52, OS:17.2, name:iPhone 15 Pro }
		{ platform:iOS Simulator, id:C6B32EAD-09A7-466B-8B25-ED53003EA389, OS:17.4, name:iPhone 15 Pro }
		{ platform:iOS Simulator, id:C6B32EAD-09A7-466B-8B25-ED53003EA389, OS:17.4, name:iPhone 15 Pro }
		{ platform:iOS Simulator, id:9BE121CF-F65A-4EFC-B28A-8691CDC3FB18, OS:17.2, name:iPhone 15 Pro Max }
		{ platform:iOS Simulator, id:9BE121CF-F65A-4EFC-B28A-8691CDC3FB18, OS:17.2, name:iPhone 15 Pro Max }
		{ platform:iOS Simulator, id:DD99F04A-C848-487F-899B-BBEDCFF917F2, OS:17.4, name:iPhone 15 Pro Max }
		{ platform:iOS Simulator, id:DD99F04A-C848-487F-899B-BBEDCFF917F2, OS:17.4, name:iPhone 15 Pro Max }
		{ platform:iOS Simulator, id:AF6411CC-9917-4985-8E74-97F968BFE2F8, OS:17.2, name:iPhone SE (3rd generation) }
		{ platform:iOS Simulator, id:AF6411CC-9917-4985-8E74-97F968BFE2F8, OS:17.2, name:iPhone SE (3rd generation) }
		{ platform:iOS Simulator, id:00C864A6-A416-4FA0-80B3-5CD79D5873FF, OS:17.4, name:iPhone SE (3rd generation) }
		{ platform:iOS Simulator, id:00C864A6-A416-4FA0-80B3-5CD79D5873FF, OS:17.4, name:iPhone SE (3rd generation) }
	Ineligible destinations for the "URLRequestOperation-Package" scheme:
		{ platform:tvOS, id:dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder, name:Any tvOS Device, error:tvOS 17.4 is not installed. To use with Xcode, first download and install the platform }
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme URLRequestOperation-Package -destination generic/platform=tvos
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  swift-syntax: https://github.com/apple/swift-syntax.git @ 510.0.0
  HTTPCoders: https://github.com/Frizlab/HTTPCoders.git @ 0.1.2
  SemiSingleton: https://github.com/Frizlab/SemiSingleton.git @ 2.1.0-beta.1
  RecursiveSyncDispatch: https://github.com/happn-app/RecursiveSyncDispatch.git @ 1.0.1
  swift-collections: https://github.com/apple/swift-collections.git @ 1.1.0
  RetryingOperation: https://github.com/Frizlab/RetryingOperation.git @ 1.1.8
  swift-log: https://github.com/apple/swift-log.git @ 1.5.4
  stream-reader: https://github.com/Frizlab/stream-reader.git @ 3.5.2
  URLRequestOperation: /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
  SafeGlobal: https://github.com/Frizlab/SafeGlobal.git @ 0.3.0
objc[99025]: 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 (0x10e0b80e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x110bd00e0). One of the two will be used. Which one is undefined.
2024-05-01 22:00:22.028 xcodebuild[99025:17518157] Writing error result bundle to /var/folders/4f/vmvvw7xn07sg3fzsc7v7mmx40000gp/T/ResultBundle_2024-01-05_22-00-0022.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
		{ generic:1, platform:tvos }
	Available destinations for the "URLRequestOperation-Package" scheme:
		{ platform:macOS, arch:arm64e, id:00008103-0008793E26D2001E, name:My Mac }
		{ platform:macOS, arch:arm64, id:00008103-0008793E26D2001E, name:My Mac }
		{ platform:macOS, arch:x86_64, id:00008103-0008793E26D2001E, name:My Mac }
		{ platform:macOS, arch:arm64e, variant:Mac Catalyst, id:00008103-0008793E26D2001E, name:My Mac }
		{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:00008103-0008793E26D2001E, name:My Mac }
		{ platform:macOS, arch:x86_64, variant:Mac Catalyst, id:00008103-0008793E26D2001E, name:My Mac }
		{ platform:macOS, arch:arm64, variant:DriverKit, id:00008103-0008793E26D2001E, name:My Mac }
		{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:00008103-0008793E26D2001E, name:My Mac }
		{ platform:DriverKit, name:Any DriverKit Host }
		{ 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:macOS, variant:Mac Catalyst, name:Any Mac }
		{ platform:visionOS, id:dvtdevice-DVTiOSDevicePlaceholder-xros:placeholder, name:Any visionOS Device }
		{ platform:visionOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-xrsimulator:placeholder, name:Any visionOS Simulator Device }
		{ platform:watchOS, id:dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder, name:Any watchOS Device }
		{ platform:watchOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-watchsimulator:placeholder, name:Any watchOS Simulator Device }
		{ platform:visionOS Simulator, id:6AC0F656-AA4E-43C7-8D43-5A0FF4CDF4F1, OS:1.0, name:Apple Vision Pro }
		{ platform:visionOS Simulator, id:02B05875-5239-4DEF-9449-29F7BCCA9B25, OS:1.1, name:Apple Vision Pro }
		{ platform:watchOS Simulator, id:8FC2CE5C-5B8B-44FD-9BAD-D2394880EDF9, OS:10.2, name:Apple Watch SE (40mm) (2nd generation) }
		{ platform:watchOS Simulator, id:8FC2CE5C-5B8B-44FD-9BAD-D2394880EDF9, OS:10.2, name:Apple Watch SE (40mm) (2nd generation) }
		{ platform:watchOS Simulator, id:B9EA9165-C0BD-4279-8BEF-287AB519D38F, OS:10.4, name:Apple Watch SE (40mm) (2nd generation) }
		{ platform:watchOS Simulator, id:B9EA9165-C0BD-4279-8BEF-287AB519D38F, OS:10.4, name:Apple Watch SE (40mm) (2nd generation) }
		{ platform:watchOS Simulator, id:0743923D-F4A6-43D9-B060-DF3819631954, OS:10.2, name:Apple Watch SE (44mm) (2nd generation) }
		{ platform:watchOS Simulator, id:0743923D-F4A6-43D9-B060-DF3819631954, OS:10.2, name:Apple Watch SE (44mm) (2nd generation) }
		{ platform:watchOS Simulator, id:3835AF24-B3EC-493E-9827-4370912DF15A, OS:10.4, name:Apple Watch SE (44mm) (2nd generation) }
		{ platform:watchOS Simulator, id:3835AF24-B3EC-493E-9827-4370912DF15A, OS:10.4, name:Apple Watch SE (44mm) (2nd generation) }
		{ platform:watchOS Simulator, id:3758C32A-0632-4B85-9663-9BA5E5726AB3, OS:10.2, name:Apple Watch Series 5 (40mm) }
		{ platform:watchOS Simulator, id:3758C32A-0632-4B85-9663-9BA5E5726AB3, OS:10.2, name:Apple Watch Series 5 (40mm) }
		{ platform:watchOS Simulator, id:088BD68C-5D1F-4419-86D3-BF0D25645E84, OS:10.4, name:Apple Watch Series 5 (40mm) }
		{ platform:watchOS Simulator, id:088BD68C-5D1F-4419-86D3-BF0D25645E84, OS:10.4, name:Apple Watch Series 5 (40mm) }
		{ platform:watchOS Simulator, id:50E97C6C-26A9-41D6-9652-1681097293AD, OS:10.2, name:Apple Watch Series 5 (44mm) }
		{ platform:watchOS Simulator, id:50E97C6C-26A9-41D6-9652-1681097293AD, OS:10.2, name:Apple Watch Series 5 (44mm) }
		{ platform:watchOS Simulator, id:1C5FC30A-A3CF-460F-A0E6-AE9C68ABFE1C, OS:10.4, name:Apple Watch Series 5 (44mm) }
		{ platform:watchOS Simulator, id:1C5FC30A-A3CF-460F-A0E6-AE9C68ABFE1C, OS:10.4, name:Apple Watch Series 5 (44mm) }
		{ platform:watchOS Simulator, id:2E1043B5-604D-4613-B302-C5179459B25D, OS:10.2, name:Apple Watch Series 6 (40mm) }
		{ platform:watchOS Simulator, id:2E1043B5-604D-4613-B302-C5179459B25D, OS:10.2, name:Apple Watch Series 6 (40mm) }
		{ platform:watchOS Simulator, id:C0FE9742-4065-455E-BB16-8CD96A58FBC1, OS:10.4, name:Apple Watch Series 6 (40mm) }
		{ platform:watchOS Simulator, id:C0FE9742-4065-455E-BB16-8CD96A58FBC1, OS:10.4, name:Apple Watch Series 6 (40mm) }
		{ platform:watchOS Simulator, id:36BB1A71-0CBE-49B8-92AE-B08A9CB766D3, OS:10.2, name:Apple Watch Series 6 (44mm) }
		{ platform:watchOS Simulator, id:36BB1A71-0CBE-49B8-92AE-B08A9CB766D3, OS:10.2, name:Apple Watch Series 6 (44mm) }
		{ platform:watchOS Simulator, id:8426D5B8-B9BA-4C55-B005-E770E824CA71, OS:10.4, name:Apple Watch Series 6 (44mm) }
		{ platform:watchOS Simulator, id:8426D5B8-B9BA-4C55-B005-E770E824CA71, OS:10.4, name:Apple Watch Series 6 (44mm) }
		{ platform:watchOS Simulator, id:763E23C6-9983-4810-9B46-29BEA10D69DC, OS:10.2, name:Apple Watch Series 7 (41mm) }
		{ platform:watchOS Simulator, id:763E23C6-9983-4810-9B46-29BEA10D69DC, OS:10.2, name:Apple Watch Series 7 (41mm) }
		{ platform:watchOS Simulator, id:CA501DDC-DCE5-4FB5-B14B-03E73CD3261F, OS:10.4, name:Apple Watch Series 7 (41mm) }
		{ platform:watchOS Simulator, id:CA501DDC-DCE5-4FB5-B14B-03E73CD3261F, OS:10.4, name:Apple Watch Series 7 (41mm) }
		{ platform:watchOS Simulator, id:E51609F2-09EB-447D-AABE-4539D3C7C166, OS:10.2, name:Apple Watch Series 7 (45mm) }
		{ platform:watchOS Simulator, id:E51609F2-09EB-447D-AABE-4539D3C7C166, OS:10.2, name:Apple Watch Series 7 (45mm) }
		{ platform:watchOS Simulator, id:83097A14-B547-4666-9F17-1EB93074D9E8, OS:10.4, name:Apple Watch Series 7 (45mm) }
		{ platform:watchOS Simulator, id:83097A14-B547-4666-9F17-1EB93074D9E8, OS:10.4, name:Apple Watch Series 7 (45mm) }
		{ platform:watchOS Simulator, id:1642F2C5-2C26-4498-94E0-C430C45A8068, OS:10.2, name:Apple Watch Series 9 (41mm) }
		{ platform:watchOS Simulator, id:1642F2C5-2C26-4498-94E0-C430C45A8068, OS:10.2, name:Apple Watch Series 9 (41mm) }
		{ platform:watchOS Simulator, id:F6C0AFAB-8F10-4160-8E3D-D16A1F300CCA, OS:10.4, name:Apple Watch Series 9 (41mm) }
		{ platform:watchOS Simulator, id:F6C0AFAB-8F10-4160-8E3D-D16A1F300CCA, OS:10.4, name:Apple Watch Series 9 (41mm) }
		{ platform:watchOS Simulator, id:A7ED3F51-2F3F-43EA-9F44-4031AF7FF83E, OS:10.2, name:Apple Watch Series 9 (45mm) }
		{ platform:watchOS Simulator, id:A7ED3F51-2F3F-43EA-9F44-4031AF7FF83E, OS:10.2, name:Apple Watch Series 9 (45mm) }
		{ platform:watchOS Simulator, id:218C7BFB-66B3-41B2-802D-3C593D342126, OS:10.4, name:Apple Watch Series 9 (45mm) }
		{ platform:watchOS Simulator, id:218C7BFB-66B3-41B2-802D-3C593D342126, OS:10.4, name:Apple Watch Series 9 (45mm) }
		{ platform:watchOS Simulator, id:A1488A02-83BA-49F8-8497-470351748229, OS:10.2, name:Apple Watch Ultra 2 (49mm) }
		{ platform:watchOS Simulator, id:A1488A02-83BA-49F8-8497-470351748229, OS:10.2, name:Apple Watch Ultra 2 (49mm) }
		{ platform:watchOS Simulator, id:8E400AE6-37F1-4D2B-853D-80E271459614, OS:10.4, name:Apple Watch Ultra 2 (49mm) }
		{ platform:watchOS Simulator, id:8E400AE6-37F1-4D2B-853D-80E271459614, OS:10.4, name:Apple Watch Ultra 2 (49mm) }
		{ platform:iOS Simulator, id:98E883B9-C166-458F-A6C1-954B46DC6595, OS:17.2, name:iPad (10th generation) }
		{ platform:iOS Simulator, id:98E883B9-C166-458F-A6C1-954B46DC6595, OS:17.2, name:iPad (10th generation) }
		{ platform:iOS Simulator, id:81E9535F-432C-4C9C-841E-F031BA421B14, OS:17.4, name:iPad (10th generation) }
		{ platform:iOS Simulator, id:81E9535F-432C-4C9C-841E-F031BA421B14, OS:17.4, name:iPad (10th generation) }
		{ platform:iOS Simulator, id:D6EED990-E469-4E82-8DCC-E964BAC2DC2D, OS:17.2, name:iPad Air (5th generation) }
		{ platform:iOS Simulator, id:D6EED990-E469-4E82-8DCC-E964BAC2DC2D, OS:17.2, name:iPad Air (5th generation) }
		{ platform:iOS Simulator, id:807E1633-5B15-41AB-AC4B-C262938F1D0E, OS:17.4, name:iPad Air (5th generation) }
		{ platform:iOS Simulator, id:807E1633-5B15-41AB-AC4B-C262938F1D0E, OS:17.4, name:iPad Air (5th generation) }
		{ platform:iOS Simulator, id:E37128B4-3F7C-4408-B005-7964D9E04DAB, OS:17.2, name:iPad Pro (11-inch) (4th generation) }
		{ platform:iOS Simulator, id:E37128B4-3F7C-4408-B005-7964D9E04DAB, OS:17.2, name:iPad Pro (11-inch) (4th generation) }
		{ platform:iOS Simulator, id:DBB05E39-B23F-4424-908C-E88B22650C33, OS:17.4, name:iPad Pro (11-inch) (4th generation) }
		{ platform:iOS Simulator, id:DBB05E39-B23F-4424-908C-E88B22650C33, OS:17.4, name:iPad Pro (11-inch) (4th generation) }
		{ platform:iOS Simulator, id:42136315-91B3-49DD-8486-1C1D5DEB4E23, OS:17.2, name:iPad Pro (12.9-inch) (6th generation) }
		{ platform:iOS Simulator, id:42136315-91B3-49DD-8486-1C1D5DEB4E23, OS:17.2, name:iPad Pro (12.9-inch) (6th generation) }
		{ platform:iOS Simulator, id:AFE3FD08-D7BE-42BD-9D25-35882323B0D1, OS:17.4, name:iPad Pro (12.9-inch) (6th generation) }
		{ platform:iOS Simulator, id:AFE3FD08-D7BE-42BD-9D25-35882323B0D1, OS:17.4, name:iPad Pro (12.9-inch) (6th generation) }
		{ platform:iOS Simulator, id:B9188C6F-AEA3-45FA-9B77-2AF2C4F31B6D, OS:17.2, name:iPad mini (6th generation) }
		{ platform:iOS Simulator, id:B9188C6F-AEA3-45FA-9B77-2AF2C4F31B6D, OS:17.2, name:iPad mini (6th generation) }
		{ platform:iOS Simulator, id:69F85D02-5037-4C8B-A4DE-EA676C7AE82D, OS:17.4, name:iPad mini (6th generation) }
		{ platform:iOS Simulator, id:69F85D02-5037-4C8B-A4DE-EA676C7AE82D, OS:17.4, name:iPad mini (6th generation) }
		{ platform:iOS Simulator, id:816A6A68-6E14-443B-A534-6188C85DD3A6, OS:17.2, name:iPhone 15 }
		{ platform:iOS Simulator, id:816A6A68-6E14-443B-A534-6188C85DD3A6, OS:17.2, name:iPhone 15 }
		{ platform:iOS Simulator, id:AE28468A-83B6-47CC-A2E2-636FD77D3560, OS:17.4, name:iPhone 15 }
		{ platform:iOS Simulator, id:AE28468A-83B6-47CC-A2E2-636FD77D3560, OS:17.4, name:iPhone 15 }
		{ platform:iOS Simulator, id:440A5294-3A11-4C43-B4DE-BA02B5612A7F, OS:17.2, name:iPhone 15 Plus }
		{ platform:iOS Simulator, id:440A5294-3A11-4C43-B4DE-BA02B5612A7F, OS:17.2, name:iPhone 15 Plus }
		{ platform:iOS Simulator, id:E1434139-726B-4387-AE51-940AE32BB27E, OS:17.4, name:iPhone 15 Plus }
		{ platform:iOS Simulator, id:E1434139-726B-4387-AE51-940AE32BB27E, OS:17.4, name:iPhone 15 Plus }
		{ platform:iOS Simulator, id:535D1744-DE32-42E5-A083-83B2AB548B52, OS:17.2, name:iPhone 15 Pro }
		{ platform:iOS Simulator, id:535D1744-DE32-42E5-A083-83B2AB548B52, OS:17.2, name:iPhone 15 Pro }
		{ platform:iOS Simulator, id:C6B32EAD-09A7-466B-8B25-ED53003EA389, OS:17.4, name:iPhone 15 Pro }
		{ platform:iOS Simulator, id:C6B32EAD-09A7-466B-8B25-ED53003EA389, OS:17.4, name:iPhone 15 Pro }
		{ platform:iOS Simulator, id:9BE121CF-F65A-4EFC-B28A-8691CDC3FB18, OS:17.2, name:iPhone 15 Pro Max }
		{ platform:iOS Simulator, id:9BE121CF-F65A-4EFC-B28A-8691CDC3FB18, OS:17.2, name:iPhone 15 Pro Max }
		{ platform:iOS Simulator, id:DD99F04A-C848-487F-899B-BBEDCFF917F2, OS:17.4, name:iPhone 15 Pro Max }
		{ platform:iOS Simulator, id:DD99F04A-C848-487F-899B-BBEDCFF917F2, OS:17.4, name:iPhone 15 Pro Max }
		{ platform:iOS Simulator, id:AF6411CC-9917-4985-8E74-97F968BFE2F8, OS:17.2, name:iPhone SE (3rd generation) }
		{ platform:iOS Simulator, id:AF6411CC-9917-4985-8E74-97F968BFE2F8, OS:17.2, name:iPhone SE (3rd generation) }
		{ platform:iOS Simulator, id:00C864A6-A416-4FA0-80B3-5CD79D5873FF, OS:17.4, name:iPhone SE (3rd generation) }
		{ platform:iOS Simulator, id:00C864A6-A416-4FA0-80B3-5CD79D5873FF, OS:17.4, name:iPhone SE (3rd generation) }
	Ineligible destinations for the "URLRequestOperation-Package" scheme:
		{ platform:tvOS, id:dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder, name:Any tvOS Device, error:tvOS 17.4 is not installed. To use with Xcode, first download and install the platform }
BUILD FAILURE 5.10 tvOS