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 macOS (SPM) on 27 Aug 2024 04:28:32 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64

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 /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             5.8
Building package at path:  $PWD
https://github.com/tayloraswift/swift-noise.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[1/10] Emitting module BaseDigits
[2/10] Compiling BaseDigits BaseDigits.swift
[3/10] Compiling Noise hash.swift
[4/10] Compiling Noise noise.swift
[5/10] Compiling Noise disk.swift
[6/10] Compiling Noise gradient.swift
[7/15] Compiling Noise compounds.swift
[8/15] Emitting module Noise
[9/15] Compiling Noise cell.swift
[10/15] Compiling Base16 Base16.UppercaseDigits.swift
[11/15] Compiling Base16 Base16.swift
[12/15] Compiling Base16 Base16.LowercaseDigits.swift
[13/15] Emitting module Base16
[14/15] Compiling Base16 Base16.Values.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/17] Emitting module CRC
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-hash/Sources/CRC/CRC32.swift:28:36: error: expected ',' separator
    init(hashing message:borrowing some Sequence<UInt8>)
                                   ^
                                  ,
/Users/admin/builder/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>)
                                   ^
                                   _:
/Users/admin/builder/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
                                        ^
                                       ,
/Users/admin/builder/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
                                        ^
                                        _:
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-hash/Sources/CRC/CRC32.swift:45:40: error: expected ',' separator
    func update(with message:borrowing some Sequence<UInt8>)
                                       ^
                                      ,
/Users/admin/builder/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>)
                                       ^
                                       _:
/Users/admin/builder/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>)
                         ^~~~~~~~~
/Users/admin/builder/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
                              ^~~~~~~~~
/Users/admin/builder/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>)
                             ^~~~~~~~~
[16/17] Compiling CRC CRC32.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-hash/Sources/CRC/CRC32.swift:28:36: error: expected ',' separator
    init(hashing message:borrowing some Sequence<UInt8>)
                                   ^
                                  ,
/Users/admin/builder/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>)
                                   ^
                                   _:
/Users/admin/builder/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
                                        ^
                                       ,
/Users/admin/builder/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
                                        ^
                                        _:
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-hash/Sources/CRC/CRC32.swift:45:40: error: expected ',' separator
    func update(with message:borrowing some Sequence<UInt8>)
                                       ^
                                      ,
/Users/admin/builder/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>)
                                       ^
                                       _:
/Users/admin/builder/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>)
                         ^~~~~~~~~
/Users/admin/builder/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
                              ^~~~~~~~~
/Users/admin/builder/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>)
                             ^~~~~~~~~
Fetching https://github.com/tayloraswift/swift-png
Fetching https://github.com/tayloraswift/swift-hash
[1/744] Fetching swift-hash
[202/25561] Fetching swift-hash, swift-png
Fetched https://github.com/tayloraswift/swift-hash (8.16s)
Fetched https://github.com/tayloraswift/swift-png (8.16s)
Computing version for https://github.com/tayloraswift/swift-png
Computed https://github.com/tayloraswift/swift-png at 4.4.4 (0.57s)
Computing version for https://github.com/tayloraswift/swift-hash
Computed https://github.com/tayloraswift/swift-hash at 0.6.2 (0.59s)
Creating working copy for https://github.com/tayloraswift/swift-png
Working copy of https://github.com/tayloraswift/swift-png resolved at 4.4.4
Creating working copy for https://github.com/tayloraswift/swift-hash
Working copy of https://github.com/tayloraswift/swift-hash resolved at 0.6.2
BUILD FAILURE 5.8 macosSpm