The Swift Package Index logo.Swift Package Index

Build Information

Successful build of S3Kit, reference 1.0.21 (3cb731), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 23:33:25 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/saltzmanjoelh/S3Kit.git
Reference: 1.0.21
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/saltzmanjoelh/S3Kit
 * tag               1.0.21     -> FETCH_HEAD
HEAD is now at 3cb7315 Removed IBM-Swift/CommonCrypto
Cloned https://github.com/saltzmanjoelh/S3Kit.git
Revision (git rev-parse @):
3cb73159620ccc56f11542c4460cf24a9b2759e6
SUCCESS checkout https://github.com/saltzmanjoelh/S3Kit.git at 1.0.21
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/saltzmanjoelh/S3Kit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-1EA4D86E10B52AF.txt
[3/8] Compiling S3Kit S3Kit.swift
[4/8] Emitting module S3Kit
[5/8] Compiling S3Kit S3V4Signer.swift
[6/8] Compiling S3Kit Data+SHA256.swift
[6/8] Write Objects.LinkFileList
[7/8] Archiving libS3Kit.a
Build complete! (3.32s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "S3Kit",
  "name" : "S3Kit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "S3Kit",
      "targets" : [
        "S3Kit"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "S3KitTests",
      "module_type" : "SwiftTarget",
      "name" : "S3KitTests",
      "path" : "Tests/S3KitTests",
      "sources" : [
        "S3KitTests.swift"
      ],
      "target_dependencies" : [
        "S3Kit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "S3Kit",
      "module_type" : "SwiftTarget",
      "name" : "S3Kit",
      "path" : "Sources/S3Kit",
      "product_memberships" : [
        "S3Kit"
      ],
      "sources" : [
        "Data+SHA256.swift",
        "S3Kit.swift",
        "S3V4Signer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.