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 swift-sass with Swift 6.0 for visionOS using Xcode 16.2.

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnfairh/swift-sass.git
Reference: 3.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/johnfairh/swift-sass
 * tag               3.1.0      -> FETCH_HEAD
HEAD is now at e2c9c4e Version 3.1.0
Submodule path 'sass': checked out '5cb2b69ada95d492ac33356f42e688f612825a19'
Submodule 'sass' (https://github.com/sass/sass.git) registered for path 'sass'
Cloning into '/Users/admin/builder/spi-builder-workspace/sass'...
Cloned https://github.com/johnfairh/swift-sass.git
Revision (git rev-parse @):
e2c9c4e18c08f0b31f9ddbd3677a7a37460ad132
SUCCESS checkout https://github.com/johnfairh/swift-sass.git at 3.1.0
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.0
Building package at path:  $PWD
https://github.com/johnfairh/swift-sass.git
https://github.com/johnfairh/swift-sass.git
{
  "dependencies" : [
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.26.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.81.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "identity" : "semver.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnfairh/Semver.swift.git"
    },
    {
      "identity" : "sourcemapper",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnfairh/SourceMapper.git"
    }
  ],
  "manifest_display_name" : "swift-sass",
  "name" : "swift-sass",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "DartSass",
      "targets" : [
        "DartSass"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ssassc",
      "targets" : [
        "SassCli"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SassTests",
      "module_type" : "SwiftTarget",
      "name" : "SassTests",
      "path" : "Tests/SassTests",
      "sources" : [
        "TestCalculation.swift",
        "TestColor.swift",
        "TestCompilerResults.swift",
        "TestConstants.swift",
        "TestFunction.swift",
        "TestList.swift",
        "TestMap.swift",
        "TestNumber.swift",
        "TestString.swift"
      ],
      "target_dependencies" : [
        "Sass"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SassCli",
      "module_type" : "SwiftTarget",
      "name" : "SassCli",
      "path" : "Sources/SassCli",
      "product_memberships" : [
        "ssassc"
      ],
      "sources" : [
        "ssassc.swift"
      ],
      "target_dependencies" : [
        "DartSass"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Sass",
      "module_type" : "SwiftTarget",
      "name" : "Sass",
      "path" : "Sources/Sass",
      "product_dependencies" : [
        "SourceMapper"
      ],
      "product_memberships" : [
        "DartSass",
        "ssassc"
      ],
      "sources" : [
        "ArgumentList.swift",
        "Calculation.swift",
        "Color.swift",
        "CompilerFunction.swift",
        "CompilerResults.swift",
        "CompilerTypes.swift",
        "Constants.swift",
        "DynamicFunction.swift",
        "FunctionTypes.swift",
        "List.swift",
        "Map.swift",
        "Mixin.swift",
        "Number.swift",
        "String.swift",
        "Units.swift",
        "Value.swift",
        "ValueConvertible.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DartSassTests",
      "module_type" : "SwiftTarget",
      "name" : "DartSassTests",
      "path" : "Tests/DartSassTests",
      "sources" : [
        "TestCompilerErrors.swift",
        "TestFunctions.swift",
        "TestImporters.swift",
        "TestInterface.swift",
        "TestProtocolErrors.swift",
        "TestResetShutdown.swift",
        "TestUtils.swift",
        "TestVersions.swift"
      ],
      "target_dependencies" : [
        "DartSass"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DartSassEmbeddedMacOS",
      "module_type" : "SwiftTarget",
      "name" : "DartSassEmbeddedMacOS",
      "path" : "Sources/DartSassEmbeddedMacOS",
      "product_memberships" : [
        "DartSass",
        "ssassc"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/DartSassEmbeddedMacOS/arm64",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "DartSassEmbeddedMacOS.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DartSassEmbeddedLinux",
      "module_type" : "SwiftTarget",
      "name" : "DartSassEmbeddedLinux",
      "path" : "Sources/DartSassEmbeddedLinux",
      "product_memberships" : [
        "DartSass",
        "ssassc"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/DartSassEmbeddedLinux/arm64",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "DartSassEmbeddedLinux.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DartSass",
      "module_type" : "SwiftTarget",
      "name" : "DartSass",
      "path" : "Sources/DartSass",
      "product_dependencies" : [
        "SwiftProtobuf",
        "NIOCore",
        "NIOPosix",
        "NIOFoundationCompat",
        "Atomics",
        "Logging",
        "Semver"
      ],
      "product_memberships" : [
        "DartSass",
        "ssassc"
      ],
      "sources" : [
        "BinaryProtocol.swift",
        "Compiler.swift",
        "CompilerRequests.swift",
        "CompilerWork.swift",
        "Concurrency+Extras.swift",
        "DartSassEmbedded.swift",
        "Deprecation.swift",
        "Errors.swift",
        "Exec.swift",
        "Importers.swift",
        "ProtobufConversion.swift",
        "ProtobufValueConversion.swift",
        "Versions.swift",
        "embedded_sass.pb.swift"
      ],
      "target_dependencies" : [
        "Sass",
        "DartSassEmbeddedMacOS",
        "DartSassEmbeddedLinux"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Command line invocation:
    /Applications/Xcode-16.2.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
Resolve Package Graph
Fetching from https://github.com/apple/swift-atomics.git
Fetching from https://github.com/apple/swift-collections.git
Fetching from https://github.com/apple/swift-nio.git
Fetching from https://github.com/apple/swift-system.git
Fetching from https://github.com/apple/swift-log.git
Fetching from https://github.com/johnfairh/SourceMapper.git
Fetching from https://github.com/johnfairh/Semver.swift.git
Fetching from https://github.com/apple/swift-protobuf.git
Creating working copy of package ‘swift-atomics’
Checking out 1.2.0 of package ‘swift-atomics’
Creating working copy of package ‘swift-log’
Checking out 1.6.2 of package ‘swift-log’
Creating working copy of package ‘swift-nio’
Checking out 2.81.0 of package ‘swift-nio’
Creating working copy of package ‘Semver.swift’
Checking out 1.2.4 of package ‘Semver.swift’
Creating working copy of package ‘swift-system’
Checking out 1.4.0 of package ‘swift-system’
Creating working copy of package ‘SourceMapper’
Checking out 2.0.0 of package ‘SourceMapper’
Creating working copy of package ‘swift-collections’
Checking out 1.1.4 of package ‘swift-collections’
Creating working copy of package ‘swift-protobuf’
Checking out 1.28.2 of package ‘swift-protobuf’
Resolved source packages:
  Semver: https://github.com/johnfairh/Semver.swift.git @ 1.2.4
  swift-nio: https://github.com/apple/swift-nio.git @ 2.81.0
  SourceMapper: https://github.com/johnfairh/SourceMapper.git @ 2.0.0
  swift-collections: https://github.com/apple/swift-collections.git @ 1.1.4
  swift-system: https://github.com/apple/swift-system.git @ 1.4.0
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.2.0
  swift-log: https://github.com/apple/swift-log.git @ 1.6.2
  SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.28.2
resolved source packages: Semver, swift-nio, SourceMapper, swift-collections, swift-system, swift-atomics, swift-log, SwiftProtobuf
{
  "dependencies" : [
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.26.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.81.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "identity" : "semver.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnfairh/Semver.swift.git"
    },
    {
      "identity" : "sourcemapper",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnfairh/SourceMapper.git"
    }
  ],
  "manifest_display_name" : "swift-sass",
  "name" : "swift-sass",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "DartSass",
      "targets" : [
        "DartSass"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ssassc",
      "targets" : [
        "SassCli"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SassTests",
      "module_type" : "SwiftTarget",
      "name" : "SassTests",
      "path" : "Tests/SassTests",
      "sources" : [
        "TestCalculation.swift",
        "TestColor.swift",
        "TestCompilerResults.swift",
        "TestConstants.swift",
        "TestFunction.swift",
        "TestList.swift",
        "TestMap.swift",
        "TestNumber.swift",
        "TestString.swift"
      ],
      "target_dependencies" : [
        "Sass"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SassCli",
      "module_type" : "SwiftTarget",
      "name" : "SassCli",
      "path" : "Sources/SassCli",
      "product_memberships" : [
        "ssassc"
      ],
      "sources" : [
        "ssassc.swift"
      ],
      "target_dependencies" : [
        "DartSass"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Sass",
      "module_type" : "SwiftTarget",
      "name" : "Sass",
      "path" : "Sources/Sass",
      "product_dependencies" : [
        "SourceMapper"
      ],
      "product_memberships" : [
        "DartSass",
        "ssassc"
      ],
      "sources" : [
        "ArgumentList.swift",
        "Calculation.swift",
        "Color.swift",
        "CompilerFunction.swift",
        "CompilerResults.swift",
        "CompilerTypes.swift",
        "Constants.swift",
        "DynamicFunction.swift",
        "FunctionTypes.swift",
        "List.swift",
        "Map.swift",
        "Mixin.swift",
        "Number.swift",
        "String.swift",
        "Units.swift",
        "Value.swift",
        "ValueConvertible.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DartSassTests",
      "module_type" : "SwiftTarget",
      "name" : "DartSassTests",
      "path" : "Tests/DartSassTests",
      "sources" : [
        "TestCompilerErrors.swift",
        "TestFunctions.swift",
        "TestImporters.swift",
        "TestInterface.swift",
        "TestProtocolErrors.swift",
        "TestResetShutdown.swift",
        "TestUtils.swift",
        "TestVersions.swift"
      ],
      "target_dependencies" : [
        "DartSass"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DartSassEmbeddedMacOS",
      "module_type" : "SwiftTarget",
      "name" : "DartSassEmbeddedMacOS",
      "path" : "Sources/DartSassEmbeddedMacOS",
      "product_memberships" : [
        "DartSass",
        "ssassc"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/DartSassEmbeddedMacOS/arm64",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "DartSassEmbeddedMacOS.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DartSassEmbeddedLinux",
      "module_type" : "SwiftTarget",
      "name" : "DartSassEmbeddedLinux",
      "path" : "Sources/DartSassEmbeddedLinux",
      "product_memberships" : [
        "DartSass",
        "ssassc"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/DartSassEmbeddedLinux/arm64",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "DartSassEmbeddedLinux.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DartSass",
      "module_type" : "SwiftTarget",
      "name" : "DartSass",
      "path" : "Sources/DartSass",
      "product_dependencies" : [
        "SwiftProtobuf",
        "NIOCore",
        "NIOPosix",
        "NIOFoundationCompat",
        "Atomics",
        "Logging",
        "Semver"
      ],
      "product_memberships" : [
        "DartSass",
        "ssassc"
      ],
      "sources" : [
        "BinaryProtocol.swift",
        "Compiler.swift",
        "CompilerRequests.swift",
        "CompilerWork.swift",
        "Concurrency+Extras.swift",
        "DartSassEmbedded.swift",
        "Deprecation.swift",
        "Errors.swift",
        "Exec.swift",
        "Importers.swift",
        "ProtobufConversion.swift",
        "ProtobufValueConversion.swift",
        "Versions.swift",
        "embedded_sass.pb.swift"
      ],
      "target_dependencies" : [
        "Sass",
        "DartSassEmbeddedMacOS",
        "DartSassEmbeddedLinux"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "swift-sass",
    "schemes" : [
      "swift-sass"
    ],
    "targets" : [
      "Sass",
      "DartSass",
      "DartSassTests",
      "Cli",
      "DartSassEmbeddedMacOS"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-sass -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats
Command line invocation:
    /Applications/Xcode-16.2.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 swift-sass -destination generic/platform=xrOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats
Resolve Package Graph
Resolved source packages:
  SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.28.2
  Semver: https://github.com/johnfairh/Semver.swift.git @ 1.2.4
  swift-nio: https://github.com/apple/swift-nio.git @ 2.81.0
  SourceMapper: https://github.com/johnfairh/SourceMapper.git @ 2.0.0
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.2.0
  swift-log: https://github.com/apple/swift-log.git @ 1.6.2
  swift-system: https://github.com/apple/swift-system.git @ 1.4.0
  swift-collections: https://github.com/apple/swift-collections.git @ 1.1.4
2025-02-10 15:48:22.983 xcodebuild[896:4941] Writing error result bundle to /var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/ResultBundle_2025-10-02_15-48-0022.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
		{ generic:1, platform:xrOS }
	Available destinations for the "swift-sass" 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:watchOS, id:dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder, name:Any watchOS Device }
		{ platform:watchOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-watchsimulator:placeholder, name:Any watchOS Simulator Device }
		{ platform:tvOS Simulator, id:3E10F23E-7E62-4BCA-89FD-91BD4ED7680D, OS:18.2, name:Apple TV }
		{ platform:tvOS Simulator, id:3E10F23E-7E62-4BCA-89FD-91BD4ED7680D, OS:18.2, name:Apple TV }
		{ platform:tvOS Simulator, id:CA6326F9-9BA1-495A-95B7-B6C6D81B806A, OS:18.2, name:Apple TV 4K (3rd generation) }
		{ platform:tvOS Simulator, id:CA6326F9-9BA1-495A-95B7-B6C6D81B806A, OS:18.2, name:Apple TV 4K (3rd generation) }
		{ platform:tvOS Simulator, id:4816362A-546D-4949-968D-9EEA826874EA, OS:18.2, name:Apple TV 4K (3rd generation) (at 1080p) }
		{ platform:tvOS Simulator, id:4816362A-546D-4949-968D-9EEA826874EA, OS:18.2, name:Apple TV 4K (3rd generation) (at 1080p) }
		{ platform:watchOS Simulator, id:1E74821C-2091-460A-9536-B10C80FCA301, OS:11.2, name:Apple Watch SE (40mm) (2nd generation) }
		{ platform:watchOS Simulator, id:1E74821C-2091-460A-9536-B10C80FCA301, OS:11.2, name:Apple Watch SE (40mm) (2nd generation) }
		{ platform:watchOS Simulator, id:25CBBBF0-1509-4CAB-AE23-D948CB5DF243, OS:11.2, name:Apple Watch SE (44mm) (2nd generation) }
		{ platform:watchOS Simulator, id:25CBBBF0-1509-4CAB-AE23-D948CB5DF243, OS:11.2, name:Apple Watch SE (44mm) (2nd generation) }
		{ platform:watchOS Simulator, id:3638996B-7848-4FBE-B91A-8E7A6F6196C9, OS:11.2, name:Apple Watch Series 10 (42mm) }
		{ platform:watchOS Simulator, id:3638996B-7848-4FBE-B91A-8E7A6F6196C9, OS:11.2, name:Apple Watch Series 10 (42mm) }
		{ platform:watchOS Simulator, id:2FF01EC0-751A-4478-A1FA-E7F0CEF59AB1, OS:11.2, name:Apple Watch Series 10 (46mm) }
		{ platform:watchOS Simulator, id:2FF01EC0-751A-4478-A1FA-E7F0CEF59AB1, OS:11.2, name:Apple Watch Series 10 (46mm) }
		{ platform:watchOS Simulator, id:644A7E3C-8E09-48C3-8B75-510CF94291C1, OS:11.2, name:Apple Watch Ultra 2 (49mm) }
		{ platform:watchOS Simulator, id:644A7E3C-8E09-48C3-8B75-510CF94291C1, OS:11.2, name:Apple Watch Ultra 2 (49mm) }
		{ platform:iOS Simulator, id:6C20836D-FE2B-4F62-BC5B-42A7E27C174A, OS:18.2, name:iPad (10th generation) }
		{ platform:iOS Simulator, id:6C20836D-FE2B-4F62-BC5B-42A7E27C174A, OS:18.2, name:iPad (10th generation) }
		{ platform:iOS Simulator, id:D669A752-F0E3-4D9D-B3E2-3935FFFF26C9, OS:18.2, name:iPad Air 11-inch (M2) }
		{ platform:iOS Simulator, id:D669A752-F0E3-4D9D-B3E2-3935FFFF26C9, OS:18.2, name:iPad Air 11-inch (M2) }
		{ platform:iOS Simulator, id:DE597F6B-749A-4B26-B7FE-6FC872A319D6, OS:18.2, name:iPad Air 13-inch (M2) }
		{ platform:iOS Simulator, id:DE597F6B-749A-4B26-B7FE-6FC872A319D6, OS:18.2, name:iPad Air 13-inch (M2) }
		{ platform:iOS Simulator, id:00C52F0F-6156-4BA9-8758-BC6058B1E525, OS:18.2, name:iPad Pro 11-inch (M4) }
		{ platform:iOS Simulator, id:00C52F0F-6156-4BA9-8758-BC6058B1E525, OS:18.2, name:iPad Pro 11-inch (M4) }
		{ platform:iOS Simulator, id:816A6AE0-5A53-4D77-BB13-7C787489FC92, OS:18.2, name:iPad Pro 13-inch (M4) }
		{ platform:iOS Simulator, id:816A6AE0-5A53-4D77-BB13-7C787489FC92, OS:18.2, name:iPad Pro 13-inch (M4) }
		{ platform:iOS Simulator, id:DE9158FF-7556-425C-B263-EB60C838E3AB, OS:18.2, name:iPad mini (A17 Pro) }
		{ platform:iOS Simulator, id:DE9158FF-7556-425C-B263-EB60C838E3AB, OS:18.2, name:iPad mini (A17 Pro) }
		{ platform:iOS Simulator, id:2CD45365-4590-497E-96EC-4413C79FB228, OS:18.2, name:iPhone 16 }
		{ platform:iOS Simulator, id:2CD45365-4590-497E-96EC-4413C79FB228, OS:18.2, name:iPhone 16 }
		{ platform:iOS Simulator, id:80DD53B2-3FF4-4D75-99F5-84FBD98E8BF4, OS:18.2, name:iPhone 16 Plus }
		{ platform:iOS Simulator, id:80DD53B2-3FF4-4D75-99F5-84FBD98E8BF4, OS:18.2, name:iPhone 16 Plus }
		{ platform:iOS Simulator, id:F64A3BE1-3E60-490F-8964-48A5F2786CC5, OS:18.2, name:iPhone 16 Pro }
		{ platform:iOS Simulator, id:F64A3BE1-3E60-490F-8964-48A5F2786CC5, OS:18.2, name:iPhone 16 Pro }
		{ platform:iOS Simulator, id:137EA5AD-4EB2-492B-A0AF-B80E34C8EE4D, OS:18.2, name:iPhone 16 Pro Max }
		{ platform:iOS Simulator, id:137EA5AD-4EB2-492B-A0AF-B80E34C8EE4D, OS:18.2, name:iPhone 16 Pro Max }
		{ platform:iOS Simulator, id:83917057-2EBB-46F7-BB15-3B850CDD54B4, OS:18.2, name:iPhone SE (3rd generation) }
		{ platform:iOS Simulator, id:83917057-2EBB-46F7-BB15-3B850CDD54B4, OS:18.2, name:iPhone SE (3rd generation) }
INFRASTRUCTURE ERROR (status: destinationUnavailable