The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SipHash with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-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/attaswift/SipHash.git
Reference: v1.2.2
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/attaswift/SipHash
 * tag               v1.2.2     -> FETCH_HEAD
HEAD is now at e325083 Bump to version 1.2.2
Cloned https://github.com/attaswift/SipHash.git
Revision (git rev-parse @):
e325083424688055363bbfcb7f1a440d7d7a1bae
SUCCESS checkout https://github.com/attaswift/SipHash.git at v1.2.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/attaswift/SipHash.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/5] Write sources
[1/5] Write swift-version-24593BA9C3E375BF.txt
[3/10] Compiling SipHash SipHashable.swift
[4/10] Compiling SipHash SipHasher.swift
[5/10] Compiling SipHash Primitive Types.swift
/host/spi-builder-workspace/SipHash/Primitive Types.swift:26:16: warning: initialization of 'UnsafeRawBufferPointer' results in a dangling buffer pointer
        append(UnsafeRawBufferPointer(start: &data, count: MemoryLayout<Bool>.size))
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/SipHash/Primitive Types.swift:26:46: note: implicit argument conversion from 'Bool' to 'UnsafeRawPointer?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
        append(UnsafeRawBufferPointer(start: &data, count: MemoryLayout<Bool>.size))
                                             ^~~~~
/host/spi-builder-workspace/SipHash/Primitive Types.swift:26:46: note: use 'withUnsafeBytes' in order to explicitly convert argument to buffer pointer valid for a defined scope
        append(UnsafeRawBufferPointer(start: &data, count: MemoryLayout<Bool>.size))
                                             ^
/host/spi-builder-workspace/SipHash/Primitive Types.swift:34:16: warning: initialization of 'UnsafeRawBufferPointer' results in a dangling buffer pointer
        append(UnsafeRawBufferPointer(start: &data, count: MemoryLayout<Int>.size))
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/SipHash/Primitive Types.swift:34:46: note: implicit argument conversion from 'Int' to 'UnsafeRawPointer?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
        append(UnsafeRawBufferPointer(start: &data, count: MemoryLayout<Int>.size))
                                             ^~~~~
/host/spi-builder-workspace/SipHash/Primitive Types.swift:34:46: note: use 'withUnsafeBytes' in order to explicitly convert argument to buffer pointer valid for a defined scope
        append(UnsafeRawBufferPointer(start: &data, count: MemoryLayout<Int>.size))
                                             ^
/host/spi-builder-workspace/SipHash/Primitive Types.swift:42:16: warning: initialization of 'UnsafeRawBufferPointer' results in a dangling buffer pointer
        append(UnsafeRawBufferPointer(start: &data, count: MemoryLayout<UInt>.size))
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/SipHash/Primitive Types.swift:42:46: note: implicit argument conversion from 'UInt' to 'UnsafeRawPointer?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
        append(UnsafeRawBufferPointer(start: &data, count: MemoryLayout<UInt>.size))
                                             ^~~~~
/host/spi-builder-workspace/SipHash/Primitive Types.swift:42:46: note: use 'withUnsafeBytes' in order to explicitly convert argument to buffer pointer valid for a defined scope
        append(UnsafeRawBufferPointer(start: &data, count: MemoryLayout<UInt>.size))
                                             ^
/host/spi-builder-workspace/SipHash/Primitive Types.swift:50:16: warning: initialization of 'UnsafeRawBufferPointer' results in a dangling buffer pointer
        append(UnsafeRawBufferPointer(start: &data, count: MemoryLayout<Int64>.size))
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/SipHash/Primitive Types.swift:50:46: note: implicit argument conversion from 'Int64' to 'UnsafeRawPointer?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
        append(UnsafeRawBufferPointer(start: &data, count: MemoryLayout<Int64>.size))
                                             ^~~~~
/host/spi-builder-workspace/SipHash/Primitive Types.swift:50:46: note: use 'withUnsafeBytes' in order to explicitly convert argument to buffer pointer valid for a defined scope
        append(UnsafeRawBufferPointer(start: &data, count: MemoryLayout<Int64>.size))
                                             ^
