The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AESCryptable with Swift 5.7 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/backslash-f/aescryptable.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-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 9cb5b0c Update README.md
Cloned https://github.com/backslash-f/aescryptable.git
Revision (git rev-parse @):
9cb5b0c3eff2a295b09e850de2ce7a326930cc99
SUCCESS checkout https://github.com/backslash-f/aescryptable.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.7
Building package at path:  $workDir
https://github.com/backslash-f/aescryptable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/4] Compiling AESCryptable AESExtension.swift
[2/5] Compiling AESCryptable AES.swift
[3/5] Emitting module AESCryptable
[4/5] Compiling AESCryptable AESCryptable.swift
[5/5] Compiling AESCryptable CryptableProtocol.swift
Build complete! (5.25s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AESCryptable",
  "name" : "AESCryptable",
  "path" : "/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-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.