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.1 for visionOS using Xcode 16.3.

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.61.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.1
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.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/apple/swift-nio.git (cached)
Fetching from https://github.com/apple/swift-collections.git (cached)
Fetching from https://github.com/apple/swift-atomics.git (cached)
Fetching from https://github.com/johnfairh/Semver.swift.git
Fetching from https://github.com/apple/swift-log.git (cached)
Fetching from https://github.com/apple/swift-system.git (cached)
Fetching from https://github.com/apple/swift-protobuf.git (cached)
Fetching from https://github.com/johnfairh/SourceMapper.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-system’
Checking out 1.4.0 of package ‘swift-system’
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’
Creating working copy of package ‘Semver.swift’
Checking out 1.2.4 of package ‘Semver.swift’
Creating working copy of package ‘SourceMapper’
Checking out 2.0.0 of package ‘SourceMapper’
Creating working copy of package ‘swift-nio’
Checking out 2.81.0 of package ‘swift-nio’
Resolved source packages:
  SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.28.2
  swift-nio: https://github.com/apple/swift-nio.git @ 2.81.0
  swift-log: https://github.com/apple/swift-log.git @ 1.6.2
  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
  Semver: https://github.com/johnfairh/Semver.swift.git @ 1.2.4
  SourceMapper: https://github.com/johnfairh/SourceMapper.git @ 2.0.0