/host/spi-builder-workspace/SipHash/Primitive Types.swift:58:16: warning: initialization of 'UnsafeRawBufferPointer' results in a dangling buffer pointer
        append(UnsafeRawBufferPointer(start: &data, count: MemoryLayout<UInt64>.size))
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/SipHash/Primitive Types.swift:58:46: note: implicit argument conversion from 'UInt64' to 'UnsafeRawPointer?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
        append(UnsafeRawBufferPointer(start: &data, count: MemoryLayout<UInt64>.size))
                                             ^~~~~
/host/spi-builder-workspace/SipHash/Primitive Types.swift:58:46: note: use 'withUnsafeBytes' in order to explicitly convert argument to buffer pointer valid for a defined scope
        append(UnsafeRawBufferPointer(start: &data, count: MemoryLayout<UInt64>.size))
                                             ^
/host/spi-builder-workspace/SipHash/Primitive Types.swift:66:16: warning: initialization of 'UnsafeRawBufferPointer' results in a dangling buffer pointer
        append(UnsafeRawBufferPointer(start: &data, count: MemoryLayout<Int32>.size))
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/SipHash/Primitive Types.swift:66:46: note: implicit argument conversion from 'Int32' to 'UnsafeRawPointer?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
        append(UnsafeRawBufferPointer(start: &data, count: MemoryLayout<Int32>.size))
                                             ^~~~~
/host/spi-builder-workspace/SipHash/Primitive Types.swift:66:46: note: use 'withUnsafeBytes' in order to explicitly convert argument to buffer pointer valid for a defined scope
        append(UnsafeRawBufferPointer(start: &data, count: MemoryLayout<Int32>.size))
                                             ^
/host/spi-builder-workspace/SipHash/Primitive Types.swift:74:16: warning: initialization of 'UnsafeRawBufferPointer' results in a dangling buffer pointer
        append(UnsafeRawBufferPointer(start: &data, count: MemoryLayout<UInt32>.size))
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/SipHash/Primitive Types.swift:74:46: note: implicit argument conversion from 'UInt32' to 'UnsafeRawPointer?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
        append(UnsafeRawBufferPointer(start: &data, count: MemoryLayout<UInt32>.size))
                                             ^~~~~
/host/spi-builder-workspace/SipHash/Primitive Types.swift:74:46: note: use 'withUnsafeBytes' in order to explicitly convert argument to buffer pointer valid for a defined scope
        append(UnsafeRawBufferPointer(start: &data, count: MemoryLayout<UInt32>.size))
                                             ^
/host/spi-builder-workspace/SipHash/Primitive Types.swift:82:16: warning: initialization of 'UnsafeRawBufferPointer' results in a dangling buffer pointer
        append(UnsafeRawBufferPointer(start: &data, count: MemoryLayout<Int16>.size))
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/SipHash/Primitive Types.swift:82:46: note: implicit argument conversion from 'Int16' to 'UnsafeRawPointer?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
        append(UnsafeRawBufferPointer(start: &data, count: MemoryLayout<Int16>.size))
                                             ^~~~~
/host/spi-builder-workspace/SipHash/Primitive Types.swift:82:46: note: use 'withUnsafeBytes' in order to explicitly convert argument to buffer pointer valid for a defined scope
        append(UnsafeRawBufferPointer(start: &data, count: MemoryLayout<Int16>.size))
                                             ^
/host/spi-builder-workspace/SipHash/Primitive Types.swift:90:16: warning: initialization of 'UnsafeRawBufferPointer' results in a dangling buffer pointer
        append(UnsafeRawBufferPointer(start: &data, count: MemoryLayout<UInt16>.size))
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/SipHash/Primitive Types.swift:90:46: note: implicit argument conversion from 'UInt16' to 'UnsafeRawPointer?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
        append(UnsafeRawBufferPointer(start: &data, count: MemoryLayout<UInt16>.size))
                                             ^~~~~
/host/spi-builder-workspace/SipHash/Primitive Types.swift:90:46: note: use 'withUnsafeBytes' in order to explicitly convert argument to buffer pointer valid for a defined scope
        append(UnsafeRawBufferPointer(start: &data, count: MemoryLayout<UInt16>.size))
                                             ^
