Build Information
Failed to build AccessibleTool, reference 0.0.2 (40ebb6), with Swift 6.3 for watchOS using Xcode 26.4 on 11 Apr 2026 00:55:35 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AccessibleTool-Package -destination generic/platform=watchOSBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ngeri/accessible.git
Reference: 0.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ngeri/accessible
* tag 0.0.2 -> FETCH_HEAD
HEAD is now at 40ebb65 Merge pull request #22 from ngergo100/development
Cloned https://github.com/ngeri/accessible.git
Revision (git rev-parse @):
40ebb65e52cad9bf2efb2ad315bde694da27c8e1
SUCCESS checkout https://github.com/ngeri/accessible.git at 0.0.2
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.3
Building package at path: $PWD
https://github.com/ngeri/accessible.git
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"dependencies" : [
{
"identity" : "ibdecodable",
"requirement" : {
"revision" : [
"244fdd38cc463eb6e050b2d901754701103b1993"
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBDecodable/IBDecodable"
},
{
"identity" : "stencilswiftkit",
"requirement" : {
"range" : [
{
"lower_bound" : "2.5.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftGen/StencilSwiftKit"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
}
],
"manifest_display_name" : "AccessibleTool",
"name" : "AccessibleTool",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AccessibleCore",
"targets" : [
"AccessibleCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AccessibleTool",
"targets" : [
"AccessibleTool"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "AccessibleTool",
"module_type" : "SwiftTarget",
"name" : "AccessibleTool",
"path" : "Sources/AccessibleTool",
"product_memberships" : [
"AccessibleTool"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"AccessibleCore"
],
"type" : "executable"
},
{
"c99name" : "AccessibleTests",
"module_type" : "SwiftTarget",
"name" : "AccessibleTests",
"path" : "Tests",
"sources" : [
"AccessibleTests/ConfigurationTests.swift"
],
"target_dependencies" : [
"AccessibleCore"
],
"type" : "test"
},
{
"c99name" : "AccessibleCore",
"module_type" : "SwiftTarget",
"name" : "AccessibleCore",
"path" : "Sources/AccessibleCore",
"product_dependencies" : [
"IBDecodable",
"StencilSwiftKit",
"Yams"
],
"product_memberships" : [
"AccessibleCore",
"AccessibleTool"
],
"sources" : [
"AccessibleParser.swift",
"AccessibleTool.swift",
"Helpers/ConfigurationFactory.swift",
"Helpers/DateFormatterExtension.swift",
"Helpers/Logger.swift",
"Helpers/OutputHandler.swift",
"Helpers/ViewProtocolExtension.swift",
"Models/ConnectionTemplate.swift",
"Models/ConnectionTypeTemplate.swift",
"Models/StoryboardTemplate.swift",
"Models/ViewControllerTemplate.swift",
"Resources/Templates.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "AccessibleTool",
"schemes" : [
"AccessibleTool",
"AccessibleTool-Package"
],
"targets" : [
"AccessibleCore",
"AccessibleTests",
"AccessibleTool",
"AccessibleToolPackageDescription",
"AccessibleToolPackageTests",
"CYaml",
"IBDecodable",
"IBDecodablePackageDescription",
"PathKit",
"PathKitPackageDescription",
"SWXMLHash",
"SWXMLHashPackageDescription",
"Spectre",
"SpectrePackageDescription",
"Stencil",
"StencilPackageDescription",
"StencilSwiftKit",
"StencilSwiftKitPackageDescription",
"Yams",
"YamsPackageDescription"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AccessibleTool-Package -destination generic/platform=watchOS
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 AccessibleTool-Package -destination generic/platform=watchOS
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (10 targets)
Target 'AccessibleTool' in project 'AccessibleTool'
➜ Explicit dependency on target 'AccessibleCore' in project 'AccessibleTool'
➜ Explicit dependency on target 'Yams' in project 'AccessibleTool'
➜ Explicit dependency on target 'CYaml' in project 'AccessibleTool'
➜ Explicit dependency on target 'StencilSwiftKit' in project 'AccessibleTool'
➜ Explicit dependency on target 'Stencil' in project 'AccessibleTool'
➜ Explicit dependency on target 'Spectre' in project 'AccessibleTool'
➜ Explicit dependency on target 'PathKit' in project 'AccessibleTool'
➜ Explicit dependency on target 'IBDecodable' in project 'AccessibleTool'
➜ Explicit dependency on target 'SWXMLHash' in project 'AccessibleTool'
Target 'AccessibleCore' in project 'AccessibleTool'
➜ Explicit dependency on target 'Yams' in project 'AccessibleTool'
➜ Explicit dependency on target 'CYaml' in project 'AccessibleTool'
➜ Explicit dependency on target 'StencilSwiftKit' in project 'AccessibleTool'
➜ Explicit dependency on target 'Stencil' in project 'AccessibleTool'
➜ Explicit dependency on target 'Spectre' in project 'AccessibleTool'
➜ Explicit dependency on target 'PathKit' in project 'AccessibleTool'
➜ Explicit dependency on target 'IBDecodable' in project 'AccessibleTool'
➜ Explicit dependency on target 'SWXMLHash' in project 'AccessibleTool'
Target 'IBDecodable' in project 'AccessibleTool'
➜ Explicit dependency on target 'SWXMLHash' in project 'AccessibleTool'
Target 'SWXMLHash' in project 'AccessibleTool' (no dependencies)
Target 'StencilSwiftKit' in project 'AccessibleTool'
➜ Explicit dependency on target 'Stencil' in project 'AccessibleTool'
➜ Explicit dependency on target 'Spectre' in project 'AccessibleTool'
➜ Explicit dependency on target 'PathKit' in project 'AccessibleTool'
Target 'Stencil' in project 'AccessibleTool'
➜ Explicit dependency on target 'Spectre' in project 'AccessibleTool'
➜ Explicit dependency on target 'PathKit' in project 'AccessibleTool'
Target 'PathKit' in project 'AccessibleTool' (no dependencies)
Target 'Spectre' in project 'AccessibleTool' (no dependencies)
Target 'Yams' in project 'AccessibleTool'
➜ Explicit dependency on target 'CYaml' in project 'AccessibleTool'
Target 'CYaml' in project 'AccessibleTool' (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/WatchOS.platform/Developer/SDKs/WatchOS26.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/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
Build description signature: ce5ead6d242c65d66bb874960f7c52d5
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/ce5ead6d242c65d66bb874960f7c52d5.xcbuilddata
/Users/admin/builder/spi-builder-workspace/AccessibleTool.xcodeproj: error: Signing for "AccessibleTool" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'AccessibleTool' from project 'AccessibleTool')
error: SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0, 6.0. (in target 'Stencil' from project 'AccessibleTool')
error: SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0, 6.0. (in target 'Stencil' from project 'AccessibleTool')
** BUILD FAILED **
The following build commands failed:
Building project AccessibleTool with scheme AccessibleTool-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
resolved source packages:
{
"dependencies" : [
{
"identity" : "ibdecodable",
"requirement" : {
"revision" : [
"244fdd38cc463eb6e050b2d901754701103b1993"
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBDecodable/IBDecodable"
},
{
"identity" : "stencilswiftkit",
"requirement" : {
"range" : [
{
"lower_bound" : "2.5.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftGen/StencilSwiftKit"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
}
],
"manifest_display_name" : "AccessibleTool",
"name" : "AccessibleTool",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AccessibleCore",
"targets" : [
"AccessibleCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AccessibleTool",
"targets" : [
"AccessibleTool"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "AccessibleTool",
"module_type" : "SwiftTarget",
"name" : "AccessibleTool",
"path" : "Sources/AccessibleTool",
"product_memberships" : [
"AccessibleTool"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"AccessibleCore"
],
"type" : "executable"
},
{
"c99name" : "AccessibleTests",
"module_type" : "SwiftTarget",
"name" : "AccessibleTests",
"path" : "Tests",
"sources" : [
"AccessibleTests/ConfigurationTests.swift"
],
"target_dependencies" : [
"AccessibleCore"
],
"type" : "test"
},
{
"c99name" : "AccessibleCore",
"module_type" : "SwiftTarget",
"name" : "AccessibleCore",
"path" : "Sources/AccessibleCore",
"product_dependencies" : [
"IBDecodable",
"StencilSwiftKit",
"Yams"
],
"product_memberships" : [
"AccessibleCore",
"AccessibleTool"
],
"sources" : [
"AccessibleParser.swift",
"AccessibleTool.swift",
"Helpers/ConfigurationFactory.swift",
"Helpers/DateFormatterExtension.swift",
"Helpers/Logger.swift",
"Helpers/OutputHandler.swift",
"Helpers/ViewProtocolExtension.swift",
"Models/ConnectionTemplate.swift",
"Models/ConnectionTypeTemplate.swift",
"Models/StoryboardTemplate.swift",
"Models/ViewControllerTemplate.swift",
"Resources/Templates.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "AccessibleTool",
"schemes" : [
"AccessibleTool",
"AccessibleTool-Package"
],
"targets" : [
"AccessibleCore",
"AccessibleTests",
"AccessibleTool",
"AccessibleToolPackageDescription",
"AccessibleToolPackageTests",
"CYaml",
"IBDecodable",
"IBDecodablePackageDescription",
"PathKit",
"PathKitPackageDescription",
"SWXMLHash",
"SWXMLHashPackageDescription",
"Spectre",
"SpectrePackageDescription",
"Stencil",
"StencilPackageDescription",
"StencilSwiftKit",
"StencilSwiftKitPackageDescription",
"Yams",
"YamsPackageDescription"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AccessibleTool-Package -destination generic/platform=watchOS
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 AccessibleTool-Package -destination generic/platform=watchOS
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (10 targets)
Target 'AccessibleTool' in project 'AccessibleTool'
➜ Explicit dependency on target 'AccessibleCore' in project 'AccessibleTool'
➜ Explicit dependency on target 'Yams' in project 'AccessibleTool'
➜ Explicit dependency on target 'CYaml' in project 'AccessibleTool'
➜ Explicit dependency on target 'StencilSwiftKit' in project 'AccessibleTool'
➜ Explicit dependency on target 'Stencil' in project 'AccessibleTool'
➜ Explicit dependency on target 'Spectre' in project 'AccessibleTool'
➜ Explicit dependency on target 'PathKit' in project 'AccessibleTool'
➜ Explicit dependency on target 'IBDecodable' in project 'AccessibleTool'
➜ Explicit dependency on target 'SWXMLHash' in project 'AccessibleTool'
Target 'AccessibleCore' in project 'AccessibleTool'
➜ Explicit dependency on target 'Yams' in project 'AccessibleTool'
➜ Explicit dependency on target 'CYaml' in project 'AccessibleTool'
➜ Explicit dependency on target 'StencilSwiftKit' in project 'AccessibleTool'
➜ Explicit dependency on target 'Stencil' in project 'AccessibleTool'
➜ Explicit dependency on target 'Spectre' in project 'AccessibleTool'
➜ Explicit dependency on target 'PathKit' in project 'AccessibleTool'
➜ Explicit dependency on target 'IBDecodable' in project 'AccessibleTool'
➜ Explicit dependency on target 'SWXMLHash' in project 'AccessibleTool'
Target 'IBDecodable' in project 'AccessibleTool'
➜ Explicit dependency on target 'SWXMLHash' in project 'AccessibleTool'
Target 'SWXMLHash' in project 'AccessibleTool' (no dependencies)
Target 'StencilSwiftKit' in project 'AccessibleTool'
➜ Explicit dependency on target 'Stencil' in project 'AccessibleTool'
➜ Explicit dependency on target 'Spectre' in project 'AccessibleTool'
➜ Explicit dependency on target 'PathKit' in project 'AccessibleTool'
Target 'Stencil' in project 'AccessibleTool'
➜ Explicit dependency on target 'Spectre' in project 'AccessibleTool'
➜ Explicit dependency on target 'PathKit' in project 'AccessibleTool'
Target 'PathKit' in project 'AccessibleTool' (no dependencies)
Target 'Spectre' in project 'AccessibleTool' (no dependencies)
Target 'Yams' in project 'AccessibleTool'
➜ Explicit dependency on target 'CYaml' in project 'AccessibleTool'
Target 'CYaml' in project 'AccessibleTool' (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/WatchOS.platform/Developer/SDKs/WatchOS26.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/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
Build description signature: ce5ead6d242c65d66bb874960f7c52d5
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/ce5ead6d242c65d66bb874960f7c52d5.xcbuilddata
/Users/admin/builder/spi-builder-workspace/AccessibleTool.xcodeproj: error: Signing for "AccessibleTool" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'AccessibleTool' from project 'AccessibleTool')
error: SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0, 6.0. (in target 'Stencil' from project 'AccessibleTool')
error: SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0, 6.0. (in target 'Stencil' from project 'AccessibleTool')
** BUILD FAILED **
The following build commands failed:
Building project AccessibleTool with scheme AccessibleTool-Package
(1 failure)
BUILD FAILURE 6.3 watchOS