Build Information
Successful build of Dip, reference 7.1.1 (c3b601
), with Swift 6.2 (beta) for Linux on 18 Jun 2025 00:39:16 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AliSoftware/Dip.git
Reference: 7.1.1
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/AliSoftware/Dip
* tag 7.1.1 -> FETCH_HEAD
HEAD is now at c3b601d Merge pull request #235 from AliSoftware/develop
Cloned https://github.com/AliSoftware/Dip.git
Revision (git rev-parse @):
c3b601df0ff22b06b6d5ff4943faf05c0bd3f9bb
SUCCESS checkout https://github.com/AliSoftware/Dip.git at 7.1.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/AliSoftware/Dip.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/15] Emitting module Dip
/host/spi-builder-workspace/Sources/Definition.swift:64:33: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
62 |
63 | ///Dummy protocol to store definitions for different types in collection
64 | public protocol DefinitionType: class { }
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
65 |
66 | /**
/host/spi-builder-workspace/Sources/DipError.swift:37:8: warning: associated value 'definitionNotFound(key:)' of 'Sendable'-conforming enum 'DipError' has non-Sendable type 'DefinitionKey'
35 | - parameter key: definition key used to lookup matching definition
36 | */
37 | case definitionNotFound(key: DefinitionKey)
| `- warning: associated value 'definitionNotFound(key:)' of 'Sendable'-conforming enum 'DipError' has non-Sendable type 'DefinitionKey'
38 |
39 | /**
/host/spi-builder-workspace/Sources/DipError.swift:75:8: warning: associated value 'invalidType(resolved:key:)' of 'Sendable'-conforming enum 'DipError' has non-Sendable type 'DefinitionKey'
73 | - key: Definition key used to resolve instance
74 | */
75 | case invalidType(resolved: Any?, key: DefinitionKey)
| `- warning: associated value 'invalidType(resolved:key:)' of 'Sendable'-conforming enum 'DipError' has non-Sendable type 'DefinitionKey'
76 |
77 | public var description: String {
[4/15] Compiling Dip AutoInjection.swift
[5/15] Compiling Dip AutoWiring.swift
[6/16] Compiling Dip Compatibility.swift
[7/16] Compiling Dip ComponentScope.swift
[8/16] Compiling Dip Definition.swift
/host/spi-builder-workspace/Sources/Definition.swift:64:33: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
62 |
63 | ///Dummy protocol to store definitions for different types in collection
64 | public protocol DefinitionType: class { }
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
65 |
66 | /**
[9/16] Compiling Dip Dip.swift
/host/spi-builder-workspace/Sources/Definition.swift:64:33: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
62 |
63 | ///Dummy protocol to store definitions for different types in collection
64 | public protocol DefinitionType: class { }
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
65 |
66 | /**
[10/16] Compiling Dip StoryboardInstantiatable.swift
[11/16] Compiling Dip TypeForwarding.swift
[12/16] Compiling Dip Resolve.swift
[13/16] Compiling Dip RuntimeArguments.swift
[14/16] Compiling Dip DipError.swift
/host/spi-builder-workspace/Sources/DipError.swift:37:8: warning: associated value 'definitionNotFound(key:)' of 'Sendable'-conforming enum 'DipError' has non-Sendable type 'DefinitionKey'
35 | - parameter key: definition key used to lookup matching definition
36 | */
37 | case definitionNotFound(key: DefinitionKey)
| `- warning: associated value 'definitionNotFound(key:)' of 'Sendable'-conforming enum 'DipError' has non-Sendable type 'DefinitionKey'
38 |
39 | /**
/host/spi-builder-workspace/Sources/DipError.swift:75:8: warning: associated value 'invalidType(resolved:key:)' of 'Sendable'-conforming enum 'DipError' has non-Sendable type 'DefinitionKey'
73 | - key: Definition key used to resolve instance
74 | */
75 | case invalidType(resolved: Any?, key: DefinitionKey)
| `- warning: associated value 'invalidType(resolved:key:)' of 'Sendable'-conforming enum 'DipError' has non-Sendable type 'DefinitionKey'
76 |
77 | public var description: String {
[15/16] Compiling Dip Register.swift
/host/spi-builder-workspace/Sources/DipError.swift:37:8: warning: associated value 'definitionNotFound(key:)' of 'Sendable'-conforming enum 'DipError' has non-Sendable type 'DefinitionKey'
35 | - parameter key: definition key used to lookup matching definition
36 | */
37 | case definitionNotFound(key: DefinitionKey)
| `- warning: associated value 'definitionNotFound(key:)' of 'Sendable'-conforming enum 'DipError' has non-Sendable type 'DefinitionKey'
38 |
39 | /**
/host/spi-builder-workspace/Sources/DipError.swift:75:8: warning: associated value 'invalidType(resolved:key:)' of 'Sendable'-conforming enum 'DipError' has non-Sendable type 'DefinitionKey'
73 | - key: Definition key used to resolve instance
74 | */
75 | case invalidType(resolved: Any?, key: DefinitionKey)
| `- warning: associated value 'invalidType(resolved:key:)' of 'Sendable'-conforming enum 'DipError' has non-Sendable type 'DefinitionKey'
76 |
77 | public var description: String {
[16/16] Compiling Dip Utils.swift
Build complete! (12.24s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Dip",
"name" : "Dip",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Dip",
"targets" : [
"Dip"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DipTests",
"module_type" : "SwiftTarget",
"name" : "DipTests",
"path" : "Tests",
"sources" : [
"DipTests/AutoInjectionTests.swift",
"DipTests/AutoWiringTests.swift",
"DipTests/ComponentScopeTests.swift",
"DipTests/ContextTests.swift",
"DipTests/DefinitionTests.swift",
"DipTests/DipTests.swift",
"DipTests/DipUITests.swift",
"DipTests/RuntimeArgumentsTests.swift",
"DipTests/ThreadSafetyTests.swift",
"DipTests/TypeForwardingTests.swift",
"DipTests/Utils.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Dip"
],
"type" : "test"
},
{
"c99name" : "Dip",
"module_type" : "SwiftTarget",
"name" : "Dip",
"path" : "Sources",
"product_memberships" : [
"Dip"
],
"sources" : [
"AutoInjection.swift",
"AutoWiring.swift",
"Compatibility.swift",
"ComponentScope.swift",
"Definition.swift",
"Dip.swift",
"DipError.swift",
"Register.swift",
"Resolve.swift",
"RuntimeArguments.swift",
"StoryboardInstantiatable.swift",
"TypeForwarding.swift",
"Utils.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.