This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Deli with Swift 5.8 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.38.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.8
Building package at path:  $workDir
https://github.com/kawoou/Deli.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
[1/14485] Fetching quick
[14486/33115] Fetching quick, nimble
Fetched https://github.com/Quick/Quick.git (2.02s)
Fetched https://github.com/Quick/Nimble.git (2.04s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.0.2 (0.36s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.0 (2.38s)
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...
[1/25] 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 {
        ^
[2/28] Compiling Deli Inject.swift
[3/28] Compiling Deli LazyAutowired.swift
[4/28] Compiling Deli LazyAutowiredFactory.swift
[5/28] 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 {
        ^
[6/28] 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 {
        ^
[7/28] 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 {
        ^
[8/28] Compiling Deli Linker.swift
[9/28] Compiling Deli LoadPriority.swift
[10/28] Compiling Deli ResolveRole.swift
[11/28] Compiling Deli Autowired.swift
[12/28] Compiling Deli AutowiredFactory.swift
[13/28] Compiling Deli Component.swift
[14/28] Compiling Deli ConfigProperty.swift
[15/28] Compiling Deli ModuleFactory.swift
[16/28] Compiling Deli Payload.swift
[17/28] Compiling Deli PropertyValue.swift
[18/28] Compiling Deli Dependency.swift
[19/28] Compiling Deli DependencyArray.swift
[20/28] Compiling Deli Factory.swift
[21/28] 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
[22/28] 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
[23/28] 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
[24/28] 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
[25/28] Compiling Deli FactoryContainerComponent.swift
[26/28] Compiling Deli Container.swift
[27/28] Compiling Deli ContainerError.swift
[28/28] Compiling Deli FactoryResolver.swift
Build complete! (13.77s)
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.