The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TypeSwift with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4609320-0":/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/momeno/typeswift.git
Reference: master
Cloned https://github.com/momeno/typeswift.git into spi-builder-workspace
SUCCESS checkout https://github.com/momeno/typeswift.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4609320-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[1/23] Emitting module TypeSwift
[2/26] Compiling TypeSwift TypeScriptError.swift
[3/26] Compiling TypeSwift TypeSwift.swift
[4/26] Compiling TypeSwift VariableType.swift
[5/26] Compiling TypeSwift TypeScript+Constants.swift
[6/26] Compiling TypeSwift TypeScript.swift
[7/26] Compiling TypeSwift TypeScriptElement.swift
[8/26] Compiling TypeSwift AccessLevel.swift
/host/spi-builder-workspace/Sources/TypeSwift/CodeBlock.swift:40:14: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
            .flatMap(Expression.init(typescript:))
             ^
/host/spi-builder-workspace/Sources/TypeSwift/CodeBlock.swift:40:14: note: use 'compactMap(_:)' instead
            .flatMap(Expression.init(typescript:))
             ^~~~~~~
             compactMap
[9/26] Compiling TypeSwift CodeBlock.swift
/host/spi-builder-workspace/Sources/TypeSwift/CodeBlock.swift:40:14: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
            .flatMap(Expression.init(typescript:))
             ^
/host/spi-builder-workspace/Sources/TypeSwift/CodeBlock.swift:40:14: note: use 'compactMap(_:)' instead
            .flatMap(Expression.init(typescript:))
             ^~~~~~~
             compactMap
[10/26] Compiling TypeSwift Expression.swift
/host/spi-builder-workspace/Sources/TypeSwift/CodeBlock.swift:40:14: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
            .flatMap(Expression.init(typescript:))
             ^
/host/spi-builder-workspace/Sources/TypeSwift/CodeBlock.swift:40:14: note: use 'compactMap(_:)' instead
            .flatMap(Expression.init(typescript:))
             ^~~~~~~
             compactMap
[11/26] Compiling TypeSwift Function.swift
/host/spi-builder-workspace/Sources/TypeSwift/CodeBlock.swift:40:14: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
            .flatMap(Expression.init(typescript:))
             ^
/host/spi-builder-workspace/Sources/TypeSwift/CodeBlock.swift:40:14: note: use 'compactMap(_:)' instead
            .flatMap(Expression.init(typescript:))
             ^~~~~~~
             compactMap
[12/26] Compiling TypeSwift String+Trim.swift
/host/spi-builder-workspace/Sources/TypeSwift/Type.swift:96:66: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
            self = .generic(generic.name, try generic.associates.flatMap(Type.init(typescript:)))
                                                                 ^
/host/spi-builder-workspace/Sources/TypeSwift/Type.swift:96:66: note: use 'compactMap(_:)' instead
            self = .generic(generic.name, try generic.associates.flatMap(Type.init(typescript:)))
                                                                 ^~~~~~~
                                                                 compactMap
[13/26] Compiling TypeSwift SwiftNumber.swift
/host/spi-builder-workspace/Sources/TypeSwift/Type.swift:96:66: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
            self = .generic(generic.name, try generic.associates.flatMap(Type.init(typescript:)))
                                                                 ^
/host/spi-builder-workspace/Sources/TypeSwift/Type.swift:96:66: note: use 'compactMap(_:)' instead
            self = .generic(generic.name, try generic.associates.flatMap(Type.init(typescript:)))
                                                                 ^~~~~~~
                                                                 compactMap
[14/26] Compiling TypeSwift Type.swift
/host/spi-builder-workspace/Sources/TypeSwift/Type.swift:96:66: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
            self = .generic(generic.name, try generic.associates.flatMap(Type.init(typescript:)))
                                                                 ^
/host/spi-builder-workspace/Sources/TypeSwift/Type.swift:96:66: note: use 'compactMap(_:)' instead
            self = .generic(generic.name, try generic.associates.flatMap(Type.init(typescript:)))
                                                                 ^~~~~~~
                                                                 compactMap
[15/26] Compiling TypeSwift FunctionDeclaration.swift
/host/spi-builder-workspace/Sources/TypeSwift/FunctionDeclaration.swift:85:14: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
            .flatMap(PropertyDefinition.init)
             ^
/host/spi-builder-workspace/Sources/TypeSwift/FunctionDeclaration.swift:85:14: note: use 'compactMap(_:)' instead
            .flatMap(PropertyDefinition.init)
             ^~~~~~~
             compactMap
[16/26] Compiling TypeSwift Interface.swift
/host/spi-builder-workspace/Sources/TypeSwift/FunctionDeclaration.swift:85:14: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
            .flatMap(PropertyDefinition.init)
             ^
/host/spi-builder-workspace/Sources/TypeSwift/FunctionDeclaration.swift:85:14: note: use 'compactMap(_:)' instead
            .flatMap(PropertyDefinition.init)
             ^~~~~~~
             compactMap
[17/26] Compiling TypeSwift InterfaceBody.swift
/host/spi-builder-workspace/Sources/TypeSwift/FunctionDeclaration.swift:85:14: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
            .flatMap(PropertyDefinition.init)
             ^
/host/spi-builder-workspace/Sources/TypeSwift/FunctionDeclaration.swift:85:14: note: use 'compactMap(_:)' instead
            .flatMap(PropertyDefinition.init)
             ^~~~~~~
             compactMap
[18/26] Compiling TypeSwift InterfaceDeclaration.swift
[19/26] Compiling TypeSwift Model.swift
[20/26] Compiling TypeSwift ModelBody.swift
[21/26] Compiling TypeSwift ModelDeclaration.swift
[22/26] Compiling TypeSwift Permission.swift
[23/26] Compiling TypeSwift PropertyDefinition.swift
[24/26] Compiling TypeSwift Protocols.swift
[25/26] Compiling TypeSwift String+Help.swift
[26/26] Compiling TypeSwift String+RegexHelpers.swift
Build complete! (11.15s)
Build complete.
Done.

Build Machine: Linux 2