Build Information
Failed to build TermKit, reference main (163afa), with Swift 6.3 for macOS (Xcode) using Xcode 26.4 on 14 Apr 2026 13:24:04 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme TermKit-Package -destination platform=macOS,arch=arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stackotter/TermKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/stackotter/TermKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 163afa6 Remove debug print statement (whoops)
Cloned https://github.com/stackotter/TermKit.git
Revision (git rev-parse @):
163afa64f1257a0c026cc83ed8bc47a5f8fc9704
SUCCESS checkout https://github.com/stackotter/TermKit.git at main
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.3
Building package at path: $PWD
https://github.com/stackotter/TermKit.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/migueldeicaza/TextBufferKit.git
Fetching from https://github.com/migueldeicaza/SwiftTerm.git
Fetching from https://github.com/OpenCombine/OpenCombine.git
Fetching from https://github.com/apple/swift-argument-parser
Creating working copy of package ‘OpenCombine’
Checking out 0.14.0 of package ‘OpenCombine’
Creating working copy of package ‘TextBufferKit’
Checking out 0.3.0 of package ‘TextBufferKit’
Creating working copy of package ‘SwiftTerm’
Checking out 1.13.0 of package ‘SwiftTerm’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.7.1 of package ‘swift-argument-parser’
Resolve Package Graph
Resolved source packages:
TermKit: /Users/admin/builder/spi-builder-workspace
SwiftTerm: https://github.com/migueldeicaza/SwiftTerm.git @ 1.13.0
OpenCombine: https://github.com/OpenCombine/OpenCombine.git @ 0.14.0
TextBufferKit: https://github.com/migueldeicaza/TextBufferKit.git @ 0.3.0
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.1
resolved source packages: TermKit, SwiftTerm, OpenCombine, TextBufferKit, swift-argument-parser
2026-04-14 09:23:41.350 xcodebuild[525:3017] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "opencombine",
"requirement" : {
"range" : [
{
"lower_bound" : "0.11.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/OpenCombine/OpenCombine.git"
},
{
"identity" : "textbufferkit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/migueldeicaza/TextBufferKit.git"
},
{
"identity" : "swiftterm",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/migueldeicaza/SwiftTerm.git"
}
],
"manifest_display_name" : "TermKit",
"name" : "TermKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "TermKit",
"targets" : [
"TermKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Example",
"targets" : [
"Example"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "TermKitTests",
"module_type" : "SwiftTarget",
"name" : "TermKitTests",
"path" : "Tests/TermKitTests",
"sources" : [
"TermKitTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"TermKit"
],
"type" : "test"
},
{
"c99name" : "TermKit",
"module_type" : "SwiftTarget",
"name" : "TermKit",
"path" : "Sources/TermKit",
"product_dependencies" : [
"OpenCombine",
"TextBufferKit",
"SwiftTerm"
],
"product_memberships" : [
"TermKit",
"Example"
],
"sources" : [
"Core/Application.swift",
"Core/AttributedString.swift",
"Core/Clipboard.swift",
"Core/Dim.swift",
"Core/Events.swift",
"Core/Layer.swift",
"Core/Painter.swift",
"Core/Point.swift",
"Core/Pos.swift",
"Core/Rect.swift",
"Core/Responder.swift",
"Core/Size.swift",
"Core/StandardToplevel.swift",
"Core/Toplevel.swift",
"Core/View.swift",
"Core/Window.swift",
"Dialogs/Dialog.swift",
"Dialogs/FileDialog.swift",
"Dialogs/InputBox.swift",
"Dialogs/MessageBox.swift",
"Drivers/ConsoleDriver.swift",
"Drivers/CursesDriver.swift",
"Extensions/StringChar.swift",
"Views/Button.swift",
"Views/Checkbox.swift",
"Views/DataTable.swift",
"Views/Desktop.swift",
"Views/Frame.swift",
"Views/Label.swift",
"Views/ListView.swift",
"Views/Menu.swift",
"Views/ProgressBar.swift",
"Views/RadioGroup.swift",
"Views/ScrollView.swift",
"Views/StatusBar.swift",
"Views/Terminal.swift",
"Views/TextField.swift",
"Views/TextView.swift"
],
"target_dependencies" : [
"DarwinCurses",
"LinuxCurses"
],
"type" : "library"
},
{
"c99name" : "LinuxCurses",
"module_type" : "SystemLibraryTarget",
"name" : "LinuxCurses",
"path" : "Sources/LinuxCurses",
"product_memberships" : [
"TermKit",
"Example"
],
"sources" : [
],
"type" : "system-target"
},
{
"c99name" : "Example",
"module_type" : "SwiftTarget",
"name" : "Example",
"path" : "Sources/Example",
"product_dependencies" : [
"SwiftTerm"
],
"product_memberships" : [
"Example"
],
"sources" : [
"DemoAssorted.swift",
"DemoDataTable.swift",
"DemoDialogs.swift",
"DemoStandardToplevel.swift",
"DemoTerminal.swift",
"main.swift"
],
"target_dependencies" : [
"TermKit"
],
"type" : "executable"
},
{
"c99name" : "DarwinCurses",
"module_type" : "SystemLibraryTarget",
"name" : "DarwinCurses",
"path" : "Sources/DarwinCurses",
"product_memberships" : [
"TermKit",
"Example"
],
"sources" : [
],
"type" : "system-target"
}
],
"tools_version" : "5.3"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Example",
"TermKit",
"TermKit-Package"
]
}
}
2026-04-14 09:23:51.840 xcodebuild[811:4535] [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 TermKit-Package -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 TermKit-Package -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
OpenCombine: https://github.com/OpenCombine/OpenCombine.git @ 0.14.0
TextBufferKit: https://github.com/migueldeicaza/TextBufferKit.git @ 0.3.0
TermKit: /Users/admin/builder/spi-builder-workspace
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.1
SwiftTerm: https://github.com/migueldeicaza/SwiftTerm.git @ 1.13.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (12 targets)
Target 'Example' in project 'TermKit'
➜ Explicit dependency on target 'DarwinCurses' in project 'TermKit'
➜ Explicit dependency on target 'TermKit' in project 'TermKit'
➜ Explicit dependency on target 'OpenCombine' in project 'OpenCombine'
➜ Explicit dependency on target 'TextBufferKit' in project 'TextBufferKit'
➜ Explicit dependency on target 'SwiftTerm' in project 'SwiftTerm'
Target 'TermKit' in project 'TermKit'
➜ Explicit dependency on target 'TermKit' in project 'TermKit'
➜ Explicit dependency on target 'OpenCombine' in project 'OpenCombine'
➜ Explicit dependency on target 'TextBufferKit' in project 'TextBufferKit'
➜ Explicit dependency on target 'SwiftTerm' in project 'SwiftTerm'
Target 'TermKit' in project 'TermKit'
➜ Explicit dependency on target 'DarwinCurses' in project 'TermKit'
➜ Explicit dependency on target 'OpenCombine' in project 'OpenCombine'
➜ Explicit dependency on target 'TextBufferKit' in project 'TextBufferKit'
➜ Explicit dependency on target 'SwiftTerm' in project 'SwiftTerm'
Target 'SwiftTerm' in project 'SwiftTerm'
➜ Explicit dependency on target 'SwiftTerm' in project 'SwiftTerm'
➜ Explicit dependency on target 'SwiftTerm_SwiftTerm' in project 'SwiftTerm'
Target 'SwiftTerm' in project 'SwiftTerm'
➜ Explicit dependency on target 'SwiftTerm_SwiftTerm' in project 'SwiftTerm'
Target 'SwiftTerm_SwiftTerm' in project 'SwiftTerm' (no dependencies)
Target 'TextBufferKit' in project 'TextBufferKit'
➜ Explicit dependency on target 'TextBufferKit' in project 'TextBufferKit'
Target 'TextBufferKit' in project 'TextBufferKit' (no dependencies)
Target 'OpenCombine' in project 'OpenCombine'
➜ Explicit dependency on target 'OpenCombine' in project 'OpenCombine'
➜ Explicit dependency on target 'COpenCombineHelpers' in project 'OpenCombine'
Target 'OpenCombine' in project 'OpenCombine'
➜ Explicit dependency on target 'COpenCombineHelpers' in project 'OpenCombine'
Target 'COpenCombineHelpers' in project 'OpenCombine' (no dependencies)
Target 'DarwinCurses' in project 'TermKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -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/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/clang -v -E -dM -arch arm64 -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
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 985c2c6fcd0fb0941851caabcaf05249
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/985c2c6fcd0fb0941851caabcaf05249.xcbuilddata
error: The package product 'SwiftTerm' requires minimum platform version 13.0 for the macOS platform, but this target supports 10.15 (in target 'TermKit' from project 'TermKit')
error: The package product 'SwiftTerm' requires minimum platform version 13.0 for the macOS platform, but this target supports 10.15 (in target 'Example' from project 'TermKit')
2026-04-14 09:23:55.964 xcodebuild[854:4878] [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:348ec4d48ecde4bbfeb150384f7cd25f7a5f3f73, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:348ec4d48ecde4bbfeb150384f7cd25f7a5f3f73, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:348ec4d48ecde4bbfeb150384f7cd25f7a5f3f73, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:348ec4d48ecde4bbfeb150384f7cd25f7a5f3f73, name:My Mac }
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme TermKit-Package
(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:
TextBufferKit: https://github.com/migueldeicaza/TextBufferKit.git @ 0.3.0
SwiftTerm: https://github.com/migueldeicaza/SwiftTerm.git @ 1.13.0
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.1
OpenCombine: https://github.com/OpenCombine/OpenCombine.git @ 0.14.0
TermKit: /Users/admin/builder/spi-builder-workspace
resolved source packages: TextBufferKit, SwiftTerm, swift-argument-parser, OpenCombine, TermKit
2026-04-14 09:23:59.747 xcodebuild[920:5257] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "opencombine",
"requirement" : {
"range" : [
{
"lower_bound" : "0.11.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/OpenCombine/OpenCombine.git"
},
{
"identity" : "textbufferkit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/migueldeicaza/TextBufferKit.git"
},
{
"identity" : "swiftterm",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/migueldeicaza/SwiftTerm.git"
}
],
"manifest_display_name" : "TermKit",
"name" : "TermKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "TermKit",
"targets" : [
"TermKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Example",
"targets" : [
"Example"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "TermKitTests",
"module_type" : "SwiftTarget",
"name" : "TermKitTests",
"path" : "Tests/TermKitTests",
"sources" : [
"TermKitTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"TermKit"
],
"type" : "test"
},
{
"c99name" : "TermKit",
"module_type" : "SwiftTarget",
"name" : "TermKit",
"path" : "Sources/TermKit",
"product_dependencies" : [
"OpenCombine",
"TextBufferKit",
"SwiftTerm"
],
"product_memberships" : [
"TermKit",
"Example"
],
"sources" : [
"Core/Application.swift",
"Core/AttributedString.swift",
"Core/Clipboard.swift",
"Core/Dim.swift",
"Core/Events.swift",
"Core/Layer.swift",
"Core/Painter.swift",
"Core/Point.swift",
"Core/Pos.swift",
"Core/Rect.swift",
"Core/Responder.swift",
"Core/Size.swift",
"Core/StandardToplevel.swift",
"Core/Toplevel.swift",
"Core/View.swift",
"Core/Window.swift",
"Dialogs/Dialog.swift",
"Dialogs/FileDialog.swift",
"Dialogs/InputBox.swift",
"Dialogs/MessageBox.swift",
"Drivers/ConsoleDriver.swift",
"Drivers/CursesDriver.swift",
"Extensions/StringChar.swift",
"Views/Button.swift",
"Views/Checkbox.swift",
"Views/DataTable.swift",
"Views/Desktop.swift",
"Views/Frame.swift",
"Views/Label.swift",
"Views/ListView.swift",
"Views/Menu.swift",
"Views/ProgressBar.swift",
"Views/RadioGroup.swift",
"Views/ScrollView.swift",
"Views/StatusBar.swift",
"Views/Terminal.swift",
"Views/TextField.swift",
"Views/TextView.swift"
],
"target_dependencies" : [
"DarwinCurses",
"LinuxCurses"
],
"type" : "library"
},
{
"c99name" : "LinuxCurses",
"module_type" : "SystemLibraryTarget",
"name" : "LinuxCurses",
"path" : "Sources/LinuxCurses",
"product_memberships" : [
"TermKit",
"Example"
],
"sources" : [
],
"type" : "system-target"
},
{
"c99name" : "Example",
"module_type" : "SwiftTarget",
"name" : "Example",
"path" : "Sources/Example",
"product_dependencies" : [
"SwiftTerm"
],
"product_memberships" : [
"Example"
],
"sources" : [
"DemoAssorted.swift",
"DemoDataTable.swift",
"DemoDialogs.swift",
"DemoStandardToplevel.swift",
"DemoTerminal.swift",
"main.swift"
],
"target_dependencies" : [
"TermKit"
],
"type" : "executable"
},
{
"c99name" : "DarwinCurses",
"module_type" : "SystemLibraryTarget",
"name" : "DarwinCurses",
"path" : "Sources/DarwinCurses",
"product_memberships" : [
"TermKit",
"Example"
],
"sources" : [
],
"type" : "system-target"
}
],
"tools_version" : "5.3"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Example",
"TermKit",
"TermKit-Package"
]
}
}
2026-04-14 09:24:01.877 xcodebuild[936:5381] [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 TermKit-Package -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 TermKit-Package -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.1
TermKit: /Users/admin/builder/spi-builder-workspace
SwiftTerm: https://github.com/migueldeicaza/SwiftTerm.git @ 1.13.0
TextBufferKit: https://github.com/migueldeicaza/TextBufferKit.git @ 0.3.0
OpenCombine: https://github.com/OpenCombine/OpenCombine.git @ 0.14.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (12 targets)
Target 'Example' in project 'TermKit'
➜ Explicit dependency on target 'DarwinCurses' in project 'TermKit'
➜ Explicit dependency on target 'TermKit' in project 'TermKit'
➜ Explicit dependency on target 'OpenCombine' in project 'OpenCombine'
➜ Explicit dependency on target 'TextBufferKit' in project 'TextBufferKit'
➜ Explicit dependency on target 'SwiftTerm' in project 'SwiftTerm'
Target 'TermKit' in project 'TermKit'
➜ Explicit dependency on target 'TermKit' in project 'TermKit'
➜ Explicit dependency on target 'OpenCombine' in project 'OpenCombine'
➜ Explicit dependency on target 'TextBufferKit' in project 'TextBufferKit'
➜ Explicit dependency on target 'SwiftTerm' in project 'SwiftTerm'
Target 'TermKit' in project 'TermKit'
➜ Explicit dependency on target 'DarwinCurses' in project 'TermKit'
➜ Explicit dependency on target 'OpenCombine' in project 'OpenCombine'
➜ Explicit dependency on target 'TextBufferKit' in project 'TextBufferKit'
➜ Explicit dependency on target 'SwiftTerm' in project 'SwiftTerm'
Target 'SwiftTerm' in project 'SwiftTerm'
➜ Explicit dependency on target 'SwiftTerm' in project 'SwiftTerm'
➜ Explicit dependency on target 'SwiftTerm_SwiftTerm' in project 'SwiftTerm'
Target 'SwiftTerm' in project 'SwiftTerm'
➜ Explicit dependency on target 'SwiftTerm_SwiftTerm' in project 'SwiftTerm'
Target 'SwiftTerm_SwiftTerm' in project 'SwiftTerm' (no dependencies)
Target 'TextBufferKit' in project 'TextBufferKit'
➜ Explicit dependency on target 'TextBufferKit' in project 'TextBufferKit'
Target 'TextBufferKit' in project 'TextBufferKit' (no dependencies)
Target 'OpenCombine' in project 'OpenCombine'
➜ Explicit dependency on target 'OpenCombine' in project 'OpenCombine'
➜ Explicit dependency on target 'COpenCombineHelpers' in project 'OpenCombine'
Target 'OpenCombine' in project 'OpenCombine'
➜ Explicit dependency on target 'COpenCombineHelpers' in project 'OpenCombine'
Target 'COpenCombineHelpers' in project 'OpenCombine' (no dependencies)
Target 'DarwinCurses' in project 'TermKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -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/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/clang -v -E -dM -arch arm64 -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
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 985c2c6fcd0fb0941851caabcaf05249
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/985c2c6fcd0fb0941851caabcaf05249.xcbuilddata
error: The package product 'SwiftTerm' requires minimum platform version 13.0 for the macOS platform, but this target supports 10.15 (in target 'Example' from project 'TermKit')
error: The package product 'SwiftTerm' requires minimum platform version 13.0 for the macOS platform, but this target supports 10.15 (in target 'TermKit' from project 'TermKit')
2026-04-14 09:24:03.613 xcodebuild[945:5459] [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:348ec4d48ecde4bbfeb150384f7cd25f7a5f3f73, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:348ec4d48ecde4bbfeb150384f7cd25f7a5f3f73, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:348ec4d48ecde4bbfeb150384f7cd25f7a5f3f73, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:348ec4d48ecde4bbfeb150384f7cd25f7a5f3f73, name:My Mac }
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme TermKit-Package
(1 failure)
BUILD FAILURE 6.3 macosXcodebuild