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 with Swift 5.8 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" 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.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tayloraswift/swift-noise.git
Reference: 1.1.0
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
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 8e35a91 create 1.1 release
Cloned https://github.com/tayloraswift/swift-noise.git
Revision (git rev-parse @):
8e35a914d28e4123a749955de19e275488343751
SUCCESS checkout https://github.com/tayloraswift/swift-noise.git at 1.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $workDir
https://github.com/tayloraswift/swift-noise.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/tayloraswift/swift-hash
Fetching https://github.com/tayloraswift/swift-png
[1/728] Fetching swift-hash
[715/25490] Fetching swift-hash, swift-png
Fetched https://github.com/tayloraswift/swift-hash (5.53s)
Fetched https://github.com/tayloraswift/swift-png (5.76s)
Computing version for https://github.com/tayloraswift/swift-png
Computed https://github.com/tayloraswift/swift-png at 4.4.2 (0.40s)
Computing version for https://github.com/tayloraswift/swift-hash
Computed https://github.com/tayloraswift/swift-hash at 0.5.0 (0.98s)
Creating working copy for https://github.com/tayloraswift/swift-hash
Working copy of https://github.com/tayloraswift/swift-hash resolved at 0.5.0
Creating working copy for https://github.com/tayloraswift/swift-png
Working copy of https://github.com/tayloraswift/swift-png resolved at 4.4.2
Building for debugging...
[1/17] Emitting module BaseDigits
[2/17] Compiling BaseDigits BaseDigits.swift
[3/18] Compiling Noise hash.swift
[5/19] Wrapping AST for BaseDigits for debugging
[7/19] Compiling Noise noise.swift
[8/24] Compiling Base16 Base16.LowercaseDigits.swift
[9/24] Compiling Base16 Base16.UppercaseDigits.swift
[10/24] Emitting module Noise
[11/24] Compiling Noise cell.swift
[12/24] Emitting module Base16
[13/24] Compiling Noise compounds.swift
[14/24] Compiling Noise gradient.swift
[15/24] Compiling Noise disk.swift
[16/25] Compiling Base16 Base16.swift
[17/25] Compiling Base16 Base16.Values.swift
[21/28] Wrapping AST for Noise for debugging
[22/28] Wrapping AST for Base16 for debugging
[24/30] Emitting module CRC
[25/30] Compiling CRC CRC32.swift
[27/32] Wrapping AST for CRC for debugging
[29/85] Compiling LZ77 Gzip.Format.swift
/host/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
                                ^~~~~~~~~~~~~~
/host/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>
                        ^
[30/85] Compiling LZ77 Gzip.Inflator.swift
/host/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
                                ^~~~~~~~~~~~~~
/host/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>
                        ^
[31/85] Compiling LZ77 Gzip.InflatorState.swift
/host/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
                                ^~~~~~~~~~~~~~
/host/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>
                        ^
[32/85] Compiling LZ77 Gzip.StreamHeader.swift
/host/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
                                ^~~~~~~~~~~~~~
/host/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>
                        ^
[33/85] Compiling LZ77 Gzip.StreamHeaderError.swift
/host/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
                                ^~~~~~~~~~~~~~
/host/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>
                        ^
[34/85] Compiling LZ77 Gzip.swift
/host/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
                                ^~~~~~~~~~~~~~
/host/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>
                        ^
[35/85] Compiling LZ77 LZ77.Codeword.swift
/host/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
                                ^~~~~~~~~~~~~~
/host/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>
                        ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[36/92] Emitting module LZ77
/host/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
                                ^~~~~~~~~~~~~~
/host/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>
                       ^
/host/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>)
                       ^
/host/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>
                        ^
/host/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>
             ^
/host/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
             ^
/host/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
             ^
[37/92] Compiling LZ77 LZ77.Reversed.swift
/host/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
                                ^~~~~~~~~~~~~~
/host/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
             ^
/host/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
             ^
[38/92] Compiling LZ77 LZ77.swift
/host/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
                                ^~~~~~~~~~~~~~
