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 ResourcesBridge 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/eugenebokhan/resources-bridge.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/eugenebokhan/resources-bridge
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at ed493aa update icon
Cloned https://github.com/eugenebokhan/resources-bridge.git
Revision (git rev-parse @):
ed493aa9d75f26e606f97465eeeb389440b4b79d
SUCCESS checkout https://github.com/eugenebokhan/resources-bridge.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/eugenebokhan/resources-bridge.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/3] Write sources
[2/3] Write swift-version-6F35C1178C84523A.txt
[4/8] Compiling Bonjour ProgressWatcher.swift
[5/8] Compiling Bonjour MCPeerID+Extensions.swift
[6/8] Compiling Bonjour BonjourSession.swift
[7/8] Compiling Bonjour Peer.swift
[8/8] Emitting module Bonjour
[9/12] Compiling ResourcesBridge StorageService.swift
[10/12] Emitting module ResourcesBridge
[11/12] Compiling ResourcesBridge Communication.swift
[12/12] Compiling ResourcesBridge ResourcesBridge.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Bonjour/Sources/Bonjour/BonjourSession.swift:39:31: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'BonjourSession.Configuration.Security' may have shared mutable state; this is an error in the Swift 6 language mode
 17 |         }
 18 |
 19 |         public struct Security {
    |                       `- note: consider making struct 'Security' conform to the 'Sendable' protocol
 20 |
 21 |             public typealias InvitationHandler = (Peer, Data?, @escaping (Bool) -> Void) -> Void
    :
 37 |             }
 38 |
 39 |             public static let `default` = Security(identity: nil,
    |                               |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'BonjourSession.Configuration.Security' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 40 |                                                    encryptionPreference: .none,
 41 |                                                    invitationHandler: { _, _, handler in handler(true) },
Build complete! (25.95s)
Fetching https://github.com/eugenebokhan/Bonjour.git
[1/106] Fetching bonjour
Fetched https://github.com/eugenebokhan/Bonjour.git from cache (0.78s)
Computing version for https://github.com/eugenebokhan/Bonjour.git
Computed https://github.com/eugenebokhan/Bonjour.git at 2.1.0 (0.66s)
Creating working copy for https://github.com/eugenebokhan/Bonjour.git
Working copy of https://github.com/eugenebokhan/Bonjour.git resolved at 2.1.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "bonjour",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/eugenebokhan/Bonjour.git"
    }
  ],
  "manifest_display_name" : "ResourcesBridge",
  "name" : "ResourcesBridge",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "ResourcesBridge",
      "targets" : [
        "ResourcesBridge"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ResourcesBridge",
      "module_type" : "SwiftTarget",
      "name" : "ResourcesBridge",
      "path" : "Sources/ResourcesBridge",
      "product_dependencies" : [
        "Bonjour"
      ],
      "product_memberships" : [
        "ResourcesBridge"
      ],
      "sources" : [
        "Communication.swift",
        "ResourcesBridge.swift",
        "StorageService.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.