Build Information
Successful build of Deli, reference v0.9.0 (ce03cd
), with Swift 5.8 for macOS (SPM) on 9 Sep 2024 06:06:00 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.52.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kawoou/Deli.git
Reference: v0.9.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 5.8
Building package at path: $PWD
https://github.com/kawoou/Deli.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[1/26] Emitting module Deli
/Users/admin/builder/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
/Users/admin/builder/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 Linker.swift
[3/28] Compiling Deli LoadPriority.swift
[4/28] Compiling Deli ResolveRole.swift
[5/28] Compiling Deli Payload.swift
[6/28] Compiling Deli PropertyValue.swift
[7/28] Compiling Deli Resolver.swift
/Users/admin/builder/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 Scope.swift
/Users/admin/builder/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 {
^
[9/28] Compiling Deli TypeKey.swift
/Users/admin/builder/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 {
^
[10/28] Compiling Deli Autowired.swift
[11/28] Compiling Deli AutowiredFactory.swift
[12/28] Compiling Deli Component.swift
[13/28] Compiling Deli ConfigProperty.swift
[14/28] Compiling Deli Configuration.swift
[15/28] Compiling Deli AppContext.swift
[16/28] Compiling Deli LazyAutowiredFactory.swift
[17/28] Compiling Deli ModuleFactory.swift
[18/28] Compiling Deli Inject.swift
[19/28] Compiling Deli LazyAutowired.swift
[20/28] Compiling Deli ContainerComponent.swift
/Users/admin/builder/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/28] Compiling Deli DefaultContainerComponent.swift
/Users/admin/builder/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 FactoryContainerComponent.swift
/Users/admin/builder/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 Dependency.swift
[24/28] Compiling Deli DependencyArray.swift
[25/28] Compiling Deli Factory.swift
[26/28] Compiling Deli Container.swift
[27/28] Compiling Deli ContainerError.swift
[28/28] Compiling Deli FactoryResolver.swift
Build complete! (25.10s)
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/Quick/Nimble.git
[1/14711] Fetching quick
[14712/33592] Fetching quick, nimble
Fetched https://github.com/Quick/Quick.git (8.15s)
Fetched https://github.com/Quick/Nimble.git (8.15s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.0.2 (0.97s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.0 (0.94s)
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 2.2.0
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.0.2
Build complete.
Done.