The Swift Package Index logo.Swift Package Index

Build Information

Successful build of IBMWatsonRestKit, reference 3.0.3 (c4fa7c), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 07:47:11 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: 3.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/watson-developer-cloud/restkit
 * tag               3.0.3      -> FETCH_HEAD
HEAD is now at c4fa7c1 Merge pull request #23 from watson-developer-cloud/develop
Cloned https://github.com/watson-developer-cloud/restkit.git
Revision (git rev-parse @):
c4fa7c1ff757e261c9acae463f3ecb71e7d8ae93
SUCCESS checkout https://github.com/watson-developer-cloud/restkit.git at 3.0.3
========================================
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 Authentication.swift
[4/10] Emitting module RestKit
[5/10] Compiling RestKit RestError.swift
[6/10] Compiling RestKit JSON.swift
[7/10] Compiling RestKit CodableExtensions.swift
[8/10] Compiling RestKit RestResponse.swift
[9/10] Compiling RestKit RestRequest.swift
[10/10] Compiling RestKit MultipartFormData.swift
Build complete! (4.36s)
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.