The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Deli with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-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/kawoou/Deli.git
Reference: v0.9.0
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/kawoou/Deli
 * tag               v0.9.0     -> FETCH_HEAD
HEAD is now at ce03cd3 Update travis deploy key
Cloned https://github.com/kawoou/Deli.git
Revision (git rev-parse @):
ce03cd37987f51fad921b891ad428ecd5c38475c
SUCCESS checkout https://github.com/kawoou/Deli.git at v0.9.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/kawoou/Deli.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
[1/14209] Fetching quick
[14210/31500] Fetching quick, nimble
Fetched https://github.com/Quick/Quick.git from cache (1.45s)
Fetched https://github.com/Quick/Nimble.git from cache (1.47s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.0.2 (0.47s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.0 (0.45s)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.0.2
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 2.2.0
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/27] Emitting module Deli
/host/spi-builder-workspace/Sources/Deli/Core/Component/ContainerComponent.swift:8:31: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol _ContainerComponent: class {
                              ^~~~~
                              AnyObject
/host/spi-builder-workspace/Sources/Deli/Core/Type/TypeKey.swift:20:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'TypeKey' to 'Hashable' by implementing 'hash(into:)' instead
    var hashValue: Int {
        ^
[4/30] Compiling Deli Linker.swift
[5/30] Compiling Deli LoadPriority.swift
[6/30] Compiling Deli ResolveRole.swift
[7/30] Compiling Deli Inject.swift
[8/30] Compiling Deli LazyAutowired.swift
[9/30] Compiling Deli LazyAutowiredFactory.swift
[10/30] Compiling Deli Dependency.swift
[11/30] Compiling Deli DependencyArray.swift
[12/30] Compiling Deli Factory.swift
[13/30] Compiling Deli Autowired.swift
[14/30] Compiling Deli AutowiredFactory.swift
[15/30] Compiling Deli Component.swift
[16/30] Compiling Deli ConfigProperty.swift
[17/30] Compiling Deli ModuleFactory.swift
[18/30] Compiling Deli Payload.swift
[19/30] Compiling Deli PropertyValue.swift
[20/30] Compiling Deli Configuration.swift
/host/spi-builder-workspace/Sources/Deli/Core/Component/ContainerComponent.swift:8:31: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol _ContainerComponent: class {
                              ^~~~~
                              AnyObject
[21/30] Compiling Deli AppContext.swift
/host/spi-builder-workspace/Sources/Deli/Core/Component/ContainerComponent.swift:8:31: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol _ContainerComponent: class {
                              ^~~~~
                              AnyObject
[22/30] Compiling Deli ContainerComponent.swift
/host/spi-builder-workspace/Sources/Deli/Core/Component/ContainerComponent.swift:8:31: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol _ContainerComponent: class {
                              ^~~~~
                              AnyObject
[23/30] Compiling Deli DefaultContainerComponent.swift
/host/spi-builder-workspace/Sources/Deli/Core/Component/ContainerComponent.swift:8:31: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol _ContainerComponent: class {
                              ^~~~~
                              AnyObject
[24/30] Compiling Deli Resolver.swift
/host/spi-builder-workspace/Sources/Deli/Core/Type/TypeKey.swift:20:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'TypeKey' to 'Hashable' by implementing 'hash(into:)' instead
    var hashValue: Int {
        ^
[25/30] Compiling Deli Scope.swift
/host/spi-builder-workspace/Sources/Deli/Core/Type/TypeKey.swift:20:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'TypeKey' to 'Hashable' by implementing 'hash(into:)' instead
    var hashValue: Int {
        ^
[26/30] Compiling Deli TypeKey.swift
/host/spi-builder-workspace/Sources/Deli/Core/Type/TypeKey.swift:20:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'TypeKey' to 'Hashable' by implementing 'hash(into:)' instead
    var hashValue: Int {
        ^
[27/30] Compiling Deli FactoryContainerComponent.swift
[28/30] Compiling Deli Container.swift
[29/30] Compiling Deli ContainerError.swift
[30/30] Compiling Deli FactoryResolver.swift
Build complete! (14.80s)
Build complete.
Done.

Build Machine: Linux 1