The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build swift-noise, reference master (b51bb7), with Swift 5.9 for macOS (SPM) on 13 Dec 2024 23:37:27 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.59.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 b51bb78 6.0.3
Cloned https://github.com/tayloraswift/swift-noise.git
Revision (git rev-parse @):
b51bb78237b0119328edc154f72c82bb8ddb5071
SUCCESS checkout https://github.com/tayloraswift/swift-noise.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/tayloraswift/swift-noise.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/10] Emitting module BaseDigits
[2/10] Compiling BaseDigits BaseDigits.swift
[3/15] Compiling Noise cell.swift
[4/15] Emitting module Noise
[5/15] Compiling Noise compounds.swift
[6/15] Compiling Noise noise.swift
[7/15] Compiling Noise disk.swift
[8/15] Compiling Noise gradient.swift
[9/15] Compiling Noise hash.swift
[10/15] Compiling Base16 Base16.LowercaseDigits.swift
[11/15] Compiling Base16 Base16.Values.swift
[12/15] Emitting module Base16
[13/15] Compiling Base16 Base16.UppercaseDigits.swift
[14/15] Compiling Base16 Base16.swift
[15/17] Emitting module CRC
[16/17] Compiling CRC CRC32.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/72] Emitting module LZ77
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:11:24: error: type 'Format.Integral' does not conform to protocol 'StreamIntegral'
        var input:LZ77.DeflatorIn<Format.Integral>
                       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:17:24: error: type 'Format.Integral' does not conform to protocol 'StreamIntegral'
            input:LZ77.DeflatorIn<Format.Integral>)
                       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Inflator/LZ77.InflatorBuffers.Stream.swift:6:25: error: type 'Format.Integral' does not conform to protocol 'StreamIntegral'
        var output:LZ77.InflatorOut<Format.Integral>
                        ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/HuffmanCoding/LZ77.HuffmanPattern.swift:3:14: error: protocol 'HuffmanPattern' cannot be nested inside another declaration
    protocol HuffmanPattern<Symbol>
             ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.FormatType.swift:4:14: error: protocol 'FormatType' cannot be nested inside another declaration
    protocol FormatType
             ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.StreamIntegral.swift:4:14: error: protocol 'StreamIntegral' cannot be nested inside another declaration
    protocol StreamIntegral
             ^