resolved source packages: SwiftProtobuf, swift-nio, swift-log, swift-collections, swift-system, swift-atomics, Semver, SourceMapper
{
  "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.3.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.3.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"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats
Resolve Package Graph
Resolved source packages:
  SourceMapper: https://github.com/johnfairh/SourceMapper.git @ 2.0.0
  swift-nio: https://github.com/apple/swift-nio.git @ 2.81.0
  swift-collections: https://github.com/apple/swift-collections.git @ 1.1.4
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.2.0
  swift-system: https://github.com/apple/swift-system.git @ 1.4.0
  SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.28.2
  swift-log: https://github.com/apple/swift-log.git @ 1.6.2
  Semver: https://github.com/johnfairh/Semver.swift.git @ 1.2.4
2025-04-29 06:54:52.533 xcodebuild[843:4414] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-29-04_06-54-0052.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:88877151112b66724d3f6cc62c07ea079b3b7618, name:My Mac }
		{ platform:macOS, arch:x86_64, id:88877151112b66724d3f6cc62c07ea079b3b7618, 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, arch:arm64, id:D96AD053-C3D5-4D5B-AC44-3F6D7D32B309, OS:18.4, name:Apple TV }
		{ platform:tvOS Simulator, arch:x86_64, id:D96AD053-C3D5-4D5B-AC44-3F6D7D32B309, OS:18.4, name:Apple TV }
		{ platform:tvOS Simulator, arch:arm64, id:6C1278FA-2898-46AF-A6DE-AD0F76C27A03, OS:18.4, name:Apple TV 4K (3rd generation) }
		{ platform:tvOS Simulator, arch:x86_64, id:6C1278FA-2898-46AF-A6DE-AD0F76C27A03, OS:18.4, name:Apple TV 4K (3rd generation) }
		{ platform:tvOS Simulator, arch:arm64, id:335D80A6-5712-4C1D-9F00-F91E15F4E096, OS:18.4, name:Apple TV 4K (3rd generation) (at 1080p) }
		{ platform:tvOS Simulator, arch:x86_64, id:335D80A6-5712-4C1D-9F00-F91E15F4E096, OS:18.4, name:Apple TV 4K (3rd generation) (at 1080p) }
		{ platform:watchOS Simulator, arch:arm64, id:F5DDD1D5-D7BF-4714-91AB-4FD020738080, OS:11.4, name:Apple Watch SE (40mm) (2nd generation) }
		{ platform:watchOS Simulator, arch:x86_64, id:F5DDD1D5-D7BF-4714-91AB-4FD020738080, OS:11.4, name:Apple Watch SE (40mm) (2nd generation) }
		{ platform:watchOS Simulator, arch:arm64, id:8254C2AB-F932-4599-8379-2E54E62D4D48, OS:11.4, name:Apple Watch SE (44mm) (2nd generation) }
		{ platform:watchOS Simulator, arch:x86_64, id:8254C2AB-F932-4599-8379-2E54E62D4D48, OS:11.4, name:Apple Watch SE (44mm) (2nd generation) }
		{ platform:watchOS Simulator, arch:arm64, id:5E5E309F-07DC-4266-B27D-B94959A1EDFC, OS:11.4, name:Apple Watch Series 10 (42mm) }
		{ platform:watchOS Simulator, arch:x86_64, id:5E5E309F-07DC-4266-B27D-B94959A1EDFC, OS:11.4, name:Apple Watch Series 10 (42mm) }
		{ platform:watchOS Simulator, arch:arm64, id:E9908C2E-AC7F-441B-9F55-C2AB47523C83, OS:11.4, name:Apple Watch Series 10 (46mm) }
		{ platform:watchOS Simulator, arch:x86_64, id:E9908C2E-AC7F-441B-9F55-C2AB47523C83, OS:11.4, name:Apple Watch Series 10 (46mm) }
		{ platform:watchOS Simulator, arch:arm64, id:636F62C4-0376-44AB-80FC-85703417751F, OS:11.4, name:Apple Watch Ultra 2 (49mm) }
		{ platform:watchOS Simulator, arch:x86_64, id:636F62C4-0376-44AB-80FC-85703417751F, OS:11.4, name:Apple Watch Ultra 2 (49mm) }
		{ platform:iOS Simulator, arch:arm64, id:65577802-469D-491B-B416-B68EEE0CFDE5, OS:18.4, name:iPad (A16) }
		{ platform:iOS Simulator, arch:x86_64, id:65577802-469D-491B-B416-B68EEE0CFDE5, OS:18.4, name:iPad (A16) }
		{ platform:iOS Simulator, arch:arm64, id:A6F20B15-C17E-44ED-A399-BA2009A3E35C, OS:18.4, name:iPad Air 11-inch (M3) }
		{ platform:iOS Simulator, arch:x86_64, id:A6F20B15-C17E-44ED-A399-BA2009A3E35C, OS:18.4, name:iPad Air 11-inch (M3) }
		{ platform:iOS Simulator, arch:arm64, id:A22BE7B8-0D01-4B35-B972-C33DBD81A8AF, OS:18.4, name:iPad Air 13-inch (M3) }
		{ platform:iOS Simulator, arch:x86_64, id:A22BE7B8-0D01-4B35-B972-C33DBD81A8AF, OS:18.4, name:iPad Air 13-inch (M3) }
		{ platform:iOS Simulator, arch:arm64, id:5B979541-F896-462F-B552-68AE96C6FDDD, OS:18.4, name:iPad Pro 11-inch (M4) }
		{ platform:iOS Simulator, arch:x86_64, id:5B979541-F896-462F-B552-68AE96C6FDDD, OS:18.4, name:iPad Pro 11-inch (M4) }
		{ platform:iOS Simulator, arch:arm64, id:FF48CA40-E673-4E17-86BD-CA31F55E9DCB, OS:18.4, name:iPad Pro 13-inch (M4) }
		{ platform:iOS Simulator, arch:x86_64, id:FF48CA40-E673-4E17-86BD-CA31F55E9DCB, OS:18.4, name:iPad Pro 13-inch (M4) }
		{ platform:iOS Simulator, arch:arm64, id:79762936-10CE-4880-8CEA-FE5F6E38822F, OS:18.4, name:iPad mini (A17 Pro) }
		{ platform:iOS Simulator, arch:x86_64, id:79762936-10CE-4880-8CEA-FE5F6E38822F, OS:18.4, name:iPad mini (A17 Pro) }
		{ platform:iOS Simulator, arch:arm64, id:7B72B9CF-FD1D-4EDE-AAEE-080EE7DCE315, OS:18.4, name:iPhone 16 }
		{ platform:iOS Simulator, arch:x86_64, id:7B72B9CF-FD1D-4EDE-AAEE-080EE7DCE315, OS:18.4, name:iPhone 16 }
		{ platform:iOS Simulator, arch:arm64, id:5F121C18-3E0F-4EFB-9D12-CBF9382B46B1, OS:18.4, name:iPhone 16 Plus }
		{ platform:iOS Simulator, arch:x86_64, id:5F121C18-3E0F-4EFB-9D12-CBF9382B46B1, OS:18.4, name:iPhone 16 Plus }
		{ platform:iOS Simulator, arch:arm64, id:FC618097-C824-4CBC-9083-2CFA6F7426ED, OS:18.4, name:iPhone 16 Pro }
		{ platform:iOS Simulator, arch:x86_64, id:FC618097-C824-4CBC-9083-2CFA6F7426ED, OS:18.4, name:iPhone 16 Pro }
		{ platform:iOS Simulator, arch:arm64, id:7FEF5E2F-1FC9-452B-9E18-52AFDF9E1E7C, OS:18.4, name:iPhone 16 Pro Max }
		{ platform:iOS Simulator, arch:x86_64, id:7FEF5E2F-1FC9-452B-9E18-52AFDF9E1E7C, OS:18.4, name:iPhone 16 Pro Max }
		{ platform:iOS Simulator, arch:arm64, id:0AF2E715-9680-488B-8D50-EA552D73E55A, OS:18.4, name:iPhone 16e }
		{ platform:iOS Simulator, arch:x86_64, id:0AF2E715-9680-488B-8D50-EA552D73E55A, OS:18.4, name:iPhone 16e }
INFRASTRUCTURE ERROR (status: destinationUnavailable