Build Information
Failed to build sqlite-nio, reference main (6cfc95
), with Swift 5.10 for visionOS using Xcode 15.4 on 11 Apr 2025 15:44:01 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme sqlite-nio -destination generic/platform=xrOS
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/sqlite-nio.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vapor/sqlite-nio
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6cfc958 Update Swift version and other minor items (#83)
Cloned https://github.com/vapor/sqlite-nio.git
Revision (git rev-parse @):
6cfc9582e741e5ad231f786cfc5486df3d29931b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/sqlite-nio.git at main
========================================
Build
========================================
Selected platform: visionOS
Swift version: 5.10
Building package at path: $PWD
https://github.com/vapor/sqlite-nio.git
Command line invocation:
/Applications/Xcode-15.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/apple/swift-nio.git
Fetching from https://github.com/apple/swift-log.git
Fetching from https://github.com/apple/swift-system.git
Fetching from https://github.com/apple/swift-collections.git
Fetching from https://github.com/apple/swift-atomics.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.3 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 ‘swift-collections’
Checking out 1.1.4 of package ‘swift-collections’
Creating working copy of package ‘swift-system’
Checking out 1.4.2 of package ‘swift-system’
Resolved source packages:
swift-nio: https://github.com/apple/swift-nio.git @ 2.81.0
swift-log: https://github.com/apple/swift-log.git @ 1.6.3
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.2
sqlite-nio: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-nio, swift-log, swift-collections, swift-atomics, swift-system, sqlite-nio
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.65.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "sqlite-nio",
"name" : "sqlite-nio",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SQLiteNIO",
"targets" : [
"SQLiteNIO"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "VendorSQLite",
"module_type" : "PluginTarget",
"name" : "VendorSQLite",
"path" : "Plugins/VendorSQLite",
"plugin_capability" : {
"intent" : {
"description" : "Vendor SQLite",
"type" : "custom",
"verb" : "vendor-sqlite"
},
"permissions" : [
{
"network_scope" : {
"all" : {
"ports" : [
443
]
}
},
"reason" : "Retrieve the latest build of SQLite",
"type" : "allowNetworkConnections"
},
{
"network_scope" : {
"none" : {
}
},
"reason" : "Update the vendored SQLite files",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"sources" : [
"AsyncNotOmittingEmptySubsequencesLineSequence.swift",
"Path+Utility.swift",
"Process+SimpleRunPopen.swift",
"SemanticVersion.swift",
"Sqlite3ProductInfo.swift",
"SymbolGraph.swift",
"UsefulArgumentExtractor.swift",
"VendorSQLite3.swift"
],
"type" : "plugin"
},
{
"c99name" : "SQLiteNIOTests",
"module_type" : "SwiftTarget",
"name" : "SQLiteNIOTests",
"path" : "Tests/SQLiteNIOTests",
"sources" : [
"SQLiteCustomFunctionTests.swift",
"SQLiteNIOTests.swift",
"XCTAsyncAssertions.swift"
],
"target_dependencies" : [
"SQLiteNIO"
],
"type" : "test"
},
{
"c99name" : "SQLiteNIO",
"module_type" : "SwiftTarget",
"name" : "SQLiteNIO",
"path" : "Sources/SQLiteNIO",
"product_dependencies" : [
"Logging",
"NIOCore",
"NIOPosix",
"NIOFoundationCompat"
],
"product_memberships" : [
"SQLiteNIO"
],
"sources" : [
"Exports.swift",
"SQLiteConnection.swift",
"SQLiteCustomFunction.swift",
"SQLiteData.swift",
"SQLiteDataConvertible.swift",
"SQLiteDataType.swift",
"SQLiteDatabase.swift",
"SQLiteError.swift",
"SQLiteRow.swift",
"SQLiteStatement.swift"
],
"target_dependencies" : [
"CSQLite"
],
"type" : "library"
},
{
"c99name" : "CSQLite",
"module_type" : "ClangTarget",
"name" : "CSQLite",
"path" : "Sources/CSQLite",
"product_memberships" : [
"SQLiteNIO"
],
"sources" : [
"sqlite_nio_sqlite3.c"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"sqlite-nio"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme sqlite-nio -destination generic/platform=xrOS
Command line invocation:
/Applications/Xcode-15.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme sqlite-nio -destination generic/platform=xrOS
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
swift-log: https://github.com/apple/swift-log.git @ 1.6.3
swift-system: https://github.com/apple/swift-system.git @ 1.4.2
swift-atomics: https://github.com/apple/swift-atomics.git @ 1.2.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
sqlite-nio: /Users/admin/builder/spi-builder-workspace
Prepare packages
Compile plug-in “VendorSQLite” in package “spi-builder-workspace”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.dependencies/plugins/VendorSQLite
[debug]: Using compiler /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.dependencies/plugins'
[debug]: Computed hash of plugin compilation inputs: 06881ff7d8b886a6632a0bf2ffefa2bd4a080fb4fd8e694ad3473b1af0d358ae
error: fatalError
/Users/admin/builder/spi-builder-workspace/Plugins/VendorSQLite/VendorSQLite3.swift:54:39: error: type 'Diagnostics' has no member 'progress'
if self.verbose { Diagnostics.progress("Found CSQLite target with path \(target.directory)") }
~~~~~~~~~~~ ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Plugins/VendorSQLite/VendorSQLite3.swift:62:39: error: type 'Diagnostics' has no member 'progress'
if self.verbose { Diagnostics.progress("Current version: \(currentVersion)") }
~~~~~~~~~~~ ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Plugins/VendorSQLite/VendorSQLite3.swift:73:39: error: type 'Diagnostics' has no member 'progress'
if self.verbose { Diagnostics.progress("Found valid update: \(latestData.version)") }
~~~~~~~~~~~ ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Plugins/VendorSQLite/VendorSQLite3.swift:100:21: error: type 'Diagnostics' has no member 'progress'
Diagnostics.progress("Upgraded from \(currentVersion) to \(latestData.version)")
~~~~~~~~~~~ ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Plugins/VendorSQLite/VendorSQLite3.swift:139:39: error: type 'Diagnostics' has no member 'progress'
if self.verbose { Diagnostics.progress("Starting download from \(latestData.downloadURL.absoluteString)") }
~~~~~~~~~~~ ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Plugins/VendorSQLite/VendorSQLite3.swift:170:39: error: type 'Diagnostics' has no member 'progress'
if self.verbose { Diagnostics.progress("Starting symbol graph generation") }
~~~~~~~~~~~ ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Plugins/VendorSQLite/VendorSQLite3.swift:183:39: error: type 'Diagnostics' has no member 'progress'
if self.verbose { Diagnostics.progress("Found \(graphSymbols.count) symbols in the graph") }
~~~~~~~~~~~ ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Plugins/VendorSQLite/VendorSQLite3.swift:188:39: error: type 'Diagnostics' has no member 'progress'
if self.verbose { Diagnostics.progress("Starting object file generation") }
~~~~~~~~~~~ ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Plugins/VendorSQLite/VendorSQLite3.swift:200:39: error: type 'Diagnostics' has no member 'progress'
if self.verbose { Diagnostics.progress("Got \(objSymbols.count) symbols from object files")}
~~~~~~~~~~~ ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Plugins/VendorSQLite/VendorSQLite3.swift:205:39: error: type 'Diagnostics' has no member 'progress'
if self.verbose { Diagnostics.progress("Loaded \(allSymbols.count) unique symbols from the graph and objects") }
~~~~~~~~~~~ ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Plugins/VendorSQLite/VendorSQLite3.swift:212:39: error: type 'Diagnostics' has no member 'progress'
if self.verbose { Diagnostics.progress("\(allSymbols.count - commonPrefixSymbols.count) symbols had common prefixes") }
~~~~~~~~~~~ ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Plugins/VendorSQLite/VendorSQLite3.swift:230:25: error: type 'Diagnostics' has no member 'progress'
Diagnostics.progress("Prefixing symbols in \(file.lastComponent) (minimum prefix \(minimalCommonPrefix))...")
~~~~~~~~~~~ ^~~~~~~~
Resolve Package Graph
** BUILD INTERRUPTED **
The following build commands failed:
Compile plug-in “VendorSQLite” in package “spi-builder-workspace”
eyJibHVlcHJpbnRQcm92aWRlcl9wcm92aWRlckZpbGVQYXRoU3RyaW5nIjoiXC9Vc2Vyc1wvYWRtaW5cL2J1aWxkZXJcL3NwaS1idWlsZGVyLXdvcmtzcGFjZSIsInR5cGUiOnsiYmx1ZXByaW50UHJvdmlkZXIiOnt9fX0=
(2 failures)
Command line invocation:
/Applications/Xcode-15.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
swift-collections: https://github.com/apple/swift-collections.git @ 1.1.4
swift-log: https://github.com/apple/swift-log.git @ 1.6.3
swift-atomics: https://github.com/apple/swift-atomics.git @ 1.2.0
swift-nio: https://github.com/apple/swift-nio.git @ 2.81.0
swift-system: https://github.com/apple/swift-system.git @ 1.4.2
sqlite-nio: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-collections, swift-log, swift-atomics, swift-nio, swift-system, sqlite-nio
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.65.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "sqlite-nio",
"name" : "sqlite-nio",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SQLiteNIO",
"targets" : [
"SQLiteNIO"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "VendorSQLite",
"module_type" : "PluginTarget",
"name" : "VendorSQLite",
"path" : "Plugins/VendorSQLite",
"plugin_capability" : {
"intent" : {
"description" : "Vendor SQLite",
"type" : "custom",
"verb" : "vendor-sqlite"
},
"permissions" : [
{
"network_scope" : {
"all" : {
"ports" : [
443
]
}
},
"reason" : "Retrieve the latest build of SQLite",
"type" : "allowNetworkConnections"
},
{
"network_scope" : {
"none" : {
}
},
"reason" : "Update the vendored SQLite files",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"sources" : [
"AsyncNotOmittingEmptySubsequencesLineSequence.swift",
"Path+Utility.swift",
"Process+SimpleRunPopen.swift",
"SemanticVersion.swift",
"Sqlite3ProductInfo.swift",
"SymbolGraph.swift",
"UsefulArgumentExtractor.swift",
"VendorSQLite3.swift"
],
"type" : "plugin"
},
{
"c99name" : "SQLiteNIOTests",
"module_type" : "SwiftTarget",
"name" : "SQLiteNIOTests",
"path" : "Tests/SQLiteNIOTests",
"sources" : [
"SQLiteCustomFunctionTests.swift",
"SQLiteNIOTests.swift",
"XCTAsyncAssertions.swift"
],
"target_dependencies" : [
"SQLiteNIO"
],
"type" : "test"
},
{
"c99name" : "SQLiteNIO",
"module_type" : "SwiftTarget",
"name" : "SQLiteNIO",
"path" : "Sources/SQLiteNIO",
"product_dependencies" : [
"Logging",
"NIOCore",
"NIOPosix",
"NIOFoundationCompat"
],
"product_memberships" : [
"SQLiteNIO"
],
"sources" : [
"Exports.swift",
"SQLiteConnection.swift",
"SQLiteCustomFunction.swift",
"SQLiteData.swift",
"SQLiteDataConvertible.swift",
"SQLiteDataType.swift",
"SQLiteDatabase.swift",
"SQLiteError.swift",
"SQLiteRow.swift",
"SQLiteStatement.swift"
],
"target_dependencies" : [
"CSQLite"
],
"type" : "library"
},
{
"c99name" : "CSQLite",
"module_type" : "ClangTarget",
"name" : "CSQLite",
"path" : "Sources/CSQLite",
"product_memberships" : [
"SQLiteNIO"
],
"sources" : [
"sqlite_nio_sqlite3.c"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"sqlite-nio"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme sqlite-nio -destination generic/platform=xrOS
Command line invocation:
/Applications/Xcode-15.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme sqlite-nio -destination generic/platform=xrOS
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
sqlite-nio: /Users/admin/builder/spi-builder-workspace
swift-nio: https://github.com/apple/swift-nio.git @ 2.81.0
swift-atomics: https://github.com/apple/swift-atomics.git @ 1.2.0
swift-system: https://github.com/apple/swift-system.git @ 1.4.2
swift-collections: https://github.com/apple/swift-collections.git @ 1.1.4
swift-log: https://github.com/apple/swift-log.git @ 1.6.3
Prepare packages
Compile plug-in “VendorSQLite” in package “spi-builder-workspace”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.dependencies/plugins/VendorSQLite
[debug]: Using compiler /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.dependencies/plugins'
[debug]: Computed hash of plugin compilation inputs: 06881ff7d8b886a6632a0bf2ffefa2bd4a080fb4fd8e694ad3473b1af0d358ae
error: fatalError
/Users/admin/builder/spi-builder-workspace/Plugins/VendorSQLite/VendorSQLite3.swift:54:39: error: type 'Diagnostics' has no member 'progress'
if self.verbose { Diagnostics.progress("Found CSQLite target with path \(target.directory)") }
~~~~~~~~~~~ ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Plugins/VendorSQLite/VendorSQLite3.swift:62:39: error: type 'Diagnostics' has no member 'progress'
if self.verbose { Diagnostics.progress("Current version: \(currentVersion)") }
~~~~~~~~~~~ ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Plugins/VendorSQLite/VendorSQLite3.swift:73:39: error: type 'Diagnostics' has no member 'progress'
if self.verbose { Diagnostics.progress("Found valid update: \(latestData.version)") }
~~~~~~~~~~~ ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Plugins/VendorSQLite/VendorSQLite3.swift:100:21: error: type 'Diagnostics' has no member 'progress'
Diagnostics.progress("Upgraded from \(currentVersion) to \(latestData.version)")
~~~~~~~~~~~ ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Plugins/VendorSQLite/VendorSQLite3.swift:139:39: error: type 'Diagnostics' has no member 'progress'
if self.verbose { Diagnostics.progress("Starting download from \(latestData.downloadURL.absoluteString)") }
~~~~~~~~~~~ ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Plugins/VendorSQLite/VendorSQLite3.swift:170:39: error: type 'Diagnostics' has no member 'progress'
if self.verbose { Diagnostics.progress("Starting symbol graph generation") }
~~~~~~~~~~~ ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Plugins/VendorSQLite/VendorSQLite3.swift:183:39: error: type 'Diagnostics' has no member 'progress'
if self.verbose { Diagnostics.progress("Found \(graphSymbols.count) symbols in the graph") }
~~~~~~~~~~~ ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Plugins/VendorSQLite/VendorSQLite3.swift:188:39: error: type 'Diagnostics' has no member 'progress'
if self.verbose { Diagnostics.progress("Starting object file generation") }
~~~~~~~~~~~ ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Plugins/VendorSQLite/VendorSQLite3.swift:200:39: error: type 'Diagnostics' has no member 'progress'
if self.verbose { Diagnostics.progress("Got \(objSymbols.count) symbols from object files")}
~~~~~~~~~~~ ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Plugins/VendorSQLite/VendorSQLite3.swift:205:39: error: type 'Diagnostics' has no member 'progress'
if self.verbose { Diagnostics.progress("Loaded \(allSymbols.count) unique symbols from the graph and objects") }
~~~~~~~~~~~ ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Plugins/VendorSQLite/VendorSQLite3.swift:212:39: error: type 'Diagnostics' has no member 'progress'
if self.verbose { Diagnostics.progress("\(allSymbols.count - commonPrefixSymbols.count) symbols had common prefixes") }
~~~~~~~~~~~ ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Plugins/VendorSQLite/VendorSQLite3.swift:230:25: error: type 'Diagnostics' has no member 'progress'
Diagnostics.progress("Prefixing symbols in \(file.lastComponent) (minimum prefix \(minimalCommonPrefix))...")
~~~~~~~~~~~ ^~~~~~~~
Resolve Package Graph
** BUILD INTERRUPTED **
The following build commands failed:
Compile plug-in “VendorSQLite” in package “spi-builder-workspace”
eyJibHVlcHJpbnRQcm92aWRlcl9wcm92aWRlckZpbGVQYXRoU3RyaW5nIjoiXC9Vc2Vyc1wvYWRtaW5cL2J1aWxkZXJcL3NwaS1idWlsZGVyLXdvcmtzcGFjZSIsInR5cGUiOnsiYmx1ZXByaW50UHJvdmlkZXIiOnt9fX0=
(2 failures)
BUILD FAILURE 5.10 visionOS