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 AESCryptable, reference master (74d06e), with Swift 5.10 for macOS (SPM) on 11 Dec 2025 01:35:20 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/backslash-f/aescryptable.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/backslash-f/aescryptable
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 74d06e1 Update README.md
Cloned https://github.com/backslash-f/aescryptable.git
Revision (git rev-parse @):
74d06e1d19f51f1e7c875ffb72644d5201730ca9
SUCCESS checkout https://github.com/backslash-f/aescryptable.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/backslash-f/aescryptable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/7] Compiling AESCryptable CryptableProtocol.swift
[4/7] Compiling AESCryptable AESExtension.swift
[5/7] Emitting module AESCryptable
[6/7] Compiling AESCryptable AESCryptable.swift
[7/7] Compiling AESCryptable AES.swift
Build complete! (5.90s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AESCryptable",
  "name" : "AESCryptable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AESCryptable",
      "targets" : [
        "AESCryptable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "AESCryptableTests",
      "module_type" : "SwiftTarget",
      "name" : "AESCryptableTests",
      "path" : "Tests/AESCryptableTests",
      "sources" : [
        "AESCryptableTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "AESCryptable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AESCryptable",
      "module_type" : "SwiftTarget",
      "name" : "AESCryptable",
      "path" : "Sources/AESCryptable",
      "product_memberships" : [
        "AESCryptable"
      ],
      "sources" : [
        "AES.swift",
        "AESCryptable.swift",
        "AESExtension.swift",
        "CryptableProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.