This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 Primer with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alexdrone/Primer.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alexdrone/Primer
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b8cd645 Remove store related files.
Cloned https://github.com/alexdrone/Primer.git
Revision (git rev-parse @):
b8cd645f29470270bcedde7b03a596b83579831b
SUCCESS checkout https://github.com/alexdrone/Primer.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/alexdrone/Primer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/5] Write sources
[3/5] Write swift-version-6F35C1178C84523A.txt
[4/9] Compiling _AtomicsShims.c
[6/21] Compiling Atomics AtomicBool.swift
[7/22] Compiling Logging Locks.swift
[8/22] Compiling Logging LogHandler.swift
[9/22] Emitting module Logging
[10/22] Compiling Logging Logging.swift
[11/22] Compiling Atomics DoubleWord.swift
[12/22] Emitting module Atomics
[13/22] Compiling Atomics AtomicOptional.swift
[14/22] Compiling Atomics AtomicRawRepresentable.swift
[15/22] Compiling Atomics AtomicInteger.swift
[16/22] Compiling Atomics AtomicMemoryOrderings.swift
[17/22] Compiling Atomics AtomicStrongReference.swift
[18/22] Compiling Atomics AtomicValue.swift
[19/22] Compiling Atomics HighLevelTypes.swift
[20/22] Compiling Atomics IntegerConformances.swift
[21/22] Compiling Atomics AtomicLazyReference.swift
[22/22] Compiling Atomics PointerConformances.swift
[23/32] Compiling Primer ReadOnly.swift
[24/32] Compiling Primer DictionaryCodable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Primer/Serialization/DictionaryCodable.swift:34:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 32 |
 33 | extension DictionaryEncoder {
 34 |   open func encode<T: Encodable>(_ value: T) throws -> [String: Any] {
    |   `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 35 |     do {
 36 |       return try castOrThrow([String: Any].self, try box(value))
/Users/admin/builder/spi-builder-workspace/Sources/Primer/Serialization/DictionaryCodable.swift:484:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
482 |
483 | extension DictionaryDecoder {
484 |   open func decode<T: Decodable>(_ type: T.Type, from container: Any) throws -> T {
    |   `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
485 |     storage.push(container: container)
486 |     return try unbox(container, as: T.self)
[25/32] Compiling Primer Partial.swift
[26/32] Compiling Primer KeyPath+ReadableFormat.swift
[27/32] Compiling Primer Assign.swift
[28/32] Compiling Primer PropertyWrappers.swift
[29/32] Emitting module Primer
/Users/admin/builder/spi-builder-workspace/Sources/Primer/Concurrency/Atomics.swift:4:1: warning: extension declares a conformance of imported type 'ManagedAtomic' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Atomics' introduce this conformance in the future
2 | import Atomics
3 |
4 | extension ManagedAtomic: @unchecked Sendable { }
  | |- warning: extension declares a conformance of imported type 'ManagedAtomic' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Atomics' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Primer/Serialization/DictionaryCodable.swift:34:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 32 |
 33 | extension DictionaryEncoder {
 34 |   open func encode<T: Encodable>(_ value: T) throws -> [String: Any] {
    |   `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 35 |     do {
 36 |       return try castOrThrow([String: Any].self, try box(value))
/Users/admin/builder/spi-builder-workspace/Sources/Primer/Serialization/DictionaryCodable.swift:484:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
482 |
483 | extension DictionaryDecoder {
484 |   open func decode<T: Decodable>(_ type: T.Type, from container: Any) throws -> T {
    |   `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
485 |     storage.push(container: container)
486 |     return try unbox(container, as: T.self)
[30/32] Compiling Primer Locking.swift
[31/32] Compiling Primer Atomics.swift
/Users/admin/builder/spi-builder-workspace/Sources/Primer/Concurrency/Atomics.swift:4:1: warning: extension declares a conformance of imported type 'ManagedAtomic' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Atomics' introduce this conformance in the future
2 | import Atomics
3 |
4 | extension ManagedAtomic: @unchecked Sendable { }
  | |- warning: extension declares a conformance of imported type 'ManagedAtomic' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Atomics' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
5 |
[32/32] Compiling Primer Binding.swift
Build complete! (45.03s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-log.git
[1/1563] Fetching swift-atomics
[1564/4924] Fetching swift-atomics, swift-log
Fetched https://github.com/apple/swift-atomics.git from cache (1.74s)
Fetched https://github.com/apple/swift-log.git from cache (1.74s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.4.2 (0.66s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 0.0.3 (0.64s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 0.0.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.4.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "Primer",
  "name" : "Primer",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Primer",
      "targets" : [
        "Primer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PrimerTests",
      "module_type" : "SwiftTarget",
      "name" : "PrimerTests",
      "path" : "Tests/PrimerTests",
      "sources" : [
        "BasicTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Primer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Primer",
      "module_type" : "SwiftTarget",
      "name" : "Primer",
      "path" : "Sources/Primer",
      "product_dependencies" : [
        "Atomics",
        "Logging"
      ],
      "product_memberships" : [
        "Primer"
      ],
      "sources" : [
        "Assign.swift",
        "Concurrency/Atomics.swift",
        "Concurrency/Locking.swift",
        "Concurrency/PropertyWrappers.swift",
        "Extensions/Binding.swift",
        "Extensions/KeyPath+ReadableFormat.swift",
        "Partial.swift",
        "ReadOnly.swift",
        "Serialization/DictionaryCodable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.