The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FuncBot, reference master (f629a9), with Swift 6.2 for macOS (Xcode) using Xcode 26.3 on 17 Jun 2025 19:09:49 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 FuncBot-Package -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tangentw/funcbot.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tangentw/funcbot
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at f629a90 Tweak APIs
Cloned https://github.com/tangentw/funcbot.git
Revision (git rev-parse @):
f629a906f5ed7304dd63c65a7db09f0360af8272
SUCCESS checkout https://github.com/tangentw/funcbot.git at master
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tangentw/funcbot.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" : "starscream",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.2",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/daltoniam/Starscream.git"
    }
  ],
  "manifest_display_name" : "FuncBot",
  "name" : "FuncBot",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "FuncBot",
      "targets" : [
        "FuncBot"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FuncBotTests",
      "module_type" : "SwiftTarget",
      "name" : "FuncBotTests",
      "path" : "Tests/FuncBotTests",
      "product_dependencies" : [
        "Starscream"
      ],
      "sources" : [
        "FuncBotTests.swift"
      ],
      "target_dependencies" : [
        "FuncBot"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FuncBot",
      "module_type" : "SwiftTarget",
      "name" : "FuncBot",
      "path" : "Sources/FuncBot",
      "product_dependencies" : [
        "Starscream"
      ],
      "product_memberships" : [
        "FuncBot"
      ],
      "sources" : [
        "Examples/Middlewares.swift",
        "FuncBot.swift",
        "HTTP/HTTP.swift",
        "IO/Console.swift",
        "IO/IO.swift",
        "JSON/JSON.swift",
        "Message/Message.swift",
        "Operators.swift",
        "RTM/RTM.swift",
        "curry.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "FuncBot",
    "schemes" : [
      "FuncBot-Package",
      "FuncBotPackageDescription",
      "FuncBotPackageTests",
      "StarscreamPackageDescription"
    ],
    "targets" : [
      "FuncBotPackageDescription",
      "StarscreamPackageDescription",
      "FuncBotTests",
      "FuncBot",
      "Starscream",
      "FuncBotPackageTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FuncBot-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 FuncBot-Package -destination platform=macOS,arch=arm64
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'FuncBot' in project 'FuncBot'
        ➜ Explicit dependency on target 'Starscream' in project 'FuncBot'
    Target 'Starscream' in project 'FuncBot' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 6e0b24c5285c835b702a41df32820edb
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/6e0b24c5285c835b702a41df32820edb.xcbuilddata
/Users/admin/builder/spi-builder-workspace/FuncBot.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 'FuncBot' from project 'FuncBot')
/Users/admin/builder/spi-builder-workspace/FuncBot.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 'Starscream' from project 'FuncBot')
error: SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0, 6.0. (in target 'Starscream' from project 'FuncBot')
** BUILD FAILED **
The following build commands failed:
	Building project FuncBot with scheme FuncBot-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" : "starscream",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.2",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/daltoniam/Starscream.git"
    }
  ],
  "manifest_display_name" : "FuncBot",
  "name" : "FuncBot",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "FuncBot",
      "targets" : [
        "FuncBot"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FuncBotTests",
      "module_type" : "SwiftTarget",
      "name" : "FuncBotTests",
      "path" : "Tests/FuncBotTests",
      "product_dependencies" : [
        "Starscream"
      ],
      "sources" : [
        "FuncBotTests.swift"
      ],
      "target_dependencies" : [
        "FuncBot"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FuncBot",
      "module_type" : "SwiftTarget",
      "name" : "FuncBot",
      "path" : "Sources/FuncBot",
      "product_dependencies" : [
        "Starscream"
      ],
      "product_memberships" : [
        "FuncBot"
      ],
      "sources" : [
        "Examples/Middlewares.swift",
        "FuncBot.swift",
        "HTTP/HTTP.swift",
        "IO/Console.swift",
        "IO/IO.swift",
        "JSON/JSON.swift",
        "Message/Message.swift",
        "Operators.swift",
        "RTM/RTM.swift",
        "curry.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "FuncBot",
    "schemes" : [
      "FuncBot-Package",
      "FuncBotPackageDescription",
      "FuncBotPackageTests",
      "StarscreamPackageDescription"
    ],
    "targets" : [
      "FuncBotPackageDescription",
      "StarscreamPackageDescription",
      "FuncBotTests",
      "FuncBot",
      "Starscream",
      "FuncBotPackageTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FuncBot-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 FuncBot-Package -destination platform=macOS,arch=arm64
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'FuncBot' in project 'FuncBot'
        ➜ Explicit dependency on target 'Starscream' in project 'FuncBot'
    Target 'Starscream' in project 'FuncBot' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 6e0b24c5285c835b702a41df32820edb
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/6e0b24c5285c835b702a41df32820edb.xcbuilddata
/Users/admin/builder/spi-builder-workspace/FuncBot.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 'Starscream' from project 'FuncBot')
error: SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0, 6.0. (in target 'Starscream' from project 'FuncBot')
/Users/admin/builder/spi-builder-workspace/FuncBot.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 'FuncBot' from project 'FuncBot')
** BUILD FAILED **
The following build commands failed:
	Building project FuncBot with scheme FuncBot-Package
(1 failure)
BUILD FAILURE 6.2 macosXcodebuild