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 SwiftCPUDetect, reference main (988d42), with Swift 6.1 for Linux on 26 Apr 2025 15:45:33 UTC.

Swift 6 data race errors: 8

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/ITzTravelInTime/SwiftCPUDetect.git
Reference: main
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/ITzTravelInTime/SwiftCPUDetect
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 988d426 Added more test swift versions
Cloned https://github.com/ITzTravelInTime/SwiftCPUDetect.git
Revision (git rev-parse @):
988d426c935d07a5213bf405866f19fbef5ffdf5
SUCCESS checkout https://github.com/ITzTravelInTime/SwiftCPUDetect.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ITzTravelInTime/SwiftCPUDetect.git
https://github.com/ITzTravelInTime/SwiftCPUDetect.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swiftpackagesbase",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.23",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ITzTravelInTime/SwiftPackagesBase"
    }
  ],
  "manifest_display_name" : "SwiftCPUDetect",
  "name" : "SwiftCPUDetect",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "7.0"
    },
    {
      "name" : "macos",
      "version" : "10.9"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftCPUDetect",
      "targets" : [
        "SwiftCPUDetect",
        "SwiftSystemValues"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftSystemValues",
      "targets" : [
        "SwiftSystemValues"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftSystemValues",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSystemValues",
      "path" : "Sources/SwiftSystemValues",
      "product_dependencies" : [
        "SwiftPackagesBase"
      ],
      "product_memberships" : [
        "SwiftCPUDetect",
        "SwiftSystemValues"
      ],
      "sources" : [
        "FileSystemFetch.swift",
        "FileSystemFetchCPULinux.swift",
        "FileSystemFetchLinux.swift",
        "Print.swift",
        "Sysctl.swift",
        "SysctlCPU.swift",
        "SysctlDarwin.swift",
        "SysctlHW.swift",
        "SysctlKernel.swift",
        "SysctlLinux.swift",
        "SysctlMachdep.swift",
        "SysctlProtocols.swift",
        "x86_CPUID.swift",
        "x86_CPUIDValues.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftCPUDetectTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCPUDetectTests",
      "path" : "Tests/SwiftCPUDetectTests",
      "sources" : [
        "SwiftCPUDetectTests.swift"
      ],
      "target_dependencies" : [
        "SwiftCPUDetect",
        "SwiftSystemValues"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftCPUDetect",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCPUDetect",
      "path" : "Sources/SwiftCPUDetect",
      "product_dependencies" : [
        "SwiftPackagesBase"
      ],
      "product_memberships" : [
        "SwiftCPUDetect"
      ],
      "sources" : [
        "AppExecution.swift",
        "CPUArchitecture.swift",
        "Extensions.swift",
        "GPUInfo.swift",
        "HwInfo.swift",
        "Print.swift",
        "UnameReimplementation.swift"
      ],
      "target_dependencies" : [
        "SwiftSystemValues"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/ITzTravelInTime/SwiftPackagesBase
[1/204] Fetching swiftpackagesbase
Fetched https://github.com/ITzTravelInTime/SwiftPackagesBase from cache (0.24s)
Computing version for https://github.com/ITzTravelInTime/SwiftPackagesBase
Computed https://github.com/ITzTravelInTime/SwiftPackagesBase at 0.0.23 (0.71s)
Creating working copy for https://github.com/ITzTravelInTime/SwiftPackagesBase
Working copy of https://github.com/ITzTravelInTime/SwiftPackagesBase resolved at 0.0.23
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/19] Compiling SwiftPackagesBase OtherExtensins.swift
[6/19] Compiling SwiftPackagesBase OtherProtocols.swift
[7/19] Compiling SwiftPackagesBase RepresentableExtensions.swift
[8/19] Compiling SwiftPackagesBase RepresentableProtocols.swift
[9/21] Compiling SwiftPackagesBase IntegerExtensins.swift
[10/21] Compiling SwiftPackagesBase NumericExtensions.swift
[11/21] Compiling SwiftPackagesBase DictionaryExtensions.swift
[12/21] Compiling SwiftPackagesBase FetchingProtocols.swift
[13/21] Compiling SwiftPackagesBase ArrayExtensions.swift
[14/21] Compiling SwiftPackagesBase BoolExtensions.swift
[15/21] Emitting module SwiftPackagesBase
[16/21] Compiling SwiftPackagesBase BundleExtensions.swift
[17/21] Compiling SwiftPackagesBase DateExtensions.swift
[18/21] Compiling SwiftPackagesBase FileManagerExtensions.swift
[19/21] Compiling SwiftPackagesBase FloatingPointExtensins.swift
[20/21] Compiling SwiftPackagesBase SimulatableDetectableProtocols.swift
[21/21] Compiling SwiftPackagesBase StringExtensions.swift
[23/36] Compiling SwiftSystemValues Sysctl.swift
[24/36] Compiling SwiftSystemValues SysctlCPU.swift
[25/37] Compiling SwiftSystemValues SysctlKernel.swift
[26/37] Compiling SwiftSystemValues SysctlLinux.swift
[27/37] Compiling SwiftSystemValues x86_CPUID.swift
/host/spi-builder-workspace/Sources/SwiftSystemValues/x86_CPUID.swift:32:27: warning: static property 'queryCache' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 30 |         }
 31 |
 32 |         public static var queryCache: [Registers] = []
    |                           |- warning: static property 'queryCache' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: convert 'queryCache' to a 'let' constant to make 'Sendable' shared state immutable
    |                           |- note: add '@MainActor' to make static property 'queryCache' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 33 |
 34 |         public func copy() -> Registers {
/host/spi-builder-workspace/Sources/SwiftSystemValues/x86_CPUID.swift:55:27: warning: static property 'storeQueryInCache' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 53 |         #if (arch(x86_64) || arch(i386))
 54 |         ///Regulates if queries must be stored in cache
 55 |         public static var storeQueryInCache: Bool = true
    |                           |- warning: static property 'storeQueryInCache' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: convert 'storeQueryInCache' to a 'let' constant to make 'Sendable' shared state immutable
    |                           |- note: add '@MainActor' to make static property 'storeQueryInCache' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 56 |
 57 |         ///Regulates if the queries shuld be taken from cache instead of being taken frm the system each time
/host/spi-builder-workspace/Sources/SwiftSystemValues/x86_CPUID.swift:58:27: warning: static property 'recoverFromCache' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 56 |
 57 |         ///Regulates if the queries shuld be taken from cache instead of being taken frm the system each time
 58 |         public static var recoverFromCache: Bool = false
    |                           |- warning: static property 'recoverFromCache' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: convert 'recoverFromCache' to a 'let' constant to make 'Sendable' shared state immutable
    |                           |- note: add '@MainActor' to make static property 'recoverFromCache' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 59 |         #endif
 60 |
[28/37] Compiling SwiftSystemValues SysctlMachdep.swift
[29/37] Compiling SwiftSystemValues SysctlProtocols.swift
[30/37] Compiling SwiftSystemValues SysctlDarwin.swift
[31/37] Compiling SwiftSystemValues SysctlHW.swift
[32/37] Compiling SwiftSystemValues FileSystemFetchLinux.swift
/host/spi-builder-workspace/Sources/SwiftSystemValues/Print.swift:18:23: warning: static property 'enabled' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
16 | ///This class manages prints
17 | open class GeneralPrinter {
18 |     public static var enabled: Bool = true
   |                       |- warning: static property 'enabled' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'enabled' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'enabled' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |     open class var prefix: String{
20 |         return ""
[33/37] Compiling SwiftSystemValues Print.swift
/host/spi-builder-workspace/Sources/SwiftSystemValues/Print.swift:18:23: warning: static property 'enabled' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
16 | ///This class manages prints
17 | open class GeneralPrinter {
18 |     public static var enabled: Bool = true
   |                       |- warning: static property 'enabled' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'enabled' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'enabled' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |     open class var prefix: String{
20 |         return ""
[34/37] Emitting module SwiftSystemValues
/host/spi-builder-workspace/Sources/SwiftSystemValues/Print.swift:18:23: warning: static property 'enabled' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
16 | ///This class manages prints
17 | open class GeneralPrinter {
18 |     public static var enabled: Bool = true
   |                       |- warning: static property 'enabled' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'enabled' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'enabled' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |     open class var prefix: String{
20 |         return ""
/host/spi-builder-workspace/Sources/SwiftSystemValues/x86_CPUID.swift:32:27: warning: static property 'queryCache' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 30 |         }
 31 |
 32 |         public static var queryCache: [Registers] = []
    |                           |- warning: static property 'queryCache' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: convert 'queryCache' to a 'let' constant to make 'Sendable' shared state immutable
    |                           |- note: add '@MainActor' to make static property 'queryCache' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 33 |
 34 |         public func copy() -> Registers {
/host/spi-builder-workspace/Sources/SwiftSystemValues/x86_CPUID.swift:55:27: warning: static property 'storeQueryInCache' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 53 |         #if (arch(x86_64) || arch(i386))
 54 |         ///Regulates if queries must be stored in cache
 55 |         public static var storeQueryInCache: Bool = true
    |                           |- warning: static property 'storeQueryInCache' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: convert 'storeQueryInCache' to a 'let' constant to make 'Sendable' shared state immutable
    |                           |- note: add '@MainActor' to make static property 'storeQueryInCache' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 56 |
 57 |         ///Regulates if the queries shuld be taken from cache instead of being taken frm the system each time
/host/spi-builder-workspace/Sources/SwiftSystemValues/x86_CPUID.swift:58:27: warning: static property 'recoverFromCache' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 56 |
 57 |         ///Regulates if the queries shuld be taken from cache instead of being taken frm the system each time
 58 |         public static var recoverFromCache: Bool = false
    |                           |- warning: static property 'recoverFromCache' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: convert 'recoverFromCache' to a 'let' constant to make 'Sendable' shared state immutable
    |                           |- note: add '@MainActor' to make static property 'recoverFromCache' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 59 |         #endif
 60 |
[35/37] Compiling SwiftSystemValues FileSystemFetch.swift
[36/37] Compiling SwiftSystemValues FileSystemFetchCPULinux.swift
[37/37] Compiling SwiftSystemValues x86_CPUIDValues.swift
[39/46] Compiling SwiftCPUDetect HwInfo.swift
[40/46] Compiling SwiftCPUDetect GPUInfo.swift
[41/46] Compiling SwiftCPUDetect Extensions.swift
[42/46] Compiling SwiftCPUDetect AppExecution.swift
[43/46] Emitting module SwiftCPUDetect
/host/spi-builder-workspace/Sources/SwiftCPUDetect/CPUArchitecture.swift:281:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'DetectProtocol'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
279 | }
280 |
281 | extension CpuArchitecture.AppArchitectures: DetectProtocol{
    | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'DetectProtocol'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
282 |
283 |     private static var status: [CpuArchitecture]! = nil
/host/spi-builder-workspace/Sources/SwiftCPUDetect/CPUArchitecture.swift:283:24: warning: static property 'status' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
281 | extension CpuArchitecture.AppArchitectures: DetectProtocol{
282 |
283 |     private static var status: [CpuArchitecture]! = nil
    |                        |- warning: static property 'status' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'status' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'status' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
284 |
285 |     ///Returns the cpu architectures supported by the current program/app
/host/spi-builder-workspace/Sources/SwiftCPUDetect/CPUArchitecture.swift:37:24: warning: static property 'state' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 35 |         //stores the obtained value so useless re-detections are avoided since this value isn't supposed to change at execution time
 36 |         struct MEM{
 37 |             static var state: CpuArchitecture? = nil
    |                        |- warning: static property 'state' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'state' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'state' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 38 |         }
 39 |
/host/spi-builder-workspace/Sources/SwiftCPUDetect/Print.swift:18:23: warning: static property 'enabled' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
16 | ///This class manages prints
17 | open class GeneralPrinter {
18 |     public static var enabled: Bool = true
   |                       |- warning: static property 'enabled' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'enabled' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'enabled' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |     open class var prefix: String{
20 |         return ""
/host/spi-builder-workspace/Sources/SwiftCPUDetect/UnameReimplementation.swift:31:28: warning: static property 'content' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 29 |         public static func fromSysctl(_ forceNewFetch: Bool = false) -> UTSNameReimplemented?{
 30 |             struct Mem{
 31 |                 static var content: UTSNameReimplemented? = nil
    |                            |- warning: static property 'content' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: convert 'content' to a 'let' constant to make 'Sendable' shared state immutable
    |                            |- note: add '@MainActor' to make static property 'content' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 32 |             }
 33 |
[44/46] Compiling SwiftCPUDetect CPUArchitecture.swift
/host/spi-builder-workspace/Sources/SwiftCPUDetect/CPUArchitecture.swift:281:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'DetectProtocol'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
279 | }
280 |
281 | extension CpuArchitecture.AppArchitectures: DetectProtocol{
    | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'DetectProtocol'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
282 |
283 |     private static var status: [CpuArchitecture]! = nil
/host/spi-builder-workspace/Sources/SwiftCPUDetect/CPUArchitecture.swift:283:24: warning: static property 'status' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
281 | extension CpuArchitecture.AppArchitectures: DetectProtocol{
282 |
283 |     private static var status: [CpuArchitecture]! = nil
    |                        |- warning: static property 'status' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'status' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'status' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
284 |
285 |     ///Returns the cpu architectures supported by the current program/app
/host/spi-builder-workspace/Sources/SwiftCPUDetect/CPUArchitecture.swift:37:24: warning: static property 'state' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 35 |         //stores the obtained value so useless re-detections are avoided since this value isn't supposed to change at execution time
 36 |         struct MEM{
 37 |             static var state: CpuArchitecture? = nil
    |                        |- warning: static property 'state' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'state' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'state' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 38 |         }
 39 |
[45/46] Compiling SwiftCPUDetect Print.swift
/host/spi-builder-workspace/Sources/SwiftCPUDetect/Print.swift:18:23: warning: static property 'enabled' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
16 | ///This class manages prints
17 | open class GeneralPrinter {
18 |     public static var enabled: Bool = true
   |                       |- warning: static property 'enabled' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'enabled' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'enabled' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |     open class var prefix: String{
20 |         return ""
[46/46] Compiling SwiftCPUDetect UnameReimplementation.swift
/host/spi-builder-workspace/Sources/SwiftCPUDetect/UnameReimplementation.swift:31:28: warning: static property 'content' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 29 |         public static func fromSysctl(_ forceNewFetch: Bool = false) -> UTSNameReimplemented?{
 30 |             struct Mem{
 31 |                 static var content: UTSNameReimplemented? = nil
    |                            |- warning: static property 'content' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: convert 'content' to a 'let' constant to make 'Sendable' shared state immutable
    |                            |- note: add '@MainActor' to make static property 'content' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 32 |             }
 33 |
Build complete! (13.21s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftpackagesbase",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.23",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ITzTravelInTime/SwiftPackagesBase"
    }
  ],
  "manifest_display_name" : "SwiftCPUDetect",
  "name" : "SwiftCPUDetect",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "7.0"
    },
    {
      "name" : "macos",
      "version" : "10.9"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftCPUDetect",
      "targets" : [
        "SwiftCPUDetect",
        "SwiftSystemValues"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftSystemValues",
      "targets" : [
        "SwiftSystemValues"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftSystemValues",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSystemValues",
      "path" : "Sources/SwiftSystemValues",
      "product_dependencies" : [
        "SwiftPackagesBase"
      ],
      "product_memberships" : [
        "SwiftCPUDetect",
        "SwiftSystemValues"
      ],
      "sources" : [
        "FileSystemFetch.swift",
        "FileSystemFetchCPULinux.swift",
        "FileSystemFetchLinux.swift",
        "Print.swift",
        "Sysctl.swift",
        "SysctlCPU.swift",
        "SysctlDarwin.swift",
        "SysctlHW.swift",
        "SysctlKernel.swift",
        "SysctlLinux.swift",
        "SysctlMachdep.swift",
        "SysctlProtocols.swift",
        "x86_CPUID.swift",
        "x86_CPUIDValues.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftCPUDetectTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCPUDetectTests",
      "path" : "Tests/SwiftCPUDetectTests",
      "sources" : [
        "SwiftCPUDetectTests.swift"
      ],
      "target_dependencies" : [
        "SwiftCPUDetect",
        "SwiftSystemValues"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftCPUDetect",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCPUDetect",
      "path" : "Sources/SwiftCPUDetect",
      "product_dependencies" : [
        "SwiftPackagesBase"
      ],
      "product_memberships" : [
        "SwiftCPUDetect"
      ],
      "sources" : [
        "AppExecution.swift",
        "CPUArchitecture.swift",
        "Extensions.swift",
        "GPUInfo.swift",
        "HwInfo.swift",
        "Print.swift",
        "UnameReimplementation.swift"
      ],
      "target_dependencies" : [
        "SwiftSystemValues"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
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.