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-png, reference master (e677ba), with Swift 5.9 for Linux on 16 Nov 2024 00:38:58 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.57.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tayloraswift/swift-png.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/tayloraswift/swift-png
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e677ba0 Merge pull request #80 from tayloraswift/device-support
Cloned https://github.com/tayloraswift/swift-png.git
Revision (git rev-parse @):
e677ba0728150c41118c52fcbebdfa74b071ab17
SUCCESS checkout https://github.com/tayloraswift/swift-png.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/tayloraswift/swift-png.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:a06db64ee3297a5f3491915d7662e6a86c0024d45425be3d593d7649696fef17
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/tayloraswift/swift-hash
Fetching https://github.com/tayloraswift/swift-grammar
[1/781] Fetching swift-hash
[751/1503] Fetching swift-hash, swift-grammar
Fetched https://github.com/tayloraswift/swift-grammar (0.42s)
Fetched https://github.com/tayloraswift/swift-hash (0.43s)
Computing version for https://github.com/tayloraswift/swift-hash
Computed https://github.com/tayloraswift/swift-hash at 0.6.3 (0.76s)
Computing version for https://github.com/tayloraswift/swift-grammar
Computed https://github.com/tayloraswift/swift-grammar at 0.4.1 (0.73s)
Fetching https://github.com/apple/swift-atomics.git
[1/1569] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git (0.54s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.77s)
Creating working copy for https://github.com/tayloraswift/swift-grammar
Working copy of https://github.com/tayloraswift/swift-grammar resolved at 0.4.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/tayloraswift/swift-hash
Working copy of https://github.com/tayloraswift/swift-hash resolved at 0.6.3
Building for debugging...
[0/42] Compiling _AtomicsShims.c
[2/63] Emitting module BaseDigits
[3/63] Compiling BaseDigits BaseDigits.swift
[6/65] Compiling Atomics OptionalRawRepresentable.swift
[7/65] Compiling Atomics RawRepresentable.swift
[8/65] Compiling Atomics AtomicBool.swift
[8/67] Wrapping AST for BaseDigits for debugging
[10/67] Emitting module Atomics
[11/72] Compiling Atomics IntegerOperations.swift
[12/72] Compiling Atomics Unmanaged extensions.swift
[13/72] Compiling Base16 Base16.UppercaseDigits.swift
[14/72] Compiling Base16 Base16.Values.swift
[15/72] Compiling Base16 Base16.LowercaseDigits.swift
[16/72] Compiling Base16 Base16.swift
[17/72] Emitting module Base16
[19/74] Compiling Atomics AtomicReference.swift
[20/74] Compiling Atomics AtomicStorage.swift
[21/74] Compiling Atomics AtomicValue.swift
[22/74] Compiling Atomics Primitives.shims.swift
[23/74] Compiling Atomics AtomicInteger.swift
[24/74] Compiling Atomics AtomicOptionalWrappable.swift
[25/74] Compiling Atomics UnsafeAtomic.swift
[26/74] Compiling Atomics UnsafeAtomicLazyReference.swift
[27/74] Compiling Atomics ManagedAtomic.swift
[28/74] Compiling Atomics ManagedAtomicLazyReference.swift
[29/74] Compiling Atomics AtomicMemoryOrderings.swift
[30/74] Compiling Atomics DoubleWord.swift
[31/74] Compiling Atomics IntegerConformances.swift
[32/74] Compiling Atomics PointerConformances.swift
[33/74] Compiling Atomics Primitives.native.swift
[35/76] Wrapping AST for Base16 for debugging
[37/78] Wrapping AST for Atomics for debugging
[39/107] Emitting module CRC
[40/107] Compiling CRC CRC32.swift
[42/109] Wrapping AST for CRC for debugging
[44/109] Compiling Testing_ AssertionFailure.swift
[45/109] Compiling Testing_ AsyncTests.swift
[46/109] Compiling Testing_ SyncTests.swift
[47/109] Compiling Testing_ TestBattery.swift
[48/166] Compiling LZ77 LZ77.Distance.swift
[49/166] Compiling LZ77 LZ77.Heap.swift
[50/166] Compiling LZ77 LZ77.HuffmanPattern.swift
[51/166] Compiling LZ77 LZ77.HuffmanTree.swift
[52/166] Compiling LZ77 LZ77.DeflatorMatches.swift
[53/166] Compiling LZ77 LZ77.DeflatorOut.swift
[54/166] Compiling LZ77 LZ77.DeflatorSearch.swift
[55/166] Compiling LZ77 LZ77.DeflatorTables.swift
[56/166] Compiling LZ77 LZ77.Decades.swift
[57/166] Compiling LZ77 LZ77.Deflator.swift
[58/166] Compiling LZ77 LZ77.DeflatorBuffers.Stream.swift
[59/166] Compiling LZ77 LZ77.DeflatorBuffers.swift
[60/166] Compiling LZ77 LZ77.DeflatorTerm.Meta.swift
[61/166] Compiling LZ77 LZ77.DeflatorTerm.swift
[62/166] Compiling LZ77 LZ77.DeflatorWindow.Element.swift
[63/166] Compiling LZ77 LZ77.DeflatorWindow.swift
[64/166] Compiling LZ77 F14.swift
[65/166] Compiling LZ77 FixedWidthInteger (ext).swift
[66/166] Compiling LZ77 Gzip.Deflator.swift
[67/166] Compiling LZ77 Gzip.Format.Integral.swift
[68/166] Emitting module Testing_
[69/166] Compiling LZ77 LZ77.Metaword.swift
[70/166] Compiling LZ77 LZ77.RunLiteral.swift
[71/166] Compiling LZ77 LZ77.BlockMetadata.swift
[72/166] Compiling LZ77 Gzip.Format.swift
[73/166] Compiling LZ77 LZ77.DeflatorDicing.Node.swift
[74/166] Compiling LZ77 LZ77.DeflatorDicing.swift
[75/166] Compiling LZ77 LZ77.DeflatorIn.swift
[76/166] Compiling LZ77 LZ77.DeflatorMatches.Depths.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[77/167] Emitting module LZ77
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/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/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/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/Sources/LZ77/HuffmanCoding/LZ77.HuffmanPattern.swift:3:14: error: protocol 'HuffmanPattern' cannot be nested inside another declaration
    protocol HuffmanPattern<Symbol>
             ^
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:4:14: error: protocol 'FormatType' cannot be nested inside another declaration
    protocol FormatType
             ^
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.StreamIntegral.swift:4:14: error: protocol 'StreamIntegral' cannot be nested inside another declaration
    protocol StreamIntegral
             ^