/host/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
             ^
/host/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
             ^
[39/92] Compiling LZ77 SIMD16 (ext).swift
/host/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
                                ^~~~~~~~~~~~~~
/host/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
             ^
/host/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
             ^
[40/92] Compiling LZ77 LZ77.Format.swift
/host/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
                                ^~~~~~~~~~~~~~
/host/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
             ^
/host/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
             ^
[41/92] Compiling LZ77 LZ77.FormatType.swift
/host/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
                                ^~~~~~~~~~~~~~
/host/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
             ^
/host/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
             ^
[42/92] Compiling LZ77 LZ77.MRC32.swift
/host/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
                                ^~~~~~~~~~~~~~
/host/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
             ^
/host/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
             ^
[43/92] Compiling LZ77 LZ77.StreamIntegral.swift
/host/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
                                ^~~~~~~~~~~~~~
/host/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
             ^
/host/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
             ^
[44/92] Compiling LZ77 LZ77.Decades.swift
/host/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
                                ^~~~~~~~~~~~~~
/host/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>
                       ^
/host/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>)
                       ^
/host/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:229:26: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                    self.window.match(from: head, lookahead: self.input,
                         ^
/host/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?),
         ^
/host/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:289:26: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                    self.window.match(from: head, lookahead: self.input,
                         ^
/host/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?),
         ^
/host/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:297:30: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                        self.window.match(from: head, lookahead: self.input,
                             ^
/host/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?),
         ^
/host/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:365:22: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                self.window.match(from: head, lookahead: self.input,
                     ^
/host/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?),
         ^
/host/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),
                    ~^~~~
/host/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),
                    ~^~~~
/host/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()))
                   ~^~~~
[45/92] Compiling LZ77 LZ77.Deflator.swift
/host/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
                                ^~~~~~~~~~~~~~
/host/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>
                       ^
/host/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>)
                       ^
/host/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:229:26: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                    self.window.match(from: head, lookahead: self.input,
                         ^
/host/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?),
         ^
/host/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:289:26: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                    self.window.match(from: head, lookahead: self.input,
                         ^
/host/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?),
         ^
/host/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:297:30: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                        self.window.match(from: head, lookahead: self.input,
                             ^
/host/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?),
         ^
/host/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:365:22: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                self.window.match(from: head, lookahead: self.input,
                     ^
/host/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?),
         ^
/host/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),
                    ~^~~~
/host/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),
                    ~^~~~
/host/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()))
                   ~^~~~
[46/92] Compiling LZ77 LZ77.DeflatorBuffers.Stream.swift
/host/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
                                ^~~~~~~~~~~~~~
/host/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>
                       ^
/host/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>)
                       ^
/host/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:229:26: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                    self.window.match(from: head, lookahead: self.input,
                         ^
/host/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?),
         ^
/host/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:289:26: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                    self.window.match(from: head, lookahead: self.input,
                         ^
/host/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?),
         ^
/host/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:297:30: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                        self.window.match(from: head, lookahead: self.input,
                             ^
/host/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?),
         ^
/host/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:365:22: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                self.window.match(from: head, lookahead: self.input,
                     ^
/host/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?),
         ^
/host/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),
                    ~^~~~
/host/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),
                    ~^~~~
/host/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()))
                   ~^~~~
[47/92] Compiling LZ77 LZ77.DeflatorBuffers.swift
/host/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
                                ^~~~~~~~~~~~~~
/host/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>
                       ^
/host/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>)
                       ^
/host/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:229:26: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                    self.window.match(from: head, lookahead: self.input,
                         ^
/host/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?),
         ^
/host/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:289:26: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                    self.window.match(from: head, lookahead: self.input,
                         ^
/host/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?),
         ^
/host/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:297:30: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                        self.window.match(from: head, lookahead: self.input,
                             ^
/host/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?),
         ^
/host/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:365:22: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                self.window.match(from: head, lookahead: self.input,
                     ^
/host/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?),
         ^
