The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/1fr3dg/ResourcePackage.git
Reference: 1.4.0
Initialized empty Git repository in /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/1fr3dg/ResourcePackage
 * tag               1.4.0      -> FETCH_HEAD
HEAD is now at 4d6c09b add comments for 1.4.0
Cloned https://github.com/1fr3dg/ResourcePackage.git into spi-builder-workspace
4d6c09bcc12d990e6002b37e9eabd9728bd04c51
SUCCESS checkout https://github.com/1fr3dg/ResourcePackage.git at 1.4.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Fetching https://github.com/1Fr3dG/TextFormater from cache
Fetching https://github.com/1Fr3dG/SimpleEncrypter from cache
Fetched https://github.com/1Fr3dG/SimpleEncrypter (0.22s)
Fetched https://github.com/1Fr3dG/TextFormater (0.22s)
Computing version for https://github.com/1Fr3dG/SimpleEncrypter
Computed https://github.com/1Fr3dG/SimpleEncrypter at 1.4.1 (0.41s)
Fetching https://github.com/krzyzanowskim/CryptoSwift from cache
Fetched https://github.com/krzyzanowskim/CryptoSwift (0.27s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift
Computed https://github.com/krzyzanowskim/CryptoSwift at 0.15.0 (0.44s)
Computing version for https://github.com/1Fr3dG/TextFormater
Computed https://github.com/1Fr3dG/TextFormater at 1.4.2 (0.46s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift
Working copy of https://github.com/krzyzanowskim/CryptoSwift resolved at 0.15.0
Creating working copy for https://github.com/1Fr3dG/TextFormater
Working copy of https://github.com/1Fr3dG/TextFormater resolved at 1.4.2
Creating working copy for https://github.com/1Fr3dG/SimpleEncrypter
Working copy of https://github.com/1Fr3dG/SimpleEncrypter resolved at 1.4.1
Building for debugging...
[1/69] Emitting module CryptoSwift
[2/78] Compiling CryptoSwift NoPadding.swift
[3/78] Compiling CryptoSwift Operators.swift
[4/78] Compiling CryptoSwift PBKDF1.swift
[5/78] Compiling CryptoSwift PBKDF2.swift
[6/78] Compiling CryptoSwift PKCS5.swift
[7/78] Compiling CryptoSwift PKCS7.swift
[8/78] Compiling CryptoSwift PKCS7Padding.swift
[9/78] Compiling CryptoSwift Padding.swift
[10/78] Compiling CryptoSwift Poly1305.swift
[11/78] Compiling CryptoSwift BlockEncryptor.swift
[12/78] Compiling CryptoSwift BlockMode.swift
[13/78] Compiling CryptoSwift BlockModeOptions.swift
[14/78] Compiling CryptoSwift CBC.swift
[15/78] Compiling CryptoSwift CCM.swift
[16/78] Compiling CryptoSwift CFB.swift
[17/78] Compiling CryptoSwift CTR.swift
[18/78] Compiling CryptoSwift CipherModeWorker.swift
[19/78] Compiling CryptoSwift ECB.swift
[20/78] Compiling CryptoSwift GCM.swift
[21/78] Compiling CryptoSwift HMAC+Foundation.swift
[22/78] Compiling CryptoSwift Rabbit+Foundation.swift
[23/78] Compiling CryptoSwift String+FoundationExtension.swift
[24/78] Compiling CryptoSwift Utils+Foundation.swift
[25/78] Compiling CryptoSwift Generics.swift
[26/78] Compiling CryptoSwift HKDF.swift
[27/78] Compiling CryptoSwift HMAC.swift
[28/78] Compiling CryptoSwift Int+Extension.swift
[29/78] Compiling CryptoSwift MD5.swift
[30/78] Compiling CryptoSwift Cryptor.swift
[31/78] Compiling CryptoSwift Cryptors.swift
[32/78] Compiling CryptoSwift Digest.swift
[33/78] Compiling CryptoSwift DigestType.swift
[34/78] Compiling CryptoSwift AES+Foundation.swift
[35/78] Compiling CryptoSwift Array+Foundation.swift
[36/78] Compiling CryptoSwift Blowfish+Foundation.swift
[37/78] Compiling CryptoSwift ChaCha20+Foundation.swift
[38/78] Compiling CryptoSwift Data+Extension.swift
[39/78] Compiling CryptoSwift String+Extension.swift
[40/78] Compiling CryptoSwift UInt128.swift
[41/78] Compiling CryptoSwift UInt16+Extension.swift
[42/78] Compiling CryptoSwift UInt32+Extension.swift
[43/78] Compiling CryptoSwift UInt64+Extension.swift
[44/78] Compiling CryptoSwift UInt8+Extension.swift
[45/78] Compiling CryptoSwift Updatable.swift
[46/78] Compiling CryptoSwift Utils.swift
[47/78] Compiling CryptoSwift ZeroPadding.swift
[48/78] Compiling CryptoSwift AEAD.swift
[49/78] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[50/78] Compiling CryptoSwift AES.Cryptors.swift
[51/78] Compiling CryptoSwift AES.swift
[52/78] Compiling CryptoSwift Array+Extension.swift
[53/78] Compiling CryptoSwift Authenticator.swift
[54/78] Compiling CryptoSwift BatchedCollection.swift
[55/78] Compiling CryptoSwift Bit.swift
[56/78] Compiling CryptoSwift BlockCipher.swift
[57/78] Compiling CryptoSwift BlockDecryptor.swift
[58/78] Compiling CryptoSwift OFB.swift
[59/78] Compiling CryptoSwift PCBC.swift
[60/78] Compiling CryptoSwift Blowfish.swift
[61/78] Compiling CryptoSwift CBCMAC.swift
[62/78] Compiling CryptoSwift CMAC.swift
[63/78] Compiling CryptoSwift ChaCha20.swift
[64/78] Compiling CryptoSwift Checksum.swift
[65/78] Compiling CryptoSwift Cipher.swift
[66/78] Compiling CryptoSwift Collection+Extension.swift
[67/78] Compiling CryptoSwift CompactMap.swift
[68/78] Emitting module TextFormater
[69/78] Compiling TextFormater TextFormater.swift
[70/78] Compiling CryptoSwift Rabbit.swift
[71/78] Compiling CryptoSwift RandomBytesSequence.swift
[72/78] Compiling CryptoSwift SHA1.swift
[73/78] Compiling CryptoSwift SHA2.swift
[74/78] Compiling CryptoSwift SHA3.swift
[75/78] Compiling CryptoSwift Scrypt.swift
[76/78] Compiling CryptoSwift SecureBytes.swift
[77/78] Compiling CryptoSwift StreamDecryptor.swift
[78/78] Compiling CryptoSwift StreamEncryptor.swift
[79/80] Emitting module SimpleEncrypter
[80/80] Compiling SimpleEncrypter SimpleEncrypter.swift
[81/82] Compiling ResourcePackage ResourcePackage.swift
[82/82] Emitting module ResourcePackage
Build complete! (24.57s)
Build complete.
Done.

Build Machine: Mac 5