The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build swift-noise, reference master (1e602c), with Swift 5.8 for Linux on 27 Aug 2024 04:17:40 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.52.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tayloraswift/swift-noise.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/tayloraswift/swift-noise
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 1e602c2 Merge pull request #21 from tayloraswift/validate-docs
Cloned https://github.com/tayloraswift/swift-noise.git
Revision (git rev-parse @):
1e602c295259e21940db0ceef366a0432f3750a6
SUCCESS checkout https://github.com/tayloraswift/swift-noise.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $PWD
https://github.com/tayloraswift/swift-noise.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.8-latest: Pulling from finestructure/spi-images
Digest: sha256:c076d3ae857ca95da27bda0293ef81759bb7add70e4768513ac0cd43f6640c27
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.8-latest
Fetching https://github.com/tayloraswift/swift-hash
Fetching https://github.com/tayloraswift/swift-png
[1/744] Fetching swift-hash
[745/25561] Fetching swift-hash, swift-png
Fetched https://github.com/tayloraswift/swift-hash (8.48s)
Fetched https://github.com/tayloraswift/swift-png (8.72s)
Computing version for https://github.com/tayloraswift/swift-png
Computed https://github.com/tayloraswift/swift-png at 4.4.4 (0.29s)
Computing version for https://github.com/tayloraswift/swift-hash
Computed https://github.com/tayloraswift/swift-hash at 0.6.2 (2.16s)
Creating working copy for https://github.com/tayloraswift/swift-hash
Working copy of https://github.com/tayloraswift/swift-hash resolved at 0.6.2
Creating working copy for https://github.com/tayloraswift/swift-png
Working copy of https://github.com/tayloraswift/swift-png resolved at 4.4.4
Building for debugging...
[1/17] Emitting module BaseDigits
[2/17] Compiling BaseDigits BaseDigits.swift
[3/18] Compiling Noise compounds.swift
[6/19] Compiling Noise gradient.swift
[7/19] Compiling Noise hash.swift
[8/19] Compiling Noise noise.swift
[9/19] Compiling Noise disk.swift
[9/19] Wrapping AST for BaseDigits for debugging
[11/24] Compiling Noise cell.swift
[12/24] Emitting module Noise
[15/26] Emitting module Base16
[16/26] Compiling Base16 Base16.Values.swift
[17/26] Compiling Base16 Base16.UppercaseDigits.swift
[18/26] Compiling Base16 Base16.LowercaseDigits.swift
[19/26] Compiling Base16 Base16.swift
[19/27] Wrapping AST for Noise for debugging
[22/28] Wrapping AST for Base16 for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/30] Emitting module CRC
/host/spi-builder-workspace/.build/checkouts/swift-hash/Sources/CRC/CRC32.swift:28:36: error: expected ',' separator
    init(hashing message:borrowing some Sequence<UInt8>)
                                   ^
                                  ,
/host/spi-builder-workspace/.build/checkouts/swift-hash/Sources/CRC/CRC32.swift:28:36: error: unnamed parameters must be written with the empty name '_'
    init(hashing message:borrowing some Sequence<UInt8>)
                                   ^
                                   _:
/host/spi-builder-workspace/.build/checkouts/swift-hash/Sources/CRC/CRC32.swift:36:41: error: expected ',' separator
    func updated(with message:borrowing some Sequence<UInt8>) -> Self
                                        ^
                                       ,
/host/spi-builder-workspace/.build/checkouts/swift-hash/Sources/CRC/CRC32.swift:36:41: error: unnamed parameters must be written with the empty name '_'
    func updated(with message:borrowing some Sequence<UInt8>) -> Self
                                        ^
                                        _:
/host/spi-builder-workspace/.build/checkouts/swift-hash/Sources/CRC/CRC32.swift:45:40: error: expected ',' separator
    func update(with message:borrowing some Sequence<UInt8>)
                                       ^
                                      ,
/host/spi-builder-workspace/.build/checkouts/swift-hash/Sources/CRC/CRC32.swift:45:40: error: unnamed parameters must be written with the empty name '_'
    func update(with message:borrowing some Sequence<UInt8>)
                                       ^
                                       _:
/host/spi-builder-workspace/.build/checkouts/swift-hash/Sources/CRC/CRC32.swift:28:26: error: cannot find type 'borrowing' in scope
    init(hashing message:borrowing some Sequence<UInt8>)
                         ^~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/swift-hash/Sources/CRC/CRC32.swift:36:31: error: cannot find type 'borrowing' in scope
    func updated(with message:borrowing some Sequence<UInt8>) -> Self
                              ^~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/swift-hash/Sources/CRC/CRC32.swift:45:30: error: cannot find type 'borrowing' in scope
    func update(with message:borrowing some Sequence<UInt8>)
                             ^~~~~~~~~
[25/30] Compiling CRC CRC32.swift
/host/spi-builder-workspace/.build/checkouts/swift-hash/Sources/CRC/CRC32.swift:28:36: error: expected ',' separator
    init(hashing message:borrowing some Sequence<UInt8>)
                                   ^
                                  ,
/host/spi-builder-workspace/.build/checkouts/swift-hash/Sources/CRC/CRC32.swift:28:36: error: unnamed parameters must be written with the empty name '_'
    init(hashing message:borrowing some Sequence<UInt8>)
                                   ^
                                   _:
/host/spi-builder-workspace/.build/checkouts/swift-hash/Sources/CRC/CRC32.swift:36:41: error: expected ',' separator
    func updated(with message:borrowing some Sequence<UInt8>) -> Self
                                        ^
                                       ,
/host/spi-builder-workspace/.build/checkouts/swift-hash/Sources/CRC/CRC32.swift:36:41: error: unnamed parameters must be written with the empty name '_'
    func updated(with message:borrowing some Sequence<UInt8>) -> Self
                                        ^
                                        _:
/host/spi-builder-workspace/.build/checkouts/swift-hash/Sources/CRC/CRC32.swift:45:40: error: expected ',' separator
    func update(with message:borrowing some Sequence<UInt8>)
                                       ^
                                      ,
/host/spi-builder-workspace/.build/checkouts/swift-hash/Sources/CRC/CRC32.swift:45:40: error: unnamed parameters must be written with the empty name '_'
    func update(with message:borrowing some Sequence<UInt8>)
                                       ^
                                       _:
/host/spi-builder-workspace/.build/checkouts/swift-hash/Sources/CRC/CRC32.swift:28:26: error: cannot find type 'borrowing' in scope
    init(hashing message:borrowing some Sequence<UInt8>)
                         ^~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/swift-hash/Sources/CRC/CRC32.swift:36:31: error: cannot find type 'borrowing' in scope
    func updated(with message:borrowing some Sequence<UInt8>) -> Self
                              ^~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/swift-hash/Sources/CRC/CRC32.swift:45:30: error: cannot find type 'borrowing' in scope
    func update(with message:borrowing some Sequence<UInt8>)
                             ^~~~~~~~~
BUILD FAILURE 5.8 linux