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 IBMSwiftSDKCore, reference main (652ff3), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 08:36:16 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/IBM/swift-sdk-core.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/IBM/swift-sdk-core
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 652ff3c build(version): ensure proper versionging is followed
Cloned https://github.com/IBM/swift-sdk-core.git
Revision (git rev-parse @):
652ff3cc98af7adb8130863fd7de7ab1e734e795
SUCCESS checkout https://github.com/IBM/swift-sdk-core.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/IBM/swift-sdk-core.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/15] Compiling IBMSwiftSDKCore RestError.swift
[4/16] Compiling IBMSwiftSDKCore InsecureConnection.swift
[5/16] Compiling IBMSwiftSDKCore JWT.swift
[6/16] Compiling IBMSwiftSDKCore JSON.swift
[7/16] Compiling IBMSwiftSDKCore CodableExtensions.swift
[8/16] Compiling IBMSwiftSDKCore ConfigBasedAuthenticatorFactory.swift
[9/16] Compiling IBMSwiftSDKCore IAMAuthenticator.swift
[10/16] Compiling IBMSwiftSDKCore CredentialUtils.swift
[11/16] Compiling IBMSwiftSDKCore MultipartFormData.swift
[12/16] Compiling IBMSwiftSDKCore RestRequest.swift
[13/16] Emitting module IBMSwiftSDKCore
[14/16] Compiling IBMSwiftSDKCore Authentication.swift
[15/16] Compiling IBMSwiftSDKCore CloudPakForDataAuthenticator.swift
[16/16] Compiling IBMSwiftSDKCore RestResponse.swift
Build complete! (4.94s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "IBMSwiftSDKCore",
  "name" : "IBMSwiftSDKCore",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "IBMSwiftSDKCore",
      "targets" : [
        "IBMSwiftSDKCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IBMSwiftSDKCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "IBMSwiftSDKCoreTests",
      "path" : "Tests/IBMSwiftSDKCoreTests",
      "sources" : [
        "AuthenticationTests.swift",
        "CodableExtensionsTests.swift",
        "ConfigBasedAuthenticatorFactoryTests-Linux.swift",
        "CredentialUtilsTests-Linux.swift",
        "JSONTests.swift",
        "MockURLProtocol.swift",
        "MultiPartFormDataTests.swift",
        "ResponseTests.swift",
        "RestErrorTests.swift",
        "SDKInitializerTests.swift"
      ],
      "target_dependencies" : [
        "IBMSwiftSDKCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IBMSwiftSDKCore",
      "module_type" : "SwiftTarget",
      "name" : "IBMSwiftSDKCore",
      "path" : "Sources/IBMSwiftSDKCore",
      "product_memberships" : [
        "IBMSwiftSDKCore"
      ],
      "sources" : [
        "Authentication/Authentication.swift",
        "Authentication/CloudPakForDataAuthenticator.swift",
        "Authentication/ConfigBasedAuthenticatorFactory.swift",
        "Authentication/IAMAuthenticator.swift",
        "Authentication/InsecureConnection.swift",
        "Authentication/JWT.swift",
        "CodableExtensions.swift",
        "CredentialUtils.swift",
        "JSON.swift",
        "MultipartFormData.swift",
        "RestError.swift",
        "RestRequest.swift",
        "RestResponse.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.