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 DynuREST, reference 4.0.0 (cb46f6), with Swift 6.1 for Linux on 26 Apr 2025 22:53:06 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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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.61.0
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:         linux
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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/richardpiazza/SessionPlus.git
[1/498] Fetching sessionplus
Fetched https://github.com/richardpiazza/SessionPlus.git from cache (0.24s)
[1/14950] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.85s)
Computing version for https://github.com/richardpiazza/SessionPlus.git
Computed https://github.com/richardpiazza/SessionPlus.git at 2.2.0 (1.31s)
Fetching https://github.com/richardpiazza/AsyncPlus.git
[1/124] Fetching asyncplus
Fetched https://github.com/richardpiazza/AsyncPlus.git from cache (0.22s)
Computing version for https://github.com/richardpiazza/AsyncPlus.git
Computed https://github.com/richardpiazza/AsyncPlus.git at 0.3.2 (0.63s)
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.42s)
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
Creating working copy for https://github.com/richardpiazza/AsyncPlus.git
Working copy of https://github.com/richardpiazza/AsyncPlus.git resolved at 0.3.2
[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
[12/28] Wrapping AST for ArgumentParserToolInfo for debugging
[14/66] Compiling ArgumentParser ArgumentVisibility.swift
[15/66] Compiling ArgumentParser CompletionKind.swift
[16/66] Compiling ArgumentParser Errors.swift
[17/66] Compiling ArgumentParser Flag.swift
[18/66] Compiling ArgumentParser NameSpecification.swift
[19/66] Compiling ArgumentParser Option.swift
[20/71] Emitting module ArgumentParser
[21/71] Compiling ArgumentParser BashCompletionsGenerator.swift
[22/71] Compiling ArgumentParser CompletionsGenerator.swift
[23/71] Compiling ArgumentParser FishCompletionsGenerator.swift
[24/71] Compiling ArgumentParser ZshCompletionsGenerator.swift
[25/71] Compiling ArgumentParser Argument.swift
[26/71] Compiling ArgumentParser ArgumentHelp.swift
[27/71] Compiling AsyncPlus PassthroughAsyncSubject.swift
[28/71] Compiling AsyncPlus PassthroughAsyncSequence.swift
[29/71] Compiling AsyncPlus CurrentValueAsyncThrowingSubject.swift
[30/71] Compiling AsyncPlus PassthroughAsyncThrowingSequence.swift
[31/71] Compiling AsyncPlus PassthroughAsyncThrowingSubject.swift
[32/71] Compiling AsyncPlus CurrentValueAsyncSubject.swift
[33/71] Emitting module AsyncPlus
[34/72] Compiling ArgumentParser OptionGroup.swift
[35/72] Compiling ArgumentParser AsyncParsableCommand.swift
[36/72] Compiling ArgumentParser CommandConfiguration.swift
[37/72] Compiling ArgumentParser CommandGroup.swift
[38/72] Compiling ArgumentParser EnumerableFlag.swift
[39/72] Wrapping AST for AsyncPlus for debugging
[41/105] Compiling ArgumentParser CollectionExtensions.swift
[42/105] Compiling ArgumentParser Platform.swift
[43/105] Compiling ArgumentParser SequenceExtensions.swift
[44/105] Compiling ArgumentParser StringExtensions.swift
[45/105] Compiling ArgumentParser Tree.swift
[46/105] Compiling SessionPlus Request.swift
[47/105] Compiling SessionPlus AnyResponse.swift
[48/105] Compiling SessionPlus BaseURLSessionClient.swift
[49/105] Compiling SessionPlus Delete.swift
[50/105] Compiling SessionPlus Get.swift
[51/105] Compiling SessionPlus Put.swift
[52/105] Compiling SessionPlus Address.swift
[53/105] Compiling SessionPlus Headers.swift
[54/105] Compiling SessionPlus MIMEType.swift
[55/105] Compiling SessionPlus Method.swift
[56/105] Compiling SessionPlus PNGImageFormDataRequest.swift
[57/105] Compiling SessionPlus Authorization.swift
[58/105] Compiling SessionPlus Client+Decoding.swift
[59/105] Compiling SessionPlus Client.swift
[60/105] Compiling SessionPlus Header.swift
[61/105] Compiling ArgumentParser Name.swift
[62/105] Compiling ArgumentParser Parsed.swift
[63/105] Compiling ArgumentParser ParsedValues.swift
[64/105] Compiling ArgumentParser ParserError.swift
[65/105] Compiling ArgumentParser SplitArguments.swift
[75/110] Compiling SessionPlus Patch.swift
[76/110] Compiling SessionPlus Post.swift
[79/110] Compiling SessionPlus WebAPI.swift
[80/110] Compiling SessionPlus URLCache+SessionPlus.swift
[81/110] Compiling SessionPlus URLQueryItem+SessionPlus.swift
[82/110] Compiling SessionPlus URLRequest+SessionPlus.swift
[83/110] Compiling SessionPlus URLResponse+SessionPlus.swift
[84/110] Compiling SessionPlus URLSessionConfiguration+SessionPlus.swift
[85/110] Compiling SessionPlus URLSessionDelegate+SessionPlus.swift
[86/110] Compiling SessionPlus AbsoluteURLSessionClient.swift
[87/110] Compiling SessionPlus AbsoluteURLWebSocket.swift
[88/110] Compiling SessionPlus AnyRequest.swift
[94/110] Emitting module SessionPlus
[95/110] Compiling SessionPlus Downloader.swift
[96/110] Compiling SessionPlus HTTP.swift
[97/110] Compiling SessionPlus HTTPClient.swift
[98/110] Compiling SessionPlus HTTPCodable.swift
[99/110] Compiling SessionPlus HTTPInjectable.swift
[99/110] Wrapping AST for ArgumentParser for debugging
[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 DynuRESTError.swift
[112/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()
[113/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()
[114/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 {
[115/124] Compiling DynuREST URL+DynuREST.swift
[116/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
[117/124] Compiling DynuREST IPAddress.swift
[118/124] Compiling DynuREST IPSource.swift
[119/124] 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 {
[120/124] Compiling DynuREST ResponseCode.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! (17.42s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.