The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AccessibleTool, reference master (40ebb6), with Swift 6.2 for macOS (Xcode) using Xcode 26.3 on 18 Jun 2025 02:44:35 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AccessibleTool-Package -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ngeri/accessible.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ngeri/accessible
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ngeri/accessible.git
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AccessibleTool-Package -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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 platform=macOS,arch=arm64
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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: b7faf8499d093870d265788d88880000
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b7faf8499d093870d265788d88880000.xcbuilddata
/Users/admin/builder/spi-builder-workspace/AccessibleTool.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 26.0.99. (in target 'PathKit' from project 'AccessibleTool')
/Users/admin/builder/spi-builder-workspace/AccessibleTool.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 26.0.99. (in target 'IBDecodable' from project 'AccessibleTool')
/Users/admin/builder/spi-builder-workspace/AccessibleTool.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 26.0.99. (in target 'AccessibleCore' from project 'AccessibleTool')
/Users/admin/builder/spi-builder-workspace/AccessibleTool.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 26.0.99. (in target 'SWXMLHash' from project 'AccessibleTool')
/Users/admin/builder/spi-builder-workspace/AccessibleTool.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 26.0.99. (in target 'CYaml' from project 'AccessibleTool')
/Users/admin/builder/spi-builder-workspace/AccessibleTool.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 26.0.99. (in target 'Yams' from project 'AccessibleTool')
/Users/admin/builder/spi-builder-workspace/AccessibleTool.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 26.0.99. (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')
/Users/admin/builder/spi-builder-workspace/AccessibleTool.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 26.0.99. (in target 'StencilSwiftKit' from project 'AccessibleTool')
/Users/admin/builder/spi-builder-workspace/AccessibleTool.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 26.0.99. (in target 'AccessibleTool' from project 'AccessibleTool')
/Users/admin/builder/spi-builder-workspace/AccessibleTool.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 26.0.99. (in target 'Spectre' 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.0.0-Beta.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.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AccessibleTool-Package -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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 platform=macOS,arch=arm64
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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: b7faf8499d093870d265788d88880000
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b7faf8499d093870d265788d88880000.xcbuilddata
/Users/admin/builder/spi-builder-workspace/AccessibleTool.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 26.0.99. (in target 'IBDecodable' from project 'AccessibleTool')
/Users/admin/builder/spi-builder-workspace/AccessibleTool.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 26.0.99. (in target 'Spectre' from project 'AccessibleTool')
/Users/admin/builder/spi-builder-workspace/AccessibleTool.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 26.0.99. (in target 'SWXMLHash' from project 'AccessibleTool')
/Users/admin/builder/spi-builder-workspace/AccessibleTool.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 26.0.99. (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')
/Users/admin/builder/spi-builder-workspace/AccessibleTool.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 26.0.99. (in target 'AccessibleCore' from project 'AccessibleTool')
/Users/admin/builder/spi-builder-workspace/AccessibleTool.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 26.0.99. (in target 'AccessibleTool' from project 'AccessibleTool')
/Users/admin/builder/spi-builder-workspace/AccessibleTool.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 26.0.99. (in target 'Yams' from project 'AccessibleTool')
/Users/admin/builder/spi-builder-workspace/AccessibleTool.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 26.0.99. (in target 'CYaml' from project 'AccessibleTool')
/Users/admin/builder/spi-builder-workspace/AccessibleTool.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 26.0.99. (in target 'PathKit' from project 'AccessibleTool')
/Users/admin/builder/spi-builder-workspace/AccessibleTool.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 26.0.99. (in target 'StencilSwiftKit' from project 'AccessibleTool')
** BUILD FAILED **
The following build commands failed:
	Building project AccessibleTool with scheme AccessibleTool-Package
(1 failure)
BUILD FAILURE 6.2 macosXcodebuild