Build Information
Successful build of AESCryptable with Swift 5.10 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.41.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/backslash-f/aescryptable.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/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
========================================
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": "aescryptable",
"name": "AESCryptable",
"url": "https://github.com/backslash-f/aescryptable.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/aescryptable",
"dependencies": [
]
}
]
}
Fetching https://github.com/backslash-f/aescryptable.git from cache
Fetched https://github.com/backslash-f/aescryptable.git from cache (0.24s)
Creating working copy for https://github.com/backslash-f/aescryptable.git
Working copy of https://github.com/backslash-f/aescryptable.git resolved at master (9cb5b0c)
warning: '.resolve-product-dependencies': dependency 'aescryptable' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
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 AESCryptable.swift
[5/7] Compiling AESCryptable AES.swift
[6/7] Compiling AESCryptable AESExtension.swift
[7/7] Emitting module AESCryptable
Build complete! (3.68s)
Build complete.
Done.