The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwCrypt, reference master (e85028), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 14:39:14 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sbertix/SwCrypt.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sbertix/SwCrypt
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e850285 Fix warning
Cloned https://github.com/sbertix/SwCrypt.git
Revision (git rev-parse @):
e850285c2dadd4343be9465adc67cd717a64792f
SUCCESS checkout https://github.com/sbertix/SwCrypt.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swcrypt",
      "name": "SwCrypt",
      "url": "https://github.com/sbertix/SwCrypt.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwCrypt",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/sbertix/SwCrypt.git
[1/495] Fetching swcrypt
Fetched https://github.com/sbertix/SwCrypt.git from cache (0.86s)
Creating working copy for https://github.com/sbertix/SwCrypt.git
Working copy of https://github.com/sbertix/SwCrypt.git resolved at master (e850285)
warning: '.resolve-product-dependencies': dependency 'swcrypt' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/sbertix/SwCrypt.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/4] Compiling SwCrypt SwCrypt.swift
/Users/admin/builder/spi-builder-workspace/SwCrypt/SwCrypt.swift:1477:59: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
1475 | 			getFunc(dl!, f: "CCRSACryptorEncrypt")
1476 |
1477 | 		fileprivate typealias CCRSACryptorDecryptT = @convention (c) (
     |                                                           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
1478 | 			_ privateKey: CCRSACryptorRef,
1479 | 			_ padding: CCAsymmetricPadding,
[4/4] Emitting module SwCrypt
/Users/admin/builder/spi-builder-workspace/SwCrypt/SwCrypt.swift:1477:59: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
1475 | 			getFunc(dl!, f: "CCRSACryptorEncrypt")
1476 |
1477 | 		fileprivate typealias CCRSACryptorDecryptT = @convention (c) (
     |                                                           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
1478 | 			_ privateKey: CCRSACryptorRef,
1479 | 			_ padding: CCAsymmetricPadding,
Build complete! (4.61s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwCrypt",
  "name" : "SwCrypt",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwCrypt",
      "targets" : [
        "SwCrypt"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwCryptTests",
      "module_type" : "SwiftTarget",
      "name" : "SwCryptTests",
      "path" : "SwCryptTests",
      "sources" : [
        "SwCryptTests.swift"
      ],
      "target_dependencies" : [
        "SwCrypt"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwCrypt",
      "module_type" : "SwiftTarget",
      "name" : "SwCrypt",
      "path" : "SwCrypt",
      "product_memberships" : [
        "SwCrypt"
      ],
      "sources" : [
        "SwCrypt.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.