Build Information
Failed to build ScreenDataUI, reference main (d34cbb), with Swift 6.3 for macOS (Xcode) using Xcode 26.4 on 13 Apr 2026 00:37:34 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ScreenDataUI -destination platform=macOS,arch=arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ServerDriven/ScreenDataUI-ios.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ServerDriven/ScreenDataUI-ios
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d34cbb6 Merge pull request #29 from ServerDriven/debugging-improvements
Cloned https://github.com/ServerDriven/ScreenDataUI-ios.git
Revision (git rev-parse @):
d34cbb667eed959f843404a4500a8dc6be9b61a4
SUCCESS checkout https://github.com/ServerDriven/ScreenDataUI-ios.git at main
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.3
Building package at path: $PWD
https://github.com/ServerDriven/ScreenDataUI-ios.git
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/ServerDriven/ScreenDataNavigation-swift
Fetching from https://github.com/0xLeif/Chronicle
Fetching from https://github.com/ServerDriven/ScreenData-swift
Fetching from https://github.com/0xOpenBytes/FLet
Fetching from https://github.com/0xOpenBytes/c
Fetching from https://github.com/0xOpenBytes/o
Fetching from https://github.com/0xOpenBytes/t
Creating working copy of package ‘o’
Checking out 0.3.0 of package ‘o’
Creating working copy of package ‘FLet’
Checking out 2.0.0 of package ‘FLet’
Creating working copy of package ‘ScreenDataNavigation-swift’
Checking out 1.2.0 of package ‘ScreenDataNavigation-swift’
Creating working copy of package ‘ScreenData-swift’
Checking out 0.4.2 of package ‘ScreenData-swift’
Creating working copy of package ‘Chronicle’
Checking out 0.2.3 of package ‘Chronicle’
Creating working copy of package ‘t’
Checking out 0.2.0 of package ‘t’
Creating working copy of package ‘c’
Checking out 1.2.0 of package ‘c’
Resolve Package Graph
Resolved source packages:
Chronicle: https://github.com/0xLeif/Chronicle @ 0.2.3
c: https://github.com/0xOpenBytes/c @ 1.2.0
ScreenData: https://github.com/ServerDriven/ScreenData-swift @ 0.4.2
FLet: https://github.com/0xOpenBytes/FLet @ 2.0.0
ScreenDataUI: /Users/admin/builder/spi-builder-workspace
t: https://github.com/0xOpenBytes/t @ 0.2.0
o: https://github.com/0xOpenBytes/o @ 0.3.0
ScreenDataNavigation: https://github.com/ServerDriven/ScreenDataNavigation-swift @ 1.2.0
resolved source packages: Chronicle, c, ScreenData, FLet, ScreenDataUI, t, o, ScreenDataNavigation
2026-04-12 20:37:13.209 xcodebuild[529:3059] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "screendata-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ServerDriven/ScreenData-swift"
},
{
"identity" : "screendatanavigation-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ServerDriven/ScreenDataNavigation-swift"
},
{
"identity" : "chronicle",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/0xLeif/Chronicle"
}
],
"manifest_display_name" : "ScreenDataUI",
"name" : "ScreenDataUI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "ScreenDataUI",
"targets" : [
"ScreenDataUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ScreenDataUITests",
"module_type" : "SwiftTarget",
"name" : "ScreenDataUITests",
"path" : "Tests/ScreenDataUITests",
"sources" : [
"ScreenDataUITests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"ScreenDataUI"
],
"type" : "test"
},
{
"c99name" : "ScreenDataUI",
"module_type" : "SwiftTarget",
"name" : "ScreenDataUI",
"path" : "Sources/ScreenDataUI",
"product_dependencies" : [
"ScreenData",
"ScreenDataNavigation",
"Chronicle"
],
"product_memberships" : [
"ScreenDataUI"
],
"sources" : [
"Debug/DebugSDScreen.swift",
"Debug/DebugSDView.swift",
"Helpers/Logger.swift",
"Helpers/SDImage/SDImageProviding.swift",
"Helpers/SDImage/SDImageStoring.swift",
"Helpers/SomeView+SDUI.swift",
"Modifiers/SDStyleModifier+View.swift",
"Modifiers/SDStyleModifier.swift",
"Navigation/SDScreenProvider.swift",
"Navigation/SDScreenStore.swift",
"Theme/SDFont.swift",
"Views/SDButton.swift",
"Views/SDColor.swift",
"Views/SDContainerView.swift",
"Views/SDCustomView.swift",
"Views/SDDestinationLink.swift",
"Views/SDImage.swift",
"Views/SDLabel.swift",
"Views/SDScreen.swift",
"Views/SDText.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"ScreenDataUI",
"t"
]
}
}
2026-04-12 20:37:21.533 xcodebuild[869:4859] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"ScreenDataUI",
"t"
]
}
}
2026-04-12 20:37:22.526 xcodebuild[877:4929] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ScreenDataUI -destination platform=macOS,arch=arm64
Command line invocation:
/Applications/Xcode-26.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 ScreenDataUI -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
Chronicle: https://github.com/0xLeif/Chronicle @ 0.2.3
ScreenDataNavigation: https://github.com/ServerDriven/ScreenDataNavigation-swift @ 1.2.0
t: https://github.com/0xOpenBytes/t @ 0.2.0
c: https://github.com/0xOpenBytes/c @ 1.2.0
ScreenDataUI: /Users/admin/builder/spi-builder-workspace
ScreenData: https://github.com/ServerDriven/ScreenData-swift @ 0.4.2
FLet: https://github.com/0xOpenBytes/FLet @ 2.0.0
o: https://github.com/0xOpenBytes/o @ 0.3.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (16 targets)
Target 'ScreenDataUI' in project 'ScreenDataUI'
➜ Explicit dependency on target 'ScreenDataUI' in project 'ScreenDataUI'
➜ Explicit dependency on target 'ScreenData' in project 'ScreenData'
➜ Explicit dependency on target 'ScreenDataNavigation' in project 'ScreenDataNavigation'
➜ Explicit dependency on target 'Chronicle' in project 'Chronicle'
Target 'ScreenDataUI' in project 'ScreenDataUI'
➜ Explicit dependency on target 'ScreenData' in project 'ScreenData'
➜ Explicit dependency on target 'ScreenDataNavigation' in project 'ScreenDataNavigation'
➜ Explicit dependency on target 'Chronicle' in project 'Chronicle'
Target 'Chronicle' in project 'Chronicle'
➜ Explicit dependency on target 'Chronicle' in project 'Chronicle'
Target 'Chronicle' in project 'Chronicle' (no dependencies)
Target 'ScreenDataNavigation' in project 'ScreenDataNavigation'
➜ Explicit dependency on target 'ScreenDataNavigation' in project 'ScreenDataNavigation'
➜ Explicit dependency on target 'ScreenData' in project 'ScreenData'
➜ Explicit dependency on target 'FLet' in project 'FLet'
Target 'ScreenDataNavigation' in project 'ScreenDataNavigation'
➜ Explicit dependency on target 'ScreenData' in project 'ScreenData'
➜ Explicit dependency on target 'FLet' in project 'FLet'
Target 'FLet' in project 'FLet'
➜ Explicit dependency on target 'FLet' in project 'FLet'
➜ Explicit dependency on target 't' in project 't'
➜ Explicit dependency on target 'c' in project 'c'
➜ Explicit dependency on target 'o' in project 'o'
Target 'FLet' in project 'FLet'
➜ Explicit dependency on target 't' in project 't'
➜ Explicit dependency on target 'c' in project 'c'
➜ Explicit dependency on target 'o' in project 'o'
Target 'o' in project 'o'
➜ Explicit dependency on target 'o' in project 'o'
Target 'o' in project 'o' (no dependencies)
Target 'c' in project 'c'
➜ Explicit dependency on target 'c' in project 'c'
➜ Explicit dependency on target 't' in project 't'
Target 'c' in project 'c'
➜ Explicit dependency on target 't' in project 't'
Target 't' in project 't'
➜ Explicit dependency on target 't' in project 't'
Target 't' in project 't' (no dependencies)
Target 'ScreenData' in project 'ScreenData'
➜ Explicit dependency on target 'ScreenData' in project 'ScreenData'
Target 'ScreenData' in project 'ScreenData' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 33a22f16c416daf3ca98fb57ee7beb39
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/33a22f16c416daf3ca98fb57ee7beb39.xcbuilddata
error: The package product 'ScreenDataNavigation' requires minimum platform version 11.0 for the macOS platform, but this target supports 10.13 (in target 'ScreenDataUI' from project 'ScreenDataUI')
2026-04-12 20:37:26.644 xcodebuild[880:4961] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:ba503075854ae51ecb65b9bf3551b4b61cfe3661, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:ba503075854ae51ecb65b9bf3551b4b61cfe3661, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:ba503075854ae51ecb65b9bf3551b4b61cfe3661, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:ba503075854ae51ecb65b9bf3551b4b61cfe3661, name:My Mac }
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme ScreenDataUI
(1 failure)
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
o: https://github.com/0xOpenBytes/o @ 0.3.0
ScreenData: https://github.com/ServerDriven/ScreenData-swift @ 0.4.2
FLet: https://github.com/0xOpenBytes/FLet @ 2.0.0
c: https://github.com/0xOpenBytes/c @ 1.2.0
t: https://github.com/0xOpenBytes/t @ 0.2.0
ScreenDataUI: /Users/admin/builder/spi-builder-workspace
ScreenDataNavigation: https://github.com/ServerDriven/ScreenDataNavigation-swift @ 1.2.0
Chronicle: https://github.com/0xLeif/Chronicle @ 0.2.3
resolved source packages: o, ScreenData, FLet, c, t, ScreenDataUI, ScreenDataNavigation, Chronicle
2026-04-12 20:37:29.893 xcodebuild[977:5567] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "screendata-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ServerDriven/ScreenData-swift"
},
{
"identity" : "screendatanavigation-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ServerDriven/ScreenDataNavigation-swift"
},
{
"identity" : "chronicle",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/0xLeif/Chronicle"
}
],
"manifest_display_name" : "ScreenDataUI",
"name" : "ScreenDataUI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "ScreenDataUI",
"targets" : [
"ScreenDataUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ScreenDataUITests",
"module_type" : "SwiftTarget",
"name" : "ScreenDataUITests",
"path" : "Tests/ScreenDataUITests",
"sources" : [
"ScreenDataUITests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"ScreenDataUI"
],
"type" : "test"
},
{
"c99name" : "ScreenDataUI",
"module_type" : "SwiftTarget",
"name" : "ScreenDataUI",
"path" : "Sources/ScreenDataUI",
"product_dependencies" : [
"ScreenData",
"ScreenDataNavigation",
"Chronicle"
],
"product_memberships" : [
"ScreenDataUI"
],
"sources" : [
"Debug/DebugSDScreen.swift",
"Debug/DebugSDView.swift",
"Helpers/Logger.swift",
"Helpers/SDImage/SDImageProviding.swift",
"Helpers/SDImage/SDImageStoring.swift",
"Helpers/SomeView+SDUI.swift",
"Modifiers/SDStyleModifier+View.swift",
"Modifiers/SDStyleModifier.swift",
"Navigation/SDScreenProvider.swift",
"Navigation/SDScreenStore.swift",
"Theme/SDFont.swift",
"Views/SDButton.swift",
"Views/SDColor.swift",
"Views/SDContainerView.swift",
"Views/SDCustomView.swift",
"Views/SDDestinationLink.swift",
"Views/SDImage.swift",
"Views/SDLabel.swift",
"Views/SDScreen.swift",
"Views/SDText.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"ScreenDataUI",
"t"
]
}
}
2026-04-12 20:37:31.170 xcodebuild[987:5644] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"ScreenDataUI",
"t"
]
}
}
2026-04-12 20:37:32.175 xcodebuild[991:5682] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ScreenDataUI -destination platform=macOS,arch=arm64
Command line invocation:
/Applications/Xcode-26.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 ScreenDataUI -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
FLet: https://github.com/0xOpenBytes/FLet @ 2.0.0
ScreenDataUI: /Users/admin/builder/spi-builder-workspace
c: https://github.com/0xOpenBytes/c @ 1.2.0
t: https://github.com/0xOpenBytes/t @ 0.2.0
ScreenData: https://github.com/ServerDriven/ScreenData-swift @ 0.4.2
Chronicle: https://github.com/0xLeif/Chronicle @ 0.2.3
o: https://github.com/0xOpenBytes/o @ 0.3.0
ScreenDataNavigation: https://github.com/ServerDriven/ScreenDataNavigation-swift @ 1.2.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (16 targets)
Target 'ScreenDataUI' in project 'ScreenDataUI'
➜ Explicit dependency on target 'ScreenDataUI' in project 'ScreenDataUI'
➜ Explicit dependency on target 'ScreenData' in project 'ScreenData'
➜ Explicit dependency on target 'ScreenDataNavigation' in project 'ScreenDataNavigation'
➜ Explicit dependency on target 'Chronicle' in project 'Chronicle'
Target 'ScreenDataUI' in project 'ScreenDataUI'
➜ Explicit dependency on target 'ScreenData' in project 'ScreenData'
➜ Explicit dependency on target 'ScreenDataNavigation' in project 'ScreenDataNavigation'
➜ Explicit dependency on target 'Chronicle' in project 'Chronicle'
Target 'Chronicle' in project 'Chronicle'
➜ Explicit dependency on target 'Chronicle' in project 'Chronicle'
Target 'Chronicle' in project 'Chronicle' (no dependencies)
Target 'ScreenDataNavigation' in project 'ScreenDataNavigation'
➜ Explicit dependency on target 'ScreenDataNavigation' in project 'ScreenDataNavigation'
➜ Explicit dependency on target 'ScreenData' in project 'ScreenData'
➜ Explicit dependency on target 'FLet' in project 'FLet'
Target 'ScreenDataNavigation' in project 'ScreenDataNavigation'
➜ Explicit dependency on target 'ScreenData' in project 'ScreenData'
➜ Explicit dependency on target 'FLet' in project 'FLet'
Target 'FLet' in project 'FLet'
➜ Explicit dependency on target 'FLet' in project 'FLet'
➜ Explicit dependency on target 't' in project 't'
➜ Explicit dependency on target 'c' in project 'c'
➜ Explicit dependency on target 'o' in project 'o'
Target 'FLet' in project 'FLet'
➜ Explicit dependency on target 't' in project 't'
➜ Explicit dependency on target 'c' in project 'c'
➜ Explicit dependency on target 'o' in project 'o'
Target 'o' in project 'o'
➜ Explicit dependency on target 'o' in project 'o'
Target 'o' in project 'o' (no dependencies)
Target 'c' in project 'c'
➜ Explicit dependency on target 'c' in project 'c'
➜ Explicit dependency on target 't' in project 't'
Target 'c' in project 'c'
➜ Explicit dependency on target 't' in project 't'
Target 't' in project 't'
➜ Explicit dependency on target 't' in project 't'
Target 't' in project 't' (no dependencies)
Target 'ScreenData' in project 'ScreenData'
➜ Explicit dependency on target 'ScreenData' in project 'ScreenData'
Target 'ScreenData' in project 'ScreenData' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 33a22f16c416daf3ca98fb57ee7beb39
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/33a22f16c416daf3ca98fb57ee7beb39.xcbuilddata
error: The package product 'ScreenDataNavigation' requires minimum platform version 11.0 for the macOS platform, but this target supports 10.13 (in target 'ScreenDataUI' from project 'ScreenDataUI')
2026-04-12 20:37:33.168 xcodebuild[994:5713] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:ba503075854ae51ecb65b9bf3551b4b61cfe3661, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:ba503075854ae51ecb65b9bf3551b4b61cfe3661, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:ba503075854ae51ecb65b9bf3551b4b61cfe3661, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:ba503075854ae51ecb65b9bf3551b4b61cfe3661, name:My Mac }
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme ScreenDataUI
(1 failure)
BUILD FAILURE 6.3 macosXcodebuild