Build Information
Successful build of DynuREST, reference 4.0.0 (cb46f6
), with Swift 6.1 for Android on 28 May 2025 06:32:49 UTC.
Swift 6 data race errors: 3
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/DynuREST.git
Reference: 4.0.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/richardpiazza/DynuREST
* tag 4.0.0 -> FETCH_HEAD
HEAD is now at cb46f6c Query CLI (#3)
Cloned https://github.com/richardpiazza/DynuREST.git
Revision (git rev-parse @):
cb46f6c27baaad9c2d00bd61b7b8c1fc74eb98d4
SUCCESS checkout https://github.com/richardpiazza/DynuREST.git at 4.0.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/richardpiazza/DynuREST.git
https://github.com/richardpiazza/DynuREST.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "sessionplus",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/richardpiazza/SessionPlus.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
}
],
"manifest_display_name" : "DynuREST",
"name" : "DynuREST",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "DynuREST",
"targets" : [
"DynuREST"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "dynu",
"targets" : [
"cli"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "cli",
"module_type" : "SwiftTarget",
"name" : "cli",
"path" : "Sources/cli",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"dynu"
],
"sources" : [
"IPCommand.swift",
"MainCommand.swift"
],
"target_dependencies" : [
"DynuREST"
],
"type" : "executable"
},
{
"c99name" : "DynuRESTTests",
"module_type" : "SwiftTarget",
"name" : "DynuRESTTests",
"path" : "Tests/DynuRESTTests",
"sources" : [
"DynuAPITests.swift",
"IPAddressTests.swift"
],
"target_dependencies" : [
"DynuREST"
],
"type" : "test"
},
{
"c99name" : "DynuREST",
"module_type" : "SwiftTarget",
"name" : "DynuREST",
"path" : "Sources/DynuREST",
"product_dependencies" : [
"SessionPlus"
],
"product_memberships" : [
"DynuREST",
"dynu"
],
"sources" : [
"DynuClient.swift",
"DynuIPUpdater.swift",
"DynuRESTError.swift",
"IFConfigClient.swift",
"IPAddress.swift",
"IPSource.swift",
"IPifyClient.swift",
"ResponseCode.swift",
"URL+DynuREST.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/richardpiazza/SessionPlus.git
[1/498] Fetching sessionplus
[499/15849] Fetching sessionplus, swift-argument-parser
Fetched https://github.com/richardpiazza/SessionPlus.git from cache (2.39s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.40s)
Computing version for https://github.com/richardpiazza/SessionPlus.git
Computed https://github.com/richardpiazza/SessionPlus.git at 2.2.0 (3.08s)
Fetching https://github.com/richardpiazza/AsyncPlus.git
[1/124] Fetching asyncplus
Fetched https://github.com/richardpiazza/AsyncPlus.git from cache (0.25s)
Computing version for https://github.com/richardpiazza/AsyncPlus.git
Computed https://github.com/richardpiazza/AsyncPlus.git at 0.3.2 (1.10s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.79s)
Creating working copy for https://github.com/richardpiazza/AsyncPlus.git
Working copy of https://github.com/richardpiazza/AsyncPlus.git resolved at 0.3.2
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Creating working copy for https://github.com/richardpiazza/SessionPlus.git
Working copy of https://github.com/richardpiazza/SessionPlus.git resolved at 2.2.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/18] Write sources
[8/18] Write swift-version-24593BA9C3E375BF.txt
[10/27] Emitting module ArgumentParserToolInfo
[11/27] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/28] Emitting module AsyncPlus
[13/28] Wrapping AST for ArgumentParserToolInfo for debugging
[15/66] Compiling ArgumentParser ArgumentVisibility.swift
[16/66] Compiling ArgumentParser CompletionKind.swift
[17/66] Compiling ArgumentParser Errors.swift
[18/66] Compiling ArgumentParser Flag.swift
[19/66] Compiling ArgumentParser NameSpecification.swift
[20/66] Compiling ArgumentParser Option.swift
[21/66] Emitting module ArgumentParser
[22/66] Compiling ArgumentParser BashCompletionsGenerator.swift
[23/66] Compiling ArgumentParser CompletionsGenerator.swift
[24/66] Compiling ArgumentParser FishCompletionsGenerator.swift
[25/66] Compiling ArgumentParser ZshCompletionsGenerator.swift
[26/66] Compiling ArgumentParser Argument.swift
[27/66] Compiling ArgumentParser ArgumentHelp.swift
[28/71] Compiling ArgumentParser ExpressibleByArgument.swift
[29/71] Compiling ArgumentParser ParsableArguments.swift
[30/71] Compiling ArgumentParser ParsableArgumentsValidation.swift
[31/71] Compiling ArgumentParser ParsableCommand.swift
[32/71] Compiling ArgumentParser ArgumentDecoder.swift
[33/71] Compiling ArgumentParser OptionGroup.swift
[34/71] Compiling ArgumentParser AsyncParsableCommand.swift
[35/71] Compiling ArgumentParser CommandConfiguration.swift
[36/71] Compiling ArgumentParser CommandGroup.swift
[37/71] Compiling ArgumentParser EnumerableFlag.swift
[38/71] Compiling ArgumentParser CollectionExtensions.swift
[39/71] Compiling ArgumentParser Platform.swift
[40/71] Compiling ArgumentParser SequenceExtensions.swift
[41/71] Compiling ArgumentParser StringExtensions.swift
[42/71] Compiling ArgumentParser Tree.swift
[43/71] Compiling AsyncPlus PassthroughAsyncThrowingSequence.swift
[44/71] Compiling AsyncPlus PassthroughAsyncThrowingSubject.swift
[45/71] Compiling ArgumentParser Name.swift
[46/71] Compiling ArgumentParser Parsed.swift
[47/71] Compiling ArgumentParser ParsedValues.swift
[48/71] Compiling ArgumentParser ParserError.swift
[49/71] Compiling ArgumentParser SplitArguments.swift
[50/71] Compiling ArgumentParser ArgumentDefinition.swift
[51/71] Compiling ArgumentParser ArgumentSet.swift
[52/71] Compiling ArgumentParser CommandParser.swift
[53/71] Compiling ArgumentParser InputKey.swift
[54/71] Compiling ArgumentParser InputOrigin.swift
[55/71] Compiling ArgumentParser DumpHelpGenerator.swift
[56/71] Compiling ArgumentParser HelpCommand.swift
[57/71] Compiling ArgumentParser HelpGenerator.swift
[58/71] Compiling ArgumentParser MessageInfo.swift
[59/71] Compiling ArgumentParser UsageGenerator.swift
[60/71] Compiling AsyncPlus PassthroughAsyncSequence.swift
[61/71] Compiling AsyncPlus CurrentValueAsyncThrowingSubject.swift
[62/71] Compiling AsyncPlus PassthroughAsyncSubject.swift
[63/71] Compiling AsyncPlus CurrentValueAsyncSubject.swift
[65/73] Wrapping AST for AsyncPlus for debugging
[66/73] Wrapping AST for ArgumentParser for debugging
[68/106] Compiling SessionPlus Headers.swift
[69/106] Compiling SessionPlus MIMEType.swift
[70/106] Compiling SessionPlus Method.swift
[71/106] Compiling SessionPlus Request.swift
[72/110] Compiling SessionPlus Authorization.swift
[73/110] Compiling SessionPlus Client+Decoding.swift
[74/110] Compiling SessionPlus Client.swift
[75/110] Compiling SessionPlus Header.swift
[76/110] Compiling SessionPlus Patch.swift
[77/110] Compiling SessionPlus Post.swift
[78/110] Compiling SessionPlus Put.swift
[79/110] Compiling SessionPlus Address.swift
[80/110] Compiling SessionPlus URLSessionConfiguration+SessionPlus.swift
[81/110] Compiling SessionPlus URLSessionDelegate+SessionPlus.swift
[82/110] Compiling SessionPlus AbsoluteURLSessionClient.swift
[83/110] Compiling SessionPlus AbsoluteURLWebSocket.swift
[84/110] Compiling SessionPlus AnyRequest.swift
[85/110] Emitting module SessionPlus
[86/110] Compiling SessionPlus AnyResponse.swift
[87/110] Compiling SessionPlus BaseURLSessionClient.swift
[88/110] Compiling SessionPlus Delete.swift
[89/110] Compiling SessionPlus Get.swift
[90/110] Compiling SessionPlus PNGImageFormDataRequest.swift
[91/110] Compiling SessionPlus WebAPI.swift
[92/110] Compiling SessionPlus URLCache+SessionPlus.swift
[93/110] Compiling SessionPlus URLQueryItem+SessionPlus.swift
[94/110] Compiling SessionPlus URLRequest+SessionPlus.swift
[95/110] Compiling SessionPlus URLResponse+SessionPlus.swift
[96/110] Compiling SessionPlus Downloader.swift
[97/110] Compiling SessionPlus HTTP.swift
[98/110] Compiling SessionPlus HTTPClient.swift
[99/110] Compiling SessionPlus HTTPCodable.swift
[100/110] Compiling SessionPlus HTTPInjectable.swift
[101/110] Compiling SessionPlus Response.swift
[102/110] Compiling SessionPlus Socket.swift
[103/110] Compiling SessionPlus StatusCode.swift
[104/110] Compiling SessionPlus WebSocket.swift
[105/111] Wrapping AST for SessionPlus for debugging
[107/113] Emitting module SessionPlusEmulation
[108/113] Compiling SessionPlusEmulation EmulatedClient.swift
[109/114] Wrapping AST for SessionPlusEmulation for debugging
[111/123] Compiling DynuREST IPifyClient.swift
/host/spi-builder-workspace/Sources/DynuREST/IPifyClient.swift:16:23: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
14 | }
15 |
16 | public static var shared: IPIfyClient = .init()
| |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |
18 | private init() {
/host/spi-builder-workspace/Sources/DynuREST/IPifyClient.swift:10:27: warning: 'URLSessionClient' is deprecated: renamed to 'BaseURLSessionClient'
8 | ///
9 | /// Used for IPv4 Lookup
10 | public class IPIfyClient: URLSessionClient, IPSource {
| |- warning: 'URLSessionClient' is deprecated: renamed to 'BaseURLSessionClient'
| `- note: use 'BaseURLSessionClient' instead
11 |
12 | private struct IPResponse: Decodable {
[112/124] Compiling DynuREST ResponseCode.swift
[113/124] Compiling DynuREST IPSource.swift
[114/124] Compiling DynuREST DynuRESTError.swift
[115/124] Emitting module DynuREST
/host/spi-builder-workspace/Sources/DynuREST/DynuIPUpdater.swift:9:23: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
7 | public final class DynuIPUpdater: URLSessionClient, DynuClient {
8 |
9 | public static var shared: DynuIPUpdater = .init()
| |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |
11 | private init() {
/host/spi-builder-workspace/Sources/DynuREST/DynuIPUpdater.swift:7:35: warning: 'URLSessionClient' is deprecated: renamed to 'BaseURLSessionClient'
5 | #endif
6 |
7 | public final class DynuIPUpdater: URLSessionClient, DynuClient {
| |- warning: 'URLSessionClient' is deprecated: renamed to 'BaseURLSessionClient'
| `- note: use 'BaseURLSessionClient' instead
8 |
9 | public static var shared: DynuIPUpdater = .init()
/host/spi-builder-workspace/Sources/DynuREST/IFConfigClient.swift:44:23: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
42 | }
43 |
44 | public static var shared: IFConfigClient = .init()
| |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
45 |
46 | private init() {
/host/spi-builder-workspace/Sources/DynuREST/IFConfigClient.swift:10:30: warning: 'URLSessionClient' is deprecated: renamed to 'BaseURLSessionClient'
8 | ///
9 | /// Used for IPv6 Lookup
10 | public class IFConfigClient: URLSessionClient, IPSource {
| |- warning: 'URLSessionClient' is deprecated: renamed to 'BaseURLSessionClient'
| `- note: use 'BaseURLSessionClient' instead
11 |
12 | /// Response received from the IP api
/host/spi-builder-workspace/Sources/DynuREST/IPifyClient.swift:16:23: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
14 | }
15 |
16 | public static var shared: IPIfyClient = .init()
| |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |
18 | private init() {
/host/spi-builder-workspace/Sources/DynuREST/IPifyClient.swift:10:27: warning: 'URLSessionClient' is deprecated: renamed to 'BaseURLSessionClient'
8 | ///
9 | /// Used for IPv4 Lookup
10 | public class IPIfyClient: URLSessionClient, IPSource {
| |- warning: 'URLSessionClient' is deprecated: renamed to 'BaseURLSessionClient'
| `- note: use 'BaseURLSessionClient' instead
11 |
12 | private struct IPResponse: Decodable {
[116/124] Compiling DynuREST IPAddress.swift
[117/124] Compiling DynuREST DynuClient.swift
/host/spi-builder-workspace/Sources/DynuREST/DynuIPUpdater.swift:9:23: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
7 | public final class DynuIPUpdater: URLSessionClient, DynuClient {
8 |
9 | public static var shared: DynuIPUpdater = .init()
| |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |
11 | private init() {
/host/spi-builder-workspace/Sources/DynuREST/DynuIPUpdater.swift:7:35: warning: 'URLSessionClient' is deprecated: renamed to 'BaseURLSessionClient'
5 | #endif
6 |
7 | public final class DynuIPUpdater: URLSessionClient, DynuClient {
| |- warning: 'URLSessionClient' is deprecated: renamed to 'BaseURLSessionClient'
| `- note: use 'BaseURLSessionClient' instead
8 |
9 | public static var shared: DynuIPUpdater = .init()
[118/124] Compiling DynuREST DynuIPUpdater.swift
/host/spi-builder-workspace/Sources/DynuREST/DynuIPUpdater.swift:9:23: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
7 | public final class DynuIPUpdater: URLSessionClient, DynuClient {
8 |
9 | public static var shared: DynuIPUpdater = .init()
| |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |
11 | private init() {
/host/spi-builder-workspace/Sources/DynuREST/DynuIPUpdater.swift:7:35: warning: 'URLSessionClient' is deprecated: renamed to 'BaseURLSessionClient'
5 | #endif
6 |
7 | public final class DynuIPUpdater: URLSessionClient, DynuClient {
| |- warning: 'URLSessionClient' is deprecated: renamed to 'BaseURLSessionClient'
| `- note: use 'BaseURLSessionClient' instead
8 |
9 | public static var shared: DynuIPUpdater = .init()
[119/124] Compiling DynuREST IFConfigClient.swift
/host/spi-builder-workspace/Sources/DynuREST/IFConfigClient.swift:44:23: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
42 | }
43 |
44 | public static var shared: IFConfigClient = .init()
| |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
45 |
46 | private init() {
/host/spi-builder-workspace/Sources/DynuREST/IFConfigClient.swift:10:30: warning: 'URLSessionClient' is deprecated: renamed to 'BaseURLSessionClient'
8 | ///
9 | /// Used for IPv6 Lookup
10 | public class IFConfigClient: URLSessionClient, IPSource {
| |- warning: 'URLSessionClient' is deprecated: renamed to 'BaseURLSessionClient'
| `- note: use 'BaseURLSessionClient' instead
11 |
12 | /// Response received from the IP api
[120/124] Compiling DynuREST URL+DynuREST.swift
[121/125] Wrapping AST for DynuREST for debugging
[123/128] Compiling cli MainCommand.swift
/host/spi-builder-workspace/Sources/cli/MainCommand.swift:6:9: warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
4 | @main struct MainCommand: AsyncParsableCommand {
5 | static var configuration: CommandConfiguration {
6 | CommandConfiguration(
| `- warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
7 | commandName: "dynu",
8 | abstract: "CLI to the DynuREST swift package.",
[124/128] Emitting module cli
[125/128] Compiling cli IPCommand.swift
/host/spi-builder-workspace/Sources/cli/IPCommand.swift:7:9: warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
5 |
6 | static var configuration: CommandConfiguration {
7 | CommandConfiguration(
| `- warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
8 | commandName: "ip",
9 | abstract: "Query sources for IP information",
/host/spi-builder-workspace/Sources/cli/IPCommand.swift:31:49: warning: reference to class property 'shared' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
29 | switch source {
30 | case .ipify:
31 | let address = try await IPIfyClient.shared.ipAddress()
| `- warning: reference to class property 'shared' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
32 | print(address.description)
33 | case .ifconfig:
/host/spi-builder-workspace/Sources/DynuREST/IPifyClient.swift:16:23: note: class property declared here
14 | }
15 |
16 | public static var shared: IPIfyClient = .init()
| `- note: class property declared here
17 |
18 | private init() {
/host/spi-builder-workspace/Sources/cli/IPCommand.swift:34:52: warning: reference to class property 'shared' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
32 | print(address.description)
33 | case .ifconfig:
34 | let address = try await IFConfigClient.shared.ipAddress()
| `- warning: reference to class property 'shared' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
35 | print(address.description)
36 | }
/host/spi-builder-workspace/Sources/DynuREST/IFConfigClient.swift:44:23: note: class property declared here
42 | }
43 |
44 | public static var shared: IFConfigClient = .init()
| `- note: class property declared here
45 |
46 | private init() {
[126/129] Wrapping AST for cli for debugging
[127/129] Write Objects.LinkFileList
[128/129] Linking dynu
Build complete! (27.52s)
Build complete.
{
"dependencies" : [
{
"identity" : "sessionplus",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/richardpiazza/SessionPlus.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
}
],
"manifest_display_name" : "DynuREST",
"name" : "DynuREST",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "DynuREST",
"targets" : [
"DynuREST"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "dynu",
"targets" : [
"cli"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "cli",
"module_type" : "SwiftTarget",
"name" : "cli",
"path" : "Sources/cli",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"dynu"
],
"sources" : [
"IPCommand.swift",
"MainCommand.swift"
],
"target_dependencies" : [
"DynuREST"
],
"type" : "executable"
},
{
"c99name" : "DynuRESTTests",
"module_type" : "SwiftTarget",
"name" : "DynuRESTTests",
"path" : "Tests/DynuRESTTests",
"sources" : [
"DynuAPITests.swift",
"IPAddressTests.swift"
],
"target_dependencies" : [
"DynuREST"
],
"type" : "test"
},
{
"c99name" : "DynuREST",
"module_type" : "SwiftTarget",
"name" : "DynuREST",
"path" : "Sources/DynuREST",
"product_dependencies" : [
"SessionPlus"
],
"product_memberships" : [
"DynuREST",
"dynu"
],
"sources" : [
"DynuClient.swift",
"DynuIPUpdater.swift",
"DynuRESTError.swift",
"IFConfigClient.swift",
"IPAddress.swift",
"IPSource.swift",
"IPifyClient.swift",
"ResponseCode.swift",
"URL+DynuREST.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.