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-4606859-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: 0.0.14
Cloned https://github.com/momeno/typeswift.git into spi-builder-workspace
SUCCESS checkout https://github.com/momeno/typeswift.git at 0.0.14
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-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/23] 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
[3/23] 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
[4/23] 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
[5/26] Compiling TypeSwift ModelDeclaration.swift
[6/26] Compiling TypeSwift Permission.swift
[7/26] Compiling TypeSwift PropertyDefinition.swift
[8/26] Compiling TypeSwift TypeScript+Constants.swift
[9/26] Compiling TypeSwift TypeScript.swift
[10/26] Compiling TypeSwift TypeScriptElement.swift
[11/26] Compiling TypeSwift Protocols.swift
[12/26] Compiling TypeSwift String+Help.swift
[13/26] Compiling TypeSwift String+RegexHelpers.swift
[14/26] Compiling TypeSwift TypeScriptError.swift
[15/26] Compiling TypeSwift TypeSwift.swift
[16/26] Compiling TypeSwift VariableType.swift
[17/26] Compiling TypeSwift InterfaceDeclaration.swift
[18/26] Compiling TypeSwift Model.swift
[19/26] Compiling TypeSwift ModelBody.swift
[20/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
[21/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
[22/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
[23/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
[24/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
[25/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
[26/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
Build complete! (7.98s)
Build complete.
Done.

Build Machine: Linux 1