The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of IBMWatsonRestKit, reference master (724572), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 07:46:43 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/watson-developer-cloud/restkit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/watson-developer-cloud/restkit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7245729 Merge pull request #26 from watson-developer-cloud/ci/automated-release
Cloned https://github.com/watson-developer-cloud/restkit.git
Revision (git rev-parse @):
7245729a223b69e813a1fa9fa2de87053b2f5ea6
SUCCESS checkout https://github.com/watson-developer-cloud/restkit.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/watson-developer-cloud/restkit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/10] Compiling RestKit RestResponse.swift
[4/10] Compiling RestKit MultipartFormData.swift
[5/10] Compiling RestKit RestError.swift
[6/10] Compiling RestKit JSON.swift
[7/10] Compiling RestKit RestRequest.swift
[8/10] Compiling RestKit CodableExtensions.swift
[9/10] Emitting module RestKit
[10/10] Compiling RestKit Authentication.swift
Build complete! (4.09s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "IBMWatsonRestKit",
  "name" : "IBMWatsonRestKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "RestKit",
      "targets" : [
        "RestKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RestKitTests",
      "module_type" : "SwiftTarget",
      "name" : "RestKitTests",
      "path" : "Tests/RestKitTests",
      "sources" : [
        "AuthenticationTests.swift",
        "CodableExtensionsTests.swift",
        "JSONTests.swift",
        "MockURLProtocol.swift",
        "MultiPartFormDataTests.swift",
        "ResponseTests.swift",
        "RestErrorTests.swift"
      ],
      "target_dependencies" : [
        "RestKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RestKit",
      "module_type" : "SwiftTarget",
      "name" : "RestKit",
      "path" : "Sources/RestKit",
      "product_memberships" : [
        "RestKit"
      ],
      "sources" : [
        "Authentication.swift",
        "CodableExtensions.swift",
        "JSON.swift",
        "MultipartFormData.swift",
        "RestError.swift",
        "RestRequest.swift",
        "RestResponse.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.