The Swift Package Index logo.Swift Package Index

Build Information

Failed to build KituraHTTPTest, reference 0.2.2 (b12cc5), with Swift 6.2 for visionOS using Xcode 26.3 on 17 Jun 2025 20:51:17 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nicholasjackson/kitura-http-test.git
Reference: 0.2.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nicholasjackson/kitura-http-test
 * tag               0.2.2      -> FETCH_HEAD
HEAD is now at b12cc53 Added library support
Cloned https://github.com/nicholasjackson/kitura-http-test.git
Revision (git rev-parse @):
b12cc5396c8dc719ab99a3904cab8aecb9a46e87
SUCCESS checkout https://github.com/nicholasjackson/kitura-http-test.git at 0.2.2
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/nicholasjackson/kitura-http-test.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" : "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"
    ]
  }
}
2025-06-17 13:51:15.251 xcodebuild[572:3356] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-17-06_13-51-0015.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.0.0-Beta.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/Kitura-net.git
Updating from https://github.com/IBM-Swift/SwiftyJSON.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)
2025-06-17 13:51:17.922 xcodebuild[828:4269] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-17-06_13-51-0017.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.2 visionOS