The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Typology with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4609320-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MaxDesiatov/typology.git
Reference: 0.0.2
Cloned https://github.com/MaxDesiatov/typology.git into spi-builder-workspace
SUCCESS checkout https://github.com/MaxDesiatov/typology.git at 0.0.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4609320-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/apple/swift-syntax.git
[1/41007] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git (3.84s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50000.0 (2.04s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 0.50000.0
Building for debugging...
[1/24] Compiling SwiftSyntax DiagnosticEngine.swift
[2/24] Compiling SwiftSyntax JSONDiagnosticConsumer.swift
[3/24] Compiling SwiftSyntax LazyNonThreadSafeCache.swift
[4/24] Compiling SwiftSyntax PrintingDiagnosticConsumer.swift
[5/27] Compiling SwiftSyntax SwiftSyntax.swift
[6/27] Compiling SwiftSyntax SwiftcInvocation.swift
[7/27] Compiling SwiftSyntax Syntax.swift
[8/27] Compiling SwiftSyntax RawSyntax.swift
[9/27] Compiling SwiftSyntax SourceLength.swift
[10/27] Compiling SwiftSyntax SourcePresence.swift
[11/27] Compiling SwiftSyntax AbsolutePosition.swift
[12/27] Compiling SwiftSyntax ByteTreeDeserialization.swift
[13/27] Compiling SwiftSyntax Diagnostic.swift
[14/27] Compiling SwiftSyntax DiagnosticConsumer.swift
[15/27] Emitting module SwiftSyntax
[16/27] Compiling SwiftSyntax SyntaxRewriter.swift
[17/27] Compiling SwiftSyntax TokenKind.swift
[18/27] Compiling SwiftSyntax Trivia.swift
[19/27] Compiling SwiftSyntax SyntaxBuilders.swift
[20/27] Compiling SwiftSyntax SyntaxClassifier.swift
[21/27] Compiling SwiftSyntax SyntaxCollections.swift
[22/27] Compiling SwiftSyntax SyntaxChildren.swift
[23/27] Compiling SwiftSyntax SyntaxData.swift
[24/27] Compiling SwiftSyntax WeakLookupTable.swift
[25/27] Compiling SwiftSyntax SyntaxFactory.swift
[26/27] Compiling SwiftSyntax SyntaxKind.swift
[27/27] Compiling SwiftSyntax SyntaxNodes.swift
[30/40] Compiling Typology Scheme.swift
[31/41] Compiling Typology Substitution.swift
[32/41] Compiling Typology TypeError.swift
[33/41] Compiling Typology Type.swift
[34/41] Compiling Typology Solver.swift
/host/spi-builder-workspace/Sources/Typology/Solver.swift:126:28: warning: enum case 'constructor' has 2 associated values; matching them as a tuple is deprecated
    case let (.constructor(a), .constructor(b)) where a == b:
                           ^
/host/spi-builder-workspace/Sources/Typology/Type.swift:88:8: note: 'constructor' declared here
  case constructor(TypeIdentifier, [Type])
       ^
/host/spi-builder-workspace/Sources/Typology/Solver.swift:126:45: warning: enum case 'constructor' has 2 associated values; matching them as a tuple is deprecated
    case let (.constructor(a), .constructor(b)) where a == b:
                                            ^
/host/spi-builder-workspace/Sources/Typology/Type.swift:88:8: note: 'constructor' declared here
  case constructor(TypeIdentifier, [Type])
       ^
[35/41] Compiling Typology Literal.swift
[36/41] Compiling Typology SwiftSyntax.swift
[37/41] Emitting module Typology
[38/41] Compiling Typology AST.swift
[39/41] Compiling Typology Expr.swift
[40/41] Compiling Typology ConstraintSystem.swift
/host/spi-builder-workspace/Sources/Typology/ConstraintSystem.swift:71:9: warning: variable 'old' was never mutated; consider changing to 'let' constant
    var old = self.environment
    ~~~ ^
    let
[41/41] Compiling Typology Protocol.swift
/host/spi-builder-workspace/Sources/Typology/ConstraintSystem.swift:71:9: warning: variable 'old' was never mutated; consider changing to 'let' constant
    var old = self.environment
    ~~~ ^
    let
Build complete! (53.69s)
Build complete.
Done.

Build Machine: Linux 2