The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Typology with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MaxDesiatov/typology.git
Reference: 0.0.2
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/MaxDesiatov/typology
 * tag               0.0.2      -> FETCH_HEAD
HEAD is now at f41e03f Add named tuple case (#30)
Cloned https://github.com/MaxDesiatov/typology.git
Revision (git rev-parse @):
f41e03ff4927c4014ebd95b4d3077500155ac95a
SUCCESS checkout https://github.com/MaxDesiatov/typology.git at 0.0.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/MaxDesiatov/typology.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/apple/swift-syntax.git
[1/57357] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (4.14s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50000.0 (1.40s)
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...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/27] Emitting module SwiftSyntax
[5/30] Compiling SwiftSyntax AbsolutePosition.swift
[6/30] Compiling SwiftSyntax ByteTreeDeserialization.swift
[7/30] Compiling SwiftSyntax Diagnostic.swift
[8/30] Compiling SwiftSyntax DiagnosticConsumer.swift
[9/30] Compiling SwiftSyntax DiagnosticEngine.swift
[10/30] Compiling SwiftSyntax JSONDiagnosticConsumer.swift
[11/30] Compiling SwiftSyntax LazyNonThreadSafeCache.swift
[12/30] Compiling SwiftSyntax PrintingDiagnosticConsumer.swift
[13/30] Compiling SwiftSyntax SyntaxChildren.swift
[14/30] Compiling SwiftSyntax SyntaxData.swift
[15/30] Compiling SwiftSyntax WeakLookupTable.swift
[16/30] Compiling SwiftSyntax RawSyntax.swift
[17/30] Compiling SwiftSyntax SourceLength.swift
[18/30] Compiling SwiftSyntax SourcePresence.swift
[19/30] Compiling SwiftSyntax SwiftSyntax.swift
[20/30] Compiling SwiftSyntax SwiftcInvocation.swift
[21/30] Compiling SwiftSyntax Syntax.swift
[22/30] Compiling SwiftSyntax SyntaxRewriter.swift
[23/30] Compiling SwiftSyntax TokenKind.swift
[24/30] Compiling SwiftSyntax Trivia.swift
[25/30] Compiling SwiftSyntax SyntaxBuilders.swift
[26/30] Compiling SwiftSyntax SyntaxClassifier.swift
[27/30] Compiling SwiftSyntax SyntaxCollections.swift
[28/30] Compiling SwiftSyntax SyntaxFactory.swift
[29/30] Compiling SwiftSyntax SyntaxKind.swift
[30/30] Compiling SwiftSyntax SyntaxNodes.swift
[32/42] Compiling Typology Type.swift
[33/43] Compiling Typology Scheme.swift
[34/43] 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/43] Compiling Typology Substitution.swift
[36/43] Compiling Typology TypeError.swift
[37/43] 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
[38/43] 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
[39/43] Compiling Typology AST.swift
[40/43] Compiling Typology Expr.swift
[41/43] Emitting module Typology
[42/43] Compiling Typology Literal.swift
[43/43] Compiling Typology SwiftSyntax.swift
Build complete! (46.05s)
Build complete.
Done.

Build Machine: Linux 2