[18/77] Compiling LZ77 LZ77.Decades.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:11:24: error: type 'Format.Integral' does not conform to protocol 'StreamIntegral'
        var input:LZ77.DeflatorIn<Format.Integral>
                       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:17:24: error: type 'Format.Integral' does not conform to protocol 'StreamIntegral'
            input:LZ77.DeflatorIn<Format.Integral>)
                       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:229:33: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                    self.window.match(from: head, lookahead: self.input,
                                ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorWindow.swift:115:10: note: in call to function 'match(from:lookahead:attempts:goal:)'
    func match(from head:(index:Int, next:UInt16?),
         ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:289:33: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                    self.window.match(from: head, lookahead: self.input,
                                ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorWindow.swift:115:10: note: in call to function 'match(from:lookahead:attempts:goal:)'
    func match(from head:(index:Int, next:UInt16?),
         ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:297:37: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                        self.window.match(from: head, lookahead: self.input,
                                    ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorWindow.swift:115:10: note: in call to function 'match(from:lookahead:attempts:goal:)'
    func match(from head:(index:Int, next:UInt16?),
         ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:365:29: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                self.window.match(from: head, lookahead: self.input,
                            ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorWindow.swift:132:10: note: in call to function 'match(from:lookahead:attempts:goal:delegate:)'
    func match(from head:(index:Int, next:UInt16?),
         ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.swift:38:22: error: cannot infer contextual base in reference to member 'init'
            window: .init(exponent: exponent),
                    ~^~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.swift:39:22: error: cannot infer contextual base in reference to member 'init'
            output: .init(hint: hint),
                    ~^~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.swift:40:21: error: cannot infer contextual base in reference to member 'init'
            input: .init()))
                   ~^~~~
[19/77] Compiling LZ77 LZ77.Deflator.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:11:24: error: type 'Format.Integral' does not conform to protocol 'StreamIntegral'
        var input:LZ77.DeflatorIn<Format.Integral>
                       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:17:24: error: type 'Format.Integral' does not conform to protocol 'StreamIntegral'
            input:LZ77.DeflatorIn<Format.Integral>)
                       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:229:33: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                    self.window.match(from: head, lookahead: self.input,
                                ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorWindow.swift:115:10: note: in call to function 'match(from:lookahead:attempts:goal:)'
    func match(from head:(index:Int, next:UInt16?),
         ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:289:33: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                    self.window.match(from: head, lookahead: self.input,
                                ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorWindow.swift:115:10: note: in call to function 'match(from:lookahead:attempts:goal:)'
    func match(from head:(index:Int, next:UInt16?),
         ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:297:37: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                        self.window.match(from: head, lookahead: self.input,
                                    ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorWindow.swift:115:10: note: in call to function 'match(from:lookahead:attempts:goal:)'
    func match(from head:(index:Int, next:UInt16?),
         ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:365:29: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                self.window.match(from: head, lookahead: self.input,
                            ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorWindow.swift:132:10: note: in call to function 'match(from:lookahead:attempts:goal:delegate:)'
    func match(from head:(index:Int, next:UInt16?),
         ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.swift:38:22: error: cannot infer contextual base in reference to member 'init'
            window: .init(exponent: exponent),
                    ~^~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.swift:39:22: error: cannot infer contextual base in reference to member 'init'
            output: .init(hint: hint),
                    ~^~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.swift:40:21: error: cannot infer contextual base in reference to member 'init'
            input: .init()))
                   ~^~~~
[20/77] Compiling LZ77 LZ77.DeflatorBuffers.Stream.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:11:24: error: type 'Format.Integral' does not conform to protocol 'StreamIntegral'
        var input:LZ77.DeflatorIn<Format.Integral>
                       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:17:24: error: type 'Format.Integral' does not conform to protocol 'StreamIntegral'
            input:LZ77.DeflatorIn<Format.Integral>)
                       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:229:33: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                    self.window.match(from: head, lookahead: self.input,
                                ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorWindow.swift:115:10: note: in call to function 'match(from:lookahead:attempts:goal:)'
    func match(from head:(index:Int, next:UInt16?),
         ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:289:33: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                    self.window.match(from: head, lookahead: self.input,
                                ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorWindow.swift:115:10: note: in call to function 'match(from:lookahead:attempts:goal:)'
    func match(from head:(index:Int, next:UInt16?),
         ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:297:37: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                        self.window.match(from: head, lookahead: self.input,
                                    ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorWindow.swift:115:10: note: in call to function 'match(from:lookahead:attempts:goal:)'
    func match(from head:(index:Int, next:UInt16?),
         ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:365:29: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                self.window.match(from: head, lookahead: self.input,
                            ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorWindow.swift:132:10: note: in call to function 'match(from:lookahead:attempts:goal:delegate:)'
    func match(from head:(index:Int, next:UInt16?),
         ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.swift:38:22: error: cannot infer contextual base in reference to member 'init'
            window: .init(exponent: exponent),
                    ~^~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.swift:39:22: error: cannot infer contextual base in reference to member 'init'
            output: .init(hint: hint),
                    ~^~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.swift:40:21: error: cannot infer contextual base in reference to member 'init'
            input: .init()))
                   ~^~~~
[21/77] Compiling LZ77 LZ77.DeflatorBuffers.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:11:24: error: type 'Format.Integral' does not conform to protocol 'StreamIntegral'
        var input:LZ77.DeflatorIn<Format.Integral>
                       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:17:24: error: type 'Format.Integral' does not conform to protocol 'StreamIntegral'
            input:LZ77.DeflatorIn<Format.Integral>)
                       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:229:33: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                    self.window.match(from: head, lookahead: self.input,
                                ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorWindow.swift:115:10: note: in call to function 'match(from:lookahead:attempts:goal:)'
    func match(from head:(index:Int, next:UInt16?),
         ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:289:33: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                    self.window.match(from: head, lookahead: self.input,
                                ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorWindow.swift:115:10: note: in call to function 'match(from:lookahead:attempts:goal:)'
    func match(from head:(index:Int, next:UInt16?),
         ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:297:37: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                        self.window.match(from: head, lookahead: self.input,
                                    ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorWindow.swift:115:10: note: in call to function 'match(from:lookahead:attempts:goal:)'
    func match(from head:(index:Int, next:UInt16?),
         ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:365:29: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                self.window.match(from: head, lookahead: self.input,
                            ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorWindow.swift:132:10: note: in call to function 'match(from:lookahead:attempts:goal:delegate:)'
    func match(from head:(index:Int, next:UInt16?),
         ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.swift:38:22: error: cannot infer contextual base in reference to member 'init'
            window: .init(exponent: exponent),
                    ~^~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.swift:39:22: error: cannot infer contextual base in reference to member 'init'
            output: .init(hint: hint),
                    ~^~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.swift:40:21: error: cannot infer contextual base in reference to member 'init'
            input: .init()))
                   ~^~~~
[22/77] Compiling LZ77 LZ77.DeflatorDicing.Node.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:11:24: error: type 'Format.Integral' does not conform to protocol 'StreamIntegral'
        var input:LZ77.DeflatorIn<Format.Integral>
                       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:17:24: error: type 'Format.Integral' does not conform to protocol 'StreamIntegral'
            input:LZ77.DeflatorIn<Format.Integral>)
                       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:229:33: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                    self.window.match(from: head, lookahead: self.input,
                                ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorWindow.swift:115:10: note: in call to function 'match(from:lookahead:attempts:goal:)'
    func match(from head:(index:Int, next:UInt16?),
         ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:289:33: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                    self.window.match(from: head, lookahead: self.input,
                                ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorWindow.swift:115:10: note: in call to function 'match(from:lookahead:attempts:goal:)'
    func match(from head:(index:Int, next:UInt16?),
         ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:297:37: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                        self.window.match(from: head, lookahead: self.input,
                                    ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorWindow.swift:115:10: note: in call to function 'match(from:lookahead:attempts:goal:)'
    func match(from head:(index:Int, next:UInt16?),
         ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:365:29: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                self.window.match(from: head, lookahead: self.input,
                            ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorWindow.swift:132:10: note: in call to function 'match(from:lookahead:attempts:goal:delegate:)'
    func match(from head:(index:Int, next:UInt16?),
         ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.swift:38:22: error: cannot infer contextual base in reference to member 'init'
            window: .init(exponent: exponent),
                    ~^~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.swift:39:22: error: cannot infer contextual base in reference to member 'init'
            output: .init(hint: hint),
                    ~^~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.swift:40:21: error: cannot infer contextual base in reference to member 'init'
            input: .init()))
                   ~^~~~
[23/77] Compiling LZ77 LZ77.DeflatorDicing.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:11:24: error: type 'Format.Integral' does not conform to protocol 'StreamIntegral'
        var input:LZ77.DeflatorIn<Format.Integral>
                       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:17:24: error: type 'Format.Integral' does not conform to protocol 'StreamIntegral'
            input:LZ77.DeflatorIn<Format.Integral>)
                       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:229:33: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                    self.window.match(from: head, lookahead: self.input,
                                ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorWindow.swift:115:10: note: in call to function 'match(from:lookahead:attempts:goal:)'
    func match(from head:(index:Int, next:UInt16?),
         ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:289:33: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                    self.window.match(from: head, lookahead: self.input,
                                ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorWindow.swift:115:10: note: in call to function 'match(from:lookahead:attempts:goal:)'
    func match(from head:(index:Int, next:UInt16?),
         ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:297:37: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                        self.window.match(from: head, lookahead: self.input,
                                    ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorWindow.swift:115:10: note: in call to function 'match(from:lookahead:attempts:goal:)'
    func match(from head:(index:Int, next:UInt16?),
         ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:365:29: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                self.window.match(from: head, lookahead: self.input,
                            ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorWindow.swift:132:10: note: in call to function 'match(from:lookahead:attempts:goal:delegate:)'
    func match(from head:(index:Int, next:UInt16?),
         ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.swift:38:22: error: cannot infer contextual base in reference to member 'init'
            window: .init(exponent: exponent),
                    ~^~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.swift:39:22: error: cannot infer contextual base in reference to member 'init'
            output: .init(hint: hint),
                    ~^~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.swift:40:21: error: cannot infer contextual base in reference to member 'init'
            input: .init()))
                   ~^~~~
[24/77] Compiling LZ77 LZ77.RunLiteral.swift
[25/77] Compiling LZ77 LZ77.BlockMetadata.swift
[26/77] Compiling LZ77 LZ77.BlockShape.swift
[27/77] Compiling LZ77 LZ77.BlockState.swift
[28/77] Compiling LZ77 LZ77.BlockType.swift
[29/77] Compiling LZ77 LZ77.DecompressionError.swift
[30/77] Compiling LZ77 SIMD16 (ext).swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.FormatType.swift:4:14: error: protocol 'FormatType' cannot be nested inside another declaration
    protocol FormatType
             ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.StreamIntegral.swift:4:14: error: protocol 'StreamIntegral' cannot be nested inside another declaration
    protocol StreamIntegral
             ^
[31/77] Compiling LZ77 LZ77.Format.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.FormatType.swift:4:14: error: protocol 'FormatType' cannot be nested inside another declaration
    protocol FormatType
             ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.StreamIntegral.swift:4:14: error: protocol 'StreamIntegral' cannot be nested inside another declaration
    protocol StreamIntegral
             ^
[32/77] Compiling LZ77 LZ77.FormatType.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.FormatType.swift:4:14: error: protocol 'FormatType' cannot be nested inside another declaration
    protocol FormatType
             ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.StreamIntegral.swift:4:14: error: protocol 'StreamIntegral' cannot be nested inside another declaration
    protocol StreamIntegral
             ^
[33/77] Compiling LZ77 LZ77.MRC32.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.FormatType.swift:4:14: error: protocol 'FormatType' cannot be nested inside another declaration
    protocol FormatType
             ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.StreamIntegral.swift:4:14: error: protocol 'StreamIntegral' cannot be nested inside another declaration
    protocol StreamIntegral
             ^
[34/77] Compiling LZ77 LZ77.StreamIntegral.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.FormatType.swift:4:14: error: protocol 'FormatType' cannot be nested inside another declaration
    protocol FormatType
             ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.StreamIntegral.swift:4:14: error: protocol 'StreamIntegral' cannot be nested inside another declaration
    protocol StreamIntegral
             ^
[35/77] Compiling LZ77 F14.Hash.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:11:24: error: type 'Format.Integral' does not conform to protocol 'StreamIntegral'
        var input:LZ77.DeflatorIn<Format.Integral>
                       ^
[36/77] Compiling LZ77 F14.HashTable.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:11:24: error: type 'Format.Integral' does not conform to protocol 'StreamIntegral'
        var input:LZ77.DeflatorIn<Format.Integral>
                       ^
[37/77] Compiling LZ77 F14.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:11:24: error: type 'Format.Integral' does not conform to protocol 'StreamIntegral'
        var input:LZ77.DeflatorIn<Format.Integral>
                       ^
[38/77] Compiling LZ77 FixedWidthInteger (ext).swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:11:24: error: type 'Format.Integral' does not conform to protocol 'StreamIntegral'
        var input:LZ77.DeflatorIn<Format.Integral>
                       ^
[39/77] Compiling LZ77 Gzip.Deflator.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:11:24: error: type 'Format.Integral' does not conform to protocol 'StreamIntegral'
        var input:LZ77.DeflatorIn<Format.Integral>
                       ^
[40/77] Compiling LZ77 Gzip.Format.Integral.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:11:24: error: type 'Format.Integral' does not conform to protocol 'StreamIntegral'
        var input:LZ77.DeflatorIn<Format.Integral>
                       ^
[41/77] Compiling LZ77 LZ77.Inflator.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Inflator/LZ77.InflatorBuffers.Stream.swift:6:25: error: type 'Format.Integral' does not conform to protocol 'StreamIntegral'
        var output:LZ77.InflatorOut<Format.Integral>
                        ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Inflator/LZ77.InflatorBuffers.Stream.swift:30:32: error: cannot infer contextual base in reference to member 'init'
            self.output     = .init()
                              ~^~~~
[42/77] Compiling LZ77 LZ77.InflatorBuffers.Stream.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Inflator/LZ77.InflatorBuffers.Stream.swift:6:25: error: type 'Format.Integral' does not conform to protocol 'StreamIntegral'
        var output:LZ77.InflatorOut<Format.Integral>
                        ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Inflator/LZ77.InflatorBuffers.Stream.swift:30:32: error: cannot infer contextual base in reference to member 'init'
            self.output     = .init()
                              ~^~~~
[43/77] Compiling LZ77 LZ77.InflatorBuffers.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Inflator/LZ77.InflatorBuffers.Stream.swift:6:25: error: type 'Format.Integral' does not conform to protocol 'StreamIntegral'
        var output:LZ77.InflatorOut<Format.Integral>
                        ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Inflator/LZ77.InflatorBuffers.Stream.swift:30:32: error: cannot infer contextual base in reference to member 'init'
            self.output     = .init()
                              ~^~~~
[44/77] Compiling LZ77 LZ77.InflatorIn.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Inflator/LZ77.InflatorBuffers.Stream.swift:6:25: error: type 'Format.Integral' does not conform to protocol 'StreamIntegral'
        var output:LZ77.InflatorOut<Format.Integral>
                        ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Inflator/LZ77.InflatorBuffers.Stream.swift:30:32: error: cannot infer contextual base in reference to member 'init'
            self.output     = .init()
                              ~^~~~
[45/77] Compiling LZ77 LZ77.InflatorOut.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Inflator/LZ77.InflatorBuffers.Stream.swift:6:25: error: type 'Format.Integral' does not conform to protocol 'StreamIntegral'
        var output:LZ77.InflatorOut<Format.Integral>
                        ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Inflator/LZ77.InflatorBuffers.Stream.swift:30:32: error: cannot infer contextual base in reference to member 'init'
            self.output     = .init()
                              ~^~~~
[46/77] Compiling LZ77 LZ77.InflatorState.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Inflator/LZ77.InflatorBuffers.Stream.swift:6:25: error: type 'Format.Integral' does not conform to protocol 'StreamIntegral'
        var output:LZ77.InflatorOut<Format.Integral>
                        ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Inflator/LZ77.InflatorBuffers.Stream.swift:30:32: error: cannot infer contextual base in reference to member 'init'
            self.output     = .init()
                              ~^~~~
[47/77] Compiling LZ77 LZ77.InflatorTables.swift
[48/77] Compiling LZ77 LZ77.StreamHeader.swift
[49/77] Compiling LZ77 LZ77.StreamHeaderError.swift
[50/77] Compiling LZ77 LZ77.Composites.swift
[51/77] Compiling LZ77 LZ77.Reversed.swift
[52/77] Compiling LZ77 LZ77.swift
[53/77] Compiling LZ77 Gzip.Format.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Inflator/LZ77.InflatorBuffers.Stream.swift:6:25: error: type 'Format.Integral' does not conform to protocol 'StreamIntegral'
        var output:LZ77.InflatorOut<Format.Integral>
                        ^
[54/77] Compiling LZ77 Gzip.Inflator.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Inflator/LZ77.InflatorBuffers.Stream.swift:6:25: error: type 'Format.Integral' does not conform to protocol 'StreamIntegral'
        var output:LZ77.InflatorOut<Format.Integral>
                        ^
[55/77] Compiling LZ77 Gzip.InflatorState.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Inflator/LZ77.InflatorBuffers.Stream.swift:6:25: error: type 'Format.Integral' does not conform to protocol 'StreamIntegral'
        var output:LZ77.InflatorOut<Format.Integral>
                        ^
[56/77] Compiling LZ77 Gzip.StreamHeader.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Inflator/LZ77.InflatorBuffers.Stream.swift:6:25: error: type 'Format.Integral' does not conform to protocol 'StreamIntegral'
        var output:LZ77.InflatorOut<Format.Integral>
                        ^
[57/77] Compiling LZ77 Gzip.StreamHeaderError.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Inflator/LZ77.InflatorBuffers.Stream.swift:6:25: error: type 'Format.Integral' does not conform to protocol 'StreamIntegral'
        var output:LZ77.InflatorOut<Format.Integral>
                        ^
[58/77] Compiling LZ77 Gzip.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Inflator/LZ77.InflatorBuffers.Stream.swift:6:25: error: type 'Format.Integral' does not conform to protocol 'StreamIntegral'
        var output:LZ77.InflatorOut<Format.Integral>
                        ^
[59/77] Compiling LZ77 LZ77.DeflatorTerm.Meta.swift
[60/77] Compiling LZ77 LZ77.DeflatorTerm.swift
[61/77] Compiling LZ77 LZ77.DeflatorWindow.Element.swift
[62/77] Compiling LZ77 LZ77.DeflatorWindow.swift
[63/77] Compiling LZ77 F14.District.Index.swift
[64/77] Compiling LZ77 F14.District.swift
[65/77] Compiling LZ77 LZ77.DeflatorIn.swift
[66/77] Compiling LZ77 LZ77.DeflatorMatches.Depths.swift
[67/77] Compiling LZ77 LZ77.DeflatorMatches.swift
[68/77] Compiling LZ77 LZ77.DeflatorOut.swift
[69/77] Compiling LZ77 LZ77.DeflatorSearch.swift
[70/77] Compiling LZ77 LZ77.DeflatorTables.swift
[71/77] Compiling LZ77 LZ77.Codeword.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/HuffmanCoding/LZ77.HuffmanPattern.swift:3:14: error: protocol 'HuffmanPattern' cannot be nested inside another declaration
    protocol HuffmanPattern<Symbol>
             ^
[72/77] Compiling LZ77 LZ77.Distance.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/HuffmanCoding/LZ77.HuffmanPattern.swift:3:14: error: protocol 'HuffmanPattern' cannot be nested inside another declaration
    protocol HuffmanPattern<Symbol>
             ^
[73/77] Compiling LZ77 LZ77.Heap.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/HuffmanCoding/LZ77.HuffmanPattern.swift:3:14: error: protocol 'HuffmanPattern' cannot be nested inside another declaration
    protocol HuffmanPattern<Symbol>
             ^
[74/77] Compiling LZ77 LZ77.HuffmanPattern.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/HuffmanCoding/LZ77.HuffmanPattern.swift:3:14: error: protocol 'HuffmanPattern' cannot be nested inside another declaration
    protocol HuffmanPattern<Symbol>
             ^
[75/77] Compiling LZ77 LZ77.HuffmanTree.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/HuffmanCoding/LZ77.HuffmanPattern.swift:3:14: error: protocol 'HuffmanPattern' cannot be nested inside another declaration
    protocol HuffmanPattern<Symbol>
             ^
[76/77] Compiling LZ77 LZ77.Metaword.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/HuffmanCoding/LZ77.HuffmanPattern.swift:3:14: error: protocol 'HuffmanPattern' cannot be nested inside another declaration
    protocol HuffmanPattern<Symbol>
             ^
error: fatalError
Fetching https://github.com/tayloraswift/swift-png
[1/6343] Fetching swift-png
Fetched https://github.com/tayloraswift/swift-png (14.63s)
Computing version for https://github.com/tayloraswift/swift-png
Computed https://github.com/tayloraswift/swift-png at 4.4.8 (0.39s)
Fetching https://github.com/tayloraswift/swift-hash
[1/863] Fetching swift-hash
Fetched https://github.com/tayloraswift/swift-hash (0.86s)
Computing version for https://github.com/tayloraswift/swift-hash
Computed https://github.com/tayloraswift/swift-png at 4.4.7 (0.38s)
Computed https://github.com/tayloraswift/swift-hash at 0.6.3 (0.37s)
Creating working copy for https://github.com/tayloraswift/swift-hash
Working copy of https://github.com/tayloraswift/swift-hash resolved at 0.6.3
Creating working copy for https://github.com/tayloraswift/swift-png
Working copy of https://github.com/tayloraswift/swift-png resolved at 4.4.7
BUILD FAILURE 5.9 macosSpm