/host/spi-builder-workspace/SipHash/Primitive Types.swift:98:16: warning: initialization of 'UnsafeRawBufferPointer' results in a dangling buffer pointer
        append(UnsafeRawBufferPointer(start: &data, count: MemoryLayout<Int8>.size))
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/SipHash/Primitive Types.swift:98:46: note: implicit argument conversion from 'Int8' to 'UnsafeRawPointer?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
        append(UnsafeRawBufferPointer(start: &data, count: MemoryLayout<Int8>.size))
                                             ^~~~~
/host/spi-builder-workspace/SipHash/Primitive Types.swift:98:46: note: use 'withUnsafeBytes' in order to explicitly convert argument to buffer pointer valid for a defined scope
        append(UnsafeRawBufferPointer(start: &data, count: MemoryLayout<Int8>.size))
                                             ^
/host/spi-builder-workspace/SipHash/Primitive Types.swift:106:16: warning: initialization of 'UnsafeRawBufferPointer' results in a dangling buffer pointer
        append(UnsafeRawBufferPointer(start: &data, count: MemoryLayout<UInt8>.size))
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/SipHash/Primitive Types.swift:106:46: note: implicit argument conversion from 'UInt8' to 'UnsafeRawPointer?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
        append(UnsafeRawBufferPointer(start: &data, count: MemoryLayout<UInt8>.size))
                                             ^~~~~
/host/spi-builder-workspace/SipHash/Primitive Types.swift:106:46: note: use 'withUnsafeBytes' in order to explicitly convert argument to buffer pointer valid for a defined scope
        append(UnsafeRawBufferPointer(start: &data, count: MemoryLayout<UInt8>.size))
                                             ^
/host/spi-builder-workspace/SipHash/Primitive Types.swift:118:16: warning: initialization of 'UnsafeRawBufferPointer' results in a dangling buffer pointer
        append(UnsafeRawBufferPointer(start: &data, count: MemoryLayout<Float>.size))
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/SipHash/Primitive Types.swift:118:46: note: implicit argument conversion from 'Float' to 'UnsafeRawPointer?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
        append(UnsafeRawBufferPointer(start: &data, count: MemoryLayout<Float>.size))
                                             ^~~~~
/host/spi-builder-workspace/SipHash/Primitive Types.swift:118:46: note: use 'withUnsafeBytes' in order to explicitly convert argument to buffer pointer valid for a defined scope
        append(UnsafeRawBufferPointer(start: &data, count: MemoryLayout<Float>.size))
                                             ^
/host/spi-builder-workspace/SipHash/Primitive Types.swift:126:16: warning: initialization of 'UnsafeRawBufferPointer' results in a dangling buffer pointer
        append(UnsafeRawBufferPointer(start: &data, count: MemoryLayout<Double>.size))
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/SipHash/Primitive Types.swift:126:46: note: implicit argument conversion from 'Double' to 'UnsafeRawPointer?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
        append(UnsafeRawBufferPointer(start: &data, count: MemoryLayout<Double>.size))
                                             ^~~~~
/host/spi-builder-workspace/SipHash/Primitive Types.swift:126:46: note: use 'withUnsafeBytes' in order to explicitly convert argument to buffer pointer valid for a defined scope
        append(UnsafeRawBufferPointer(start: &data, count: MemoryLayout<Double>.size))
                                             ^
/host/spi-builder-workspace/SipHash/Primitive Types.swift:136:22: warning: initialization of 'UnsafeRawBufferPointer' results in a dangling buffer pointer
        let buffer = UnsafeRawBufferPointer(start: &data, count: 10)
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/SipHash/Primitive Types.swift:136:52: note: implicit argument conversion from 'Float80' to 'UnsafeRawPointer?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
        let buffer = UnsafeRawBufferPointer(start: &data, count: 10)
                                                   ^~~~~
/host/spi-builder-workspace/SipHash/Primitive Types.swift:136:52: note: use 'withUnsafeBytes' in order to explicitly convert argument to buffer pointer valid for a defined scope
        let buffer = UnsafeRawBufferPointer(start: &data, count: 10)
                                                   ^
[6/10] Compiling SipHash RandomUInt64.swift
[7/10] Emitting module SipHash
[8/11] Wrapping AST for SipHash for debugging
[9/11] Write Objects.LinkFileList
[10/11] Linking libSipHash.so
Build complete! (6.50s)
Build complete.
Done.

Build Machine: Linux 1