The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CryptoKitten with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/openkitten/cryptokitten.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/openkitten/cryptokitten
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 04c357f Swift 5 support
Cloned https://github.com/openkitten/cryptokitten.git
Revision (git rev-parse @):
04c357f2b6780ae966cdd7b339d08a7f63ade384
SUCCESS checkout https://github.com/openkitten/cryptokitten.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/openkitten/cryptokitten.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/12] Compiling CryptoKitten SHA2_64Base.swift
[4/13] Compiling CryptoKitten SHA2_32Base.swift
[5/13] Compiling CryptoKitten SHA2_32Implementations.swift
/host/spi-builder-workspace/Sources/CryptoKitten/SHA2_32Implementations.swift:11:24: warning: 'deallocate(capacity:)' is deprecated: Swift currently only supports freeing entire heap blocks, use deallocate() instead
        self.remainder.deallocate(capacity: 63)
                       ^
/host/spi-builder-workspace/Sources/CryptoKitten/SHA2_32Implementations.swift:82:24: warning: 'deallocate(capacity:)' is deprecated: Swift currently only supports freeing entire heap blocks, use deallocate() instead
        self.remainder.deallocate(capacity: 63)
                       ^
[6/13] Compiling CryptoKitten SHA2_64Implementations.swift
/host/spi-builder-workspace/Sources/CryptoKitten/SHA2_64Implementations.swift:11:24: warning: 'deallocate(capacity:)' is deprecated: Swift currently only supports freeing entire heap blocks, use deallocate() instead
        self.remainder.deallocate(capacity: 127)
                       ^
/host/spi-builder-workspace/Sources/CryptoKitten/SHA2_64Implementations.swift:87:24: warning: 'deallocate(capacity:)' is deprecated: Swift currently only supports freeing entire heap blocks, use deallocate() instead
        self.remainder.deallocate(capacity: 127)
                       ^
[7/13] Compiling CryptoKitten Helpers.swift
/host/spi-builder-workspace/Sources/CryptoKitten/Helpers.swift:3:61: warning: 'IndexDistance' is deprecated: all index distances are now of type Int
extension Swift.Collection where Iterator.Element == UInt8, IndexDistance == Int {
                                                            ^
/host/spi-builder-workspace/Sources/CryptoKitten/MD5.swift:60:24: warning: 'deallocate(capacity:)' is deprecated: Swift currently only supports freeing entire heap blocks, use deallocate() instead
        self.remainder.deallocate(capacity: 63)
                       ^
/host/spi-builder-workspace/Sources/CryptoKitten/MD5.swift:71:19: warning: 'initialize(to:count:)' is deprecated: renamed to 'initialize(repeating:count:)'
        remainder.initialize(to: 0, count: 64)
                  ^
/host/spi-builder-workspace/Sources/CryptoKitten/MD5.swift:71:19: note: use 'initialize(repeating:count:)' instead
        remainder.initialize(to: 0, count: 64)
                  ^          ~~
                             repeating
[8/13] Compiling CryptoKitten MD5.swift
/host/spi-builder-workspace/Sources/CryptoKitten/Helpers.swift:3:61: warning: 'IndexDistance' is deprecated: all index distances are now of type Int
extension Swift.Collection where Iterator.Element == UInt8, IndexDistance == Int {
                                                            ^
/host/spi-builder-workspace/Sources/CryptoKitten/MD5.swift:60:24: warning: 'deallocate(capacity:)' is deprecated: Swift currently only supports freeing entire heap blocks, use deallocate() instead
        self.remainder.deallocate(capacity: 63)
                       ^
/host/spi-builder-workspace/Sources/CryptoKitten/MD5.swift:71:19: warning: 'initialize(to:count:)' is deprecated: renamed to 'initialize(repeating:count:)'
        remainder.initialize(to: 0, count: 64)
                  ^
/host/spi-builder-workspace/Sources/CryptoKitten/MD5.swift:71:19: note: use 'initialize(repeating:count:)' instead
        remainder.initialize(to: 0, count: 64)
                  ^          ~~
                             repeating
[9/13] Compiling CryptoKitten HMAC.swift
[10/13] Compiling CryptoKitten Hash.swift
[11/13] Emitting module CryptoKitten
/host/spi-builder-workspace/Sources/CryptoKitten/Helpers.swift:3:61: warning: 'IndexDistance' is deprecated: all index distances are now of type Int
extension Swift.Collection where Iterator.Element == UInt8, IndexDistance == Int {
                                                            ^
[12/13] Compiling CryptoKitten SHA1.swift
/host/spi-builder-workspace/Sources/CryptoKitten/SHA1.swift:35:24: warning: 'deallocate(capacity:)' is deprecated: Swift currently only supports freeing entire heap blocks, use deallocate() instead
        self.remainder.deallocate(capacity: 63)
                       ^
[13/13] Compiling CryptoKitten PBKDF2_HMAC.swift
Build complete! (12.66s)
Build complete.
Done.

Build Machine: Linux 2