/host/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),
                    ~^~~~
/host/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),
                    ~^~~~
/host/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()))
                   ~^~~~
[48/92] Compiling LZ77 LZ77.DeflatorDicing.Node.swift
/host/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
                                ^~~~~~~~~~~~~~
/host/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>
                       ^
/host/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>)
                       ^
/host/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:229:26: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                    self.window.match(from: head, lookahead: self.input,
                         ^
/host/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?),
         ^
/host/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:289:26: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                    self.window.match(from: head, lookahead: self.input,
                         ^
/host/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?),
         ^
/host/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:297:30: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                        self.window.match(from: head, lookahead: self.input,
                             ^
/host/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?),
         ^
/host/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:365:22: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                self.window.match(from: head, lookahead: self.input,
                     ^
/host/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?),
         ^
/host/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),
                    ~^~~~
/host/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),
                    ~^~~~
/host/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()))
                   ~^~~~
[49/92] Compiling LZ77 LZ77.DeflatorDicing.swift
/host/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
                                ^~~~~~~~~~~~~~
/host/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>
                       ^
/host/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>)
                       ^
/host/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:229:26: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                    self.window.match(from: head, lookahead: self.input,
                         ^
/host/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?),
         ^
/host/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:289:26: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                    self.window.match(from: head, lookahead: self.input,
                         ^
/host/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?),
         ^
/host/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:297:30: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                        self.window.match(from: head, lookahead: self.input,
                             ^
/host/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?),
         ^
/host/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:365:22: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                self.window.match(from: head, lookahead: self.input,
                     ^
/host/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?),
         ^
/host/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),
                    ~^~~~
/host/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),
                    ~^~~~
/host/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()))
                   ~^~~~
[50/92] Compiling LZ77 LZ77.DeflatorIn.swift
/host/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
                                ^~~~~~~~~~~~~~
/host/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>
                       ^
/host/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>)
                       ^
/host/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:229:26: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                    self.window.match(from: head, lookahead: self.input,
                         ^
/host/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?),
         ^
/host/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:289:26: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                    self.window.match(from: head, lookahead: self.input,
                         ^
/host/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?),
         ^
/host/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:297:30: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                        self.window.match(from: head, lookahead: self.input,
                             ^
/host/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?),
         ^
/host/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:365:22: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                self.window.match(from: head, lookahead: self.input,
                     ^
/host/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?),
         ^
/host/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),
                    ~^~~~
/host/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),
                    ~^~~~
/host/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()))
                   ~^~~~
[51/92] Compiling LZ77 LZ77.DeflatorMatches.Depths.swift
/host/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
                                ^~~~~~~~~~~~~~
/host/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>
                       ^
/host/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>)
                       ^
/host/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:229:26: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                    self.window.match(from: head, lookahead: self.input,
                         ^
/host/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?),
         ^
/host/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:289:26: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                    self.window.match(from: head, lookahead: self.input,
                         ^
/host/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?),
         ^
/host/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:297:30: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                        self.window.match(from: head, lookahead: self.input,
                             ^
/host/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?),
         ^
/host/spi-builder-workspace/.build/checkouts/swift-png/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.Stream.swift:365:22: error: generic parameter 'some LZ77.StreamIntegral' could not be inferred
                self.window.match(from: head, lookahead: self.input,
                     ^
/host/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?),
         ^
/host/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),
                    ~^~~~
/host/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),
                    ~^~~~
/host/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()))
                   ~^~~~
[52/92] Compiling LZ77 F14.District.Index.swift
/host/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
                                ^~~~~~~~~~~~~~
/host/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>
                       ^
[53/92] Compiling LZ77 F14.District.swift
/host/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
                                ^~~~~~~~~~~~~~
/host/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>
                       ^
[54/92] Compiling LZ77 F14.Hash.swift
/host/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
                                ^~~~~~~~~~~~~~
/host/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>
                       ^
[55/92] Compiling LZ77 F14.HashTable.swift
/host/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
                                ^~~~~~~~~~~~~~
/host/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>
                       ^
[56/92] Compiling LZ77 F14.swift
/host/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
                                ^~~~~~~~~~~~~~
/host/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>
                       ^
[57/92] Compiling LZ77 FixedWidthInteger (ext).swift
/host/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
                                ^~~~~~~~~~~~~~
/host/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>
                       ^
[58/92] Compiling LZ77 Gzip.Deflator.swift
/host/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
                                ^~~~~~~~~~~~~~
/host/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>
                       ^
[59/92] Compiling LZ77 Gzip.Format.Integral.swift
/host/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
                                ^~~~~~~~~~~~~~
/host/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>
                       ^
[60/92] Compiling LZ77 LZ77.InflatorIn.swift
[61/92] Compiling LZ77 LZ77.InflatorOut.swift
[62/92] Compiling LZ77 LZ77.InflatorState.swift
[63/92] Compiling LZ77 LZ77.InflatorTables.swift
[64/92] Compiling LZ77 LZ77.StreamHeader.swift
[65/92] Compiling LZ77 LZ77.StreamHeaderError.swift
[66/92] Compiling LZ77 LZ77.Composites.swift
[67/92] Compiling LZ77 LZ77.BlockShape.swift
/host/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
                                ^~~~~~~~~~~~~~
/host/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>
                        ^
/host/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()
                              ~^~~~
[68/92] Compiling LZ77 LZ77.BlockState.swift
/host/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
                                ^~~~~~~~~~~~~~
/host/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>
                        ^
/host/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()
                              ~^~~~
[69/92] Compiling LZ77 LZ77.BlockType.swift
/host/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
                                ^~~~~~~~~~~~~~
/host/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>
                        ^
/host/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()
                              ~^~~~
[70/92] Compiling LZ77 LZ77.DecompressionError.swift
/host/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
                                ^~~~~~~~~~~~~~
/host/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>
                        ^
/host/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()
                              ~^~~~
[71/92] Compiling LZ77 LZ77.Inflator.swift
/host/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
                                ^~~~~~~~~~~~~~
/host/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>
                        ^
/host/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()
                              ~^~~~
[72/92] Compiling LZ77 LZ77.InflatorBuffers.Stream.swift
/host/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
                                ^~~~~~~~~~~~~~
/host/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>
                        ^
/host/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()
                              ~^~~~
[73/92] Compiling LZ77 LZ77.InflatorBuffers.swift
/host/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
                                ^~~~~~~~~~~~~~
/host/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>
                        ^
/host/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()
                              ~^~~~
[74/92] Compiling LZ77 LZ77.DeflatorMatches.swift
[75/92] Compiling LZ77 LZ77.DeflatorOut.swift
[76/92] Compiling LZ77 LZ77.DeflatorSearch.swift
[77/92] Compiling LZ77 LZ77.DeflatorTables.swift
[78/92] Compiling LZ77 LZ77.DeflatorTerm.Meta.swift
[79/92] Compiling LZ77 LZ77.DeflatorTerm.swift
[80/92] Compiling LZ77 LZ77.DeflatorWindow.Element.swift
[81/92] Compiling LZ77 LZ77.DeflatorWindow.swift
[82/92] Compiling LZ77 LZ77.Distance.swift
/host/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>
             ^
[83/92] Compiling LZ77 LZ77.Heap.swift
/host/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>
             ^
[84/92] Compiling LZ77 LZ77.HuffmanPattern.swift
/host/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>
             ^
[85/92] Compiling LZ77 LZ77.HuffmanTree.swift
/host/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>
             ^
[86/92] Compiling LZ77 LZ77.Metaword.swift
/host/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>
             ^
[87/92] Compiling LZ77 LZ77.RunLiteral.swift
/host/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>
             ^
[88/92] Compiling LZ77 LZ77.BlockMetadata.swift
/host/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>
             ^
BUILD FAILURE 5.8 linux