The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CryptomatorCryptoLib, reference 1.1.0 (6e5dbe), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 10:45:13 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/cryptomator/cryptolib-swift.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cryptomator/cryptolib-swift
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 6e5dbea Merge branch 'release/1.1.0'
Cloned https://github.com/cryptomator/cryptolib-swift.git
Revision (git rev-parse @):
6e5dbea6e05742ad82a074bf7ee8c3305d92fbae
SUCCESS checkout https://github.com/cryptomator/cryptolib-swift.git at 1.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/cryptomator/cryptolib-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[2/6] Write swift-version-1EA4D86E10B52AF.txt
[3/11] Compiling scrypt insecure_memzero.c
[4/11] Compiling scrypt sha256.c
[5/11] Compiling scrypt crypto_scrypt.c
[7/11] Compiling Base32 Base16.swift
[8/11] Compiling Base32 StringExtension.swift
[9/11] Compiling Base32 shim.swift
[10/11] Compiling Base32 Base32.swift
[11/11] Emitting module Base32
[12/20] Compiling CryptomatorCryptoLib Masterkey.swift
[13/20] Compiling CryptomatorCryptoLib Cryptor.swift
[14/20] Compiling CryptomatorCryptoLib MasterkeyFile.swift
[15/20] Compiling CryptomatorCryptoLib CryptoError.swift
[16/20] Compiling CryptomatorCryptoLib CryptoSupport.swift
[17/20] Compiling CryptomatorCryptoLib AesSiv.swift
[18/20] Compiling CryptomatorCryptoLib AesCtr.swift
[19/20] Compiling CryptomatorCryptoLib ContentCryptor.swift
[20/20] Emitting module CryptomatorCryptoLib
Build complete! (9.30s)
Fetching https://github.com/norio-nomura/Base32.git
[1/1168] Fetching base32
Fetched https://github.com/norio-nomura/Base32.git from cache (0.82s)
Computing version for https://github.com/norio-nomura/Base32.git
Computed https://github.com/norio-nomura/Base32.git at 0.9.0 (2.79s)
Creating working copy for https://github.com/norio-nomura/Base32.git
Working copy of https://github.com/norio-nomura/Base32.git resolved at 0.9.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "base32",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "0.10.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/norio-nomura/Base32.git"
    }
  ],
  "manifest_display_name" : "CryptomatorCryptoLib",
  "name" : "CryptomatorCryptoLib",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "CryptomatorCryptoLib",
      "targets" : [
        "CryptomatorCryptoLib"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "scrypt",
      "module_type" : "ClangTarget",
      "name" : "scrypt",
      "path" : "Sources/scrypt",
      "product_memberships" : [
        "CryptomatorCryptoLib"
      ],
      "sources" : [
        "crypto_scrypt.c",
        "insecure_memzero.c",
        "sha256.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CryptomatorCryptoLibTests",
      "module_type" : "SwiftTarget",
      "name" : "CryptomatorCryptoLibTests",
      "path" : "Tests/CryptomatorCryptoLibTests",
      "sources" : [
        "AesCtrTests.swift",
        "AesSivTests.swift",
        "CryptoSupportMock.swift",
        "CryptorTests.swift",
        "CtrCryptorTests.swift",
        "GcmCryptorTests.swift",
        "MasterkeyFileTests.swift",
        "MasterkeyTests.swift"
      ],
      "target_dependencies" : [
        "CryptomatorCryptoLib"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CryptomatorCryptoLib",
      "module_type" : "SwiftTarget",
      "name" : "CryptomatorCryptoLib",
      "path" : "Sources/CryptomatorCryptoLib",
      "product_dependencies" : [
        "Base32"
      ],
      "product_memberships" : [
        "CryptomatorCryptoLib"
      ],
      "sources" : [
        "AesCtr.swift",
        "AesSiv.swift",
        "ContentCryptor.swift",
        "CryptoError.swift",
        "CryptoSupport.swift",
        "Cryptor.swift",
        "Masterkey.swift",
        "MasterkeyFile.swift"
      ],
      "target_dependencies" : [
        "scrypt"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.