The Swift Package Index logo.Swift Package Index

Build Information

Failed to build KituraHTTPTest, reference master (b1cde2), with Swift 6.3 for tvOS using Xcode 26.4 on 20 Apr 2026 16:59:30 UTC.

Build Command

No build command. This typically means the build failed at an early stage where we determine the build command.

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nicholasjackson/kitura-http-test.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nicholasjackson/kitura-http-test
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b1cde22 Updated circle ci config
Cloned https://github.com/nicholasjackson/kitura-http-test.git
Revision (git rev-parse @):
b1cde2242c91a1d86ba15264581771724b26c746
SUCCESS checkout https://github.com/nicholasjackson/kitura-http-test.git at master
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/nicholasjackson/kitura-http-test.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" : "kitura-net",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.0",
            "upper_bound" : "1.8.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IBM-Swift/Kitura-net.git"
    },
    {
      "identity" : "swiftyjson",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "17.0.0",
            "upper_bound" : "17.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IBM-Swift/SwiftyJSON.git"
    }
  ],
  "manifest_display_name" : "KituraHTTPTest",
  "name" : "KituraHTTPTest",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "KituraHTTPTest",
      "targets" : [
        "KituraHTTPTest"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KituraHTTPTestTests",
      "module_type" : "SwiftTarget",
      "name" : "KituraHTTPTestTests",
      "path" : "Tests/KituraHTTPTestTests",
      "sources" : [
        "RequestTests.swift",
        "ResponseRecorderTests.swift"
      ],
      "target_dependencies" : [
        "KituraHTTPTest"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KituraHTTPTest",
      "module_type" : "SwiftTarget",
      "name" : "KituraHTTPTest",
      "path" : "Sources/KituraHTTPTest",
      "product_dependencies" : [
        "KituraNet",
        "SwiftyJSON"
      ],
      "product_memberships" : [
        "KituraHTTPTest"
      ],
      "sources" : [
        "Request.swift",
        "ResponseRecorder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "KituraHTTPTest",
    "schemes" : [
      "CHTTPParser",
      "KituraHTTPTest",
      "KituraNet",
      "LoggerAPI",
      "Socket",
      "SSLService",
      "SwiftyJSON"
    ],
    "targets" : [
      "LoggerAPI",
      "Socket",
      "SSLService",
      "KituraNet",
      "CHTTPParser",
      "SwiftyJSON",
      "KituraHTTPTest",
      "KituraHTTPTestTests"
    ]
  }
}
2026-04-20 12:59:27.749 xcodebuild[625:3820] Writing error result bundle to /var/folders/xq/y_g06wb113726d38xsyx71_h0000gn/T/ResultBundle_2026-20-04_12-59-0027.xcresult
xcodebuild: error: Could not resolve package dependencies:
  the Swift tools version specification is missing a label; consider inserting 'swift-tools-version:' between the comment marker and the version specifier
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
Updating from https://github.com/IBM-Swift/SwiftyJSON.git
Updating from https://github.com/IBM-Swift/Kitura-net.git
the Swift tools version specification is missing a label; consider inserting 'swift-tools-version:' between the comment marker and the version specifier
Resolved source packages:
  spi-builder-workspace: (null)
2026-04-20 12:59:30.522 xcodebuild[884:4765] Writing error result bundle to /var/folders/xq/y_g06wb113726d38xsyx71_h0000gn/T/ResultBundle_2026-20-04_12-59-0030.xcresult
xcodebuild: error: Could not resolve package dependencies:
  the Swift tools version specification is missing a label; consider inserting 'swift-tools-version:' between the comment marker and the version specifier
BUILD FAILURE 6.3 tvOS