[79/175] Wrapping AST for Testing_ for debugging
[81/175] Compiling LZ77 F14.District.Index.swift
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/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>
                       ^
[82/175] Compiling LZ77 F14.District.swift
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/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>
                       ^
[83/175] Compiling LZ77 F14.Hash.swift
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/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>
                       ^
[84/175] Compiling LZ77 F14.HashTable.swift
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/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/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/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/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/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/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/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/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/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>
                       ^
[89/175] Compiling LZ77 LZ77.Reversed.swift
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:4:14: error: protocol 'FormatType' cannot be nested inside another declaration
    protocol FormatType
             ^
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.StreamIntegral.swift:4:14: error: protocol 'StreamIntegral' cannot be nested inside another declaration
    protocol StreamIntegral
             ^
[90/175] Compiling LZ77 LZ77.swift
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:4:14: error: protocol 'FormatType' cannot be nested inside another declaration
    protocol FormatType
             ^
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.StreamIntegral.swift:4:14: error: protocol 'StreamIntegral' cannot be nested inside another declaration
    protocol StreamIntegral
             ^
[91/175] Compiling LZ77 SIMD16 (ext).swift
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:4:14: error: protocol 'FormatType' cannot be nested inside another declaration
    protocol FormatType
             ^
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.StreamIntegral.swift:4:14: error: protocol 'StreamIntegral' cannot be nested inside another declaration
    protocol StreamIntegral
             ^
[92/175] Compiling LZ77 LZ77.Format.swift
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:4:14: error: protocol 'FormatType' cannot be nested inside another declaration
    protocol FormatType
             ^
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.StreamIntegral.swift:4:14: error: protocol 'StreamIntegral' cannot be nested inside another declaration
    protocol StreamIntegral
             ^
[93/175] Compiling LZ77 LZ77.FormatType.swift
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:4:14: error: protocol 'FormatType' cannot be nested inside another declaration
    protocol FormatType
             ^
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.StreamIntegral.swift:4:14: error: protocol 'StreamIntegral' cannot be nested inside another declaration
    protocol StreamIntegral
             ^
[94/175] Compiling LZ77 LZ77.MRC32.swift
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:4:14: error: protocol 'FormatType' cannot be nested inside another declaration
    protocol FormatType
             ^
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.StreamIntegral.swift:4:14: error: protocol 'StreamIntegral' cannot be nested inside another declaration
    protocol StreamIntegral
             ^
[95/175] Compiling LZ77 LZ77.StreamIntegral.swift
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:4:14: error: protocol 'FormatType' cannot be nested inside another declaration
    protocol FormatType
             ^
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.StreamIntegral.swift:4:14: error: protocol 'StreamIntegral' cannot be nested inside another declaration
    protocol StreamIntegral
             ^
[96/175] Compiling LZ77 LZ77.InflatorIn.swift
[97/175] Compiling LZ77 LZ77.InflatorOut.swift
[98/175] Compiling LZ77 LZ77.InflatorState.swift
[99/175] Compiling LZ77 LZ77.InflatorTables.swift
[100/175] Compiling LZ77 LZ77.StreamHeader.swift
[101/175] Compiling LZ77 LZ77.StreamHeaderError.swift
[102/175] Compiling LZ77 LZ77.Composites.swift
[103/175] Compiling LZ77 LZ77.BlockShape.swift
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/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/Sources/LZ77/Inflator/LZ77.InflatorBuffers.Stream.swift:30:32: error: cannot infer contextual base in reference to member 'init'
            self.output     = .init()
                              ~^~~~
[104/175] Compiling LZ77 LZ77.BlockState.swift
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/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/Sources/LZ77/Inflator/LZ77.InflatorBuffers.Stream.swift:30:32: error: cannot infer contextual base in reference to member 'init'
            self.output     = .init()
                              ~^~~~
[105/175] Compiling LZ77 LZ77.BlockType.swift
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/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/Sources/LZ77/Inflator/LZ77.InflatorBuffers.Stream.swift:30:32: error: cannot infer contextual base in reference to member 'init'
            self.output     = .init()
                              ~^~~~
[106/175] Compiling LZ77 LZ77.DecompressionError.swift
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/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/Sources/LZ77/Inflator/LZ77.InflatorBuffers.Stream.swift:30:32: error: cannot infer contextual base in reference to member 'init'
            self.output     = .init()
                              ~^~~~
[107/175] Compiling LZ77 LZ77.Inflator.swift
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/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/Sources/LZ77/Inflator/LZ77.InflatorBuffers.Stream.swift:30:32: error: cannot infer contextual base in reference to member 'init'
            self.output     = .init()
                              ~^~~~
[108/175] Compiling LZ77 LZ77.InflatorBuffers.Stream.swift
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/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/Sources/LZ77/Inflator/LZ77.InflatorBuffers.Stream.swift:30:32: error: cannot infer contextual base in reference to member 'init'
            self.output     = .init()
                              ~^~~~
[109/175] Compiling LZ77 LZ77.InflatorBuffers.swift
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/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/Sources/LZ77/Inflator/LZ77.InflatorBuffers.Stream.swift:30:32: error: cannot infer contextual base in reference to member 'init'
            self.output     = .init()
                              ~^~~~
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/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/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/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,
                                ^
/host/spi-builder-workspace/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/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,
                                ^
/host/spi-builder-workspace/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/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,
                                    ^
/host/spi-builder-workspace/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/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,
                            ^
/host/spi-builder-workspace/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/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/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/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.swift:40:21: error: cannot infer contextual base in reference to member 'init'
            input: .init()))
                   ~^~~~
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/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/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/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,
                                ^
/host/spi-builder-workspace/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/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,
                                ^
/host/spi-builder-workspace/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/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,
                                    ^
/host/spi-builder-workspace/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/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,
                            ^
/host/spi-builder-workspace/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/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/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/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.swift:40:21: error: cannot infer contextual base in reference to member 'init'
            input: .init()))
                   ~^~~~
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/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/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/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,
                                ^
/host/spi-builder-workspace/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/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,
                                ^
/host/spi-builder-workspace/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/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,
                                    ^
/host/spi-builder-workspace/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/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,
                            ^
/host/spi-builder-workspace/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/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/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/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.swift:40:21: error: cannot infer contextual base in reference to member 'init'
            input: .init()))
                   ~^~~~
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/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/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/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,
                                ^
/host/spi-builder-workspace/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/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,
                                ^
/host/spi-builder-workspace/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/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,
                                    ^
/host/spi-builder-workspace/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/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,
                            ^
/host/spi-builder-workspace/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/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/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/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.swift:40:21: error: cannot infer contextual base in reference to member 'init'
            input: .init()))
                   ~^~~~
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/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/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/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,
                                ^
/host/spi-builder-workspace/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/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,
                                ^
/host/spi-builder-workspace/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/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,
                                    ^
/host/spi-builder-workspace/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/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,
                            ^
/host/spi-builder-workspace/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/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/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/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.swift:40:21: error: cannot infer contextual base in reference to member 'init'
            input: .init()))
                   ~^~~~
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/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/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/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,
                                ^
/host/spi-builder-workspace/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/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,
                                ^
/host/spi-builder-workspace/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/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,
                                    ^
/host/spi-builder-workspace/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/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,
                            ^
/host/spi-builder-workspace/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/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/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/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.swift:40:21: error: cannot infer contextual base in reference to member 'init'
            input: .init()))
                   ~^~~~
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/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/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/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,
                                ^
/host/spi-builder-workspace/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/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,
                                ^
/host/spi-builder-workspace/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/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,
                                    ^
/host/spi-builder-workspace/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/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,
                            ^
/host/spi-builder-workspace/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/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/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/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.swift:40:21: error: cannot infer contextual base in reference to member 'init'
            input: .init()))
                   ~^~~~
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/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/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/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,
                                ^
/host/spi-builder-workspace/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/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,
                                ^
/host/spi-builder-workspace/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/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,
                                    ^
/host/spi-builder-workspace/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/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,
                            ^
/host/spi-builder-workspace/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/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/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/Sources/LZ77/Deflator/LZ77.DeflatorBuffers.swift:40:21: error: cannot infer contextual base in reference to member 'init'
            input: .init()))
                   ~^~~~
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/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>
                        ^
[127/175] Compiling LZ77 Gzip.Inflator.swift
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/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>
                        ^
[128/175] Compiling LZ77 Gzip.InflatorState.swift
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/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>
                        ^
[129/175] Compiling LZ77 Gzip.StreamHeader.swift
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/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>
                        ^
[130/175] Compiling LZ77 Gzip.StreamHeaderError.swift
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/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>
                        ^
[131/175] Compiling LZ77 Gzip.swift
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/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>
                        ^
[132/175] Compiling LZ77 LZ77.Codeword.swift
/host/spi-builder-workspace/Sources/LZ77/Wrappers/LZ77.FormatType.swift:6:33: error: cannot find type 'StreamIntegral' in scope
        associatedtype Integral:StreamIntegral
                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/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/Sources/LZ77/HuffmanCoding/LZ77.HuffmanPattern.swift:3:14: error: protocol 'HuffmanPattern' cannot be nested inside another declaration
    protocol HuffmanPattern<Symbol>
             ^
/host/spi-builder-workspace/Sources/LZ77/HuffmanCoding/LZ77.HuffmanPattern.swift:3:14: error: protocol 'HuffmanPattern' cannot be nested inside another declaration
    protocol HuffmanPattern<Symbol>
             ^
/host/spi-builder-workspace/Sources/LZ77/HuffmanCoding/LZ77.HuffmanPattern.swift:3:14: error: protocol 'HuffmanPattern' cannot be nested inside another declaration
    protocol HuffmanPattern<Symbol>
             ^
/host/spi-builder-workspace/Sources/LZ77/HuffmanCoding/LZ77.HuffmanPattern.swift:3:14: error: protocol 'HuffmanPattern' cannot be nested inside another declaration
    protocol HuffmanPattern<Symbol>
             ^
/host/spi-builder-workspace/Sources/LZ77/HuffmanCoding/LZ77.HuffmanPattern.swift:3:14: error: protocol 'HuffmanPattern' cannot be nested inside another declaration
    protocol HuffmanPattern<Symbol>
             ^
/host/spi-builder-workspace/Sources/LZ77/HuffmanCoding/LZ77.HuffmanPattern.swift:3:14: error: protocol 'HuffmanPattern' cannot be nested inside another declaration
    protocol HuffmanPattern<Symbol>
             ^
/host/spi-builder-workspace/Sources/LZ77/HuffmanCoding/LZ77.HuffmanPattern.swift:3:14: error: protocol 'HuffmanPattern' cannot be nested inside another declaration
    protocol HuffmanPattern<Symbol>
             ^
error: fatalError
BUILD FAILURE 5.9 linux