The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RijndaelSwift 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/superk589/RijndaelSwift.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/superk589/RijndaelSwift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at bea56c5 Push a new version to cocoapods
Cloned https://github.com/superk589/RijndaelSwift.git
Revision (git rev-parse @):
bea56c5526376fa1c7464c930200807be4c4ddce
SUCCESS checkout https://github.com/superk589/RijndaelSwift.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "rijndaelswift",
      "name": "RijndaelSwift",
      "url": "https://github.com/superk589/RijndaelSwift.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RijndaelSwift",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/superk589/RijndaelSwift.git from cache
Fetched https://github.com/superk589/RijndaelSwift.git (0.16s)
Creating working copy for https://github.com/superk589/RijndaelSwift.git
Working copy of https://github.com/superk589/RijndaelSwift.git resolved at master
warning: '.resolve-product-dependencies': dependency 'rijndaelswift' is not used by any target
Found 0 product dependencies
========================================
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...
[1/6] Compiling RijndaelSwift RijndaelBlock.swift
[2/6] Compiling RijndaelSwift Utility.swift
[3/6] Compiling RijndaelSwift Precalculated.swift
[4/6] Compiling RijndaelSwift BtlRijndaelEncryption.swift
[5/6] Compiling RijndaelSwift Rijndael.swift
[6/6] Emitting module RijndaelSwift
Build complete! (7.37s)
Build complete.
Done.