The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CryptomatorCryptoLib with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cryptomator/cryptolib-swift.git
Reference: develop
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/cryptomator/cryptolib-swift
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 710dc31 Updated CI actions
Cloned https://github.com/cryptomator/cryptolib-swift.git
Revision (git rev-parse @):
710dc3183152f4cfbd77340c2a5d0cc213c659f8
SUCCESS checkout https://github.com/cryptomator/cryptolib-swift.git at develop
Fetching https://github.com/norio-nomura/Base32.git from cache
Fetched https://github.com/norio-nomura/Base32.git (0.37s)
Computing version for https://github.com/norio-nomura/Base32.git
Computed https://github.com/norio-nomura/Base32.git at 0.9.0 (0.90s)
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "cryptolib-swift",
      "name": "CryptomatorCryptoLib",
      "url": "https://github.com/cryptomator/cryptolib-swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/cryptolib-swift",
      "dependencies": [
        {
          "identity": "base32",
          "name": "Base32",
          "url": "https://github.com/norio-nomura/Base32.git",
          "version": "0.9.0",
          "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Base32",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/cryptomator/cryptolib-swift.git
[11/1075] Fetching cryptolib-swift
Fetched https://github.com/cryptomator/cryptolib-swift.git (0.44s)
Fetching https://github.com/norio-nomura/Base32.git from cache
Fetched https://github.com/norio-nomura/Base32.git (0.24s)
Computing version for https://github.com/norio-nomura/Base32.git
Computed https://github.com/norio-nomura/Base32.git at 0.9.0 (0.03s)
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
Creating working copy for https://github.com/cryptomator/cryptolib-swift.git
Working copy of https://github.com/cryptomator/cryptolib-swift.git resolved at develop
warning: '.resolve-product-dependencies': dependency 'cryptolib-swift' is not used by any target
Found 1 product dependencies
  - Base32
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Compiling scrypt crypto_scrypt.c
[1/8] Compiling scrypt insecure_memzero.c
[2/8] Compiling scrypt sha256.c
[4/8] Compiling Base32 shim.swift
[5/8] Compiling Base32 StringExtension.swift
[6/8] Emitting module Base32
[7/8] Compiling Base32 Base32.swift
[8/8] Compiling Base32 Base16.swift
[9/16] Compiling CryptomatorCryptoLib Masterkey.swift
[10/17] Compiling CryptomatorCryptoLib CryptoError.swift
[11/17] Compiling CryptomatorCryptoLib Cryptor.swift
[12/17] Compiling CryptomatorCryptoLib CryptoSupport.swift
[13/17] Compiling CryptomatorCryptoLib AesSiv.swift
[14/17] Compiling CryptomatorCryptoLib ContentCryptor.swift
[15/17] Emitting module CryptomatorCryptoLib
[16/17] Compiling CryptomatorCryptoLib AesCtr.swift
[17/17] Compiling CryptomatorCryptoLib MasterkeyFile.swift
Build complete! (23.19s)
Build complete.
Done.