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 KYNearbyService, reference 2.1.1 (5d7e49), with Swift 5.9 for macOS (SPM) on 4 Feb 2025 12:56:26 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kjuly/KYNearbyService.git
Reference: 2.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kjuly/KYNearbyService
 * tag               2.1.1      -> FETCH_HEAD
HEAD is now at 5d7e49d Update KYNearbyService.podspec: Set spec.version=2.1.1
Cloned https://github.com/Kjuly/KYNearbyService.git
Revision (git rev-parse @):
5d7e49da5b2f2d49b68c621c19301872fe4cde9d
SUCCESS checkout https://github.com/Kjuly/KYNearbyService.git at 2.1.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/Kjuly/KYNearbyService.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Copying Info.plist
[1/4] Copying KYNearbyServiceLocalizations.strings
[3/13] Compiling KYLoggerObjC KYLoggerObjC.m
[5/13] Emitting module KYLogger
[6/13] Compiling KYLogger KYFileLoggerConfig.swift
[7/13] Compiling KYLogger KYFileLogger.swift
[8/13] Compiling KYLogger KYLogType.swift
[9/13] Compiling KYLogger KYLog.swift
[10/13] Compiling KYLogger KYFileLogger+FolderNFile.swift
[11/13] Compiling KYLogger KYFileLogger+Session.swift
[12/13] Compiling KYLogger KYFileLogger+LogDetails.swift
[13/13] Compiling KYLogger KYFileLoggerError.swift
[14/41] Emitting module KYNearbyService
[15/43] Compiling KYNearbyService KYNearbyServiceLocalizations.swift
[16/43] Compiling KYNearbyService resource_bundle_accessor.swift
[17/43] Compiling KYNearbyService KYNearbyService+Sending.swift
[18/43] Compiling KYNearbyService KYNearbyService+Visibility.swift
[19/43] Compiling KYNearbyService KYNearbyService.swift
[20/43] Compiling KYNearbyService KYNearbyService+Debug.swift
[21/43] Compiling KYNearbyService KYNearbyService+ErrorAlert.swift
[22/43] Compiling KYNearbyService KYNearbyService+ReceivedFile.swift
[23/43] Compiling KYNearbyService KYNearbyServiceConfiguration.swift
[24/43] Compiling KYNearbyService KYNearbyServiceConstants+ObjC.swift
[25/43] Compiling KYNearbyService KYNearbyServiceConstants.swift
[26/43] Compiling KYNearbyService KYNearbyConnectionViewModel+Event.swift
[27/43] Compiling KYNearbyService KYNearbyConnectionViewModel+Notification.swift
[28/43] Compiling KYNearbyService KYNearbyConnectionViewModel.swift
[29/43] Compiling KYNearbyService KYNearbyConnectionViewTheme.swift
[30/43] Compiling KYNearbyService KYNearbyService+Internal.swift
[31/43] Compiling KYNearbyService KYNearbyService+MCNearbyServiceAdvertiserDelegate.swift
[32/43] Compiling KYNearbyService Animation+KYNearbyConnectionView.swift
[33/43] Compiling KYNearbyService View+KYNearbyConnectionView.swift
[34/43] Compiling KYNearbyService KYNearbyConnectionView.swift
[35/43] Compiling KYNearbyService KYNearbyConnectionViewConstants.swift
[36/43] Compiling KYNearbyService KYNearbyConnectionPeerCell+Actions.swift
[37/43] Compiling KYNearbyService KYNearbyConnectionPeerCell.swift
[38/43] Compiling KYNearbyService KYNearbyPeerModel+Debug.swift
[39/43] Compiling KYNearbyService KYNearbyPeerModel+ObjC.swift
[40/43] Compiling KYNearbyService KYNearbyPeerModel.swift
[41/43] Compiling KYNearbyService KYNearbyService+MCNearbyServiceBrowserDelegate.swift
[42/43] Compiling KYNearbyService KYNearbyService+MCSessionDelegate.swift
[43/43] Compiling KYNearbyService KYNearbyService+Connection.swift
Build complete! (13.03s)
Fetching https://github.com/Kjuly/KYLogger.git
[4/188] Fetching kylogger
Fetched https://github.com/Kjuly/KYLogger.git (0.81s)
Creating working copy for https://github.com/Kjuly/KYLogger.git
Working copy of https://github.com/Kjuly/KYLogger.git resolved at main
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "kylogger",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kjuly/KYLogger.git"
    }
  ],
  "manifest_display_name" : "KYNearbyService",
  "name" : "KYNearbyService",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.5"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "KYNearbyService",
      "targets" : [
        "KYNearbyService"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KYNearbyServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "KYNearbyServiceTests",
      "path" : "KYNearbyServiceTests",
      "sources" : [
        "KYNearbyService/KYNearbyServiceConfigurationTests.swift",
        "KYNearbyService/KYNearbyServiceConstantsTests.swift",
        "KYNearbyService/KYNearbyServiceConstants_ObjCTests.swift",
        "KYNearbyService/KYNearbyService_ReceivedFileTests.swift"
      ],
      "target_dependencies" : [
        "KYNearbyService"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KYNearbyService",
      "module_type" : "SwiftTarget",
      "name" : "KYNearbyService",
      "path" : "KYNearbyService/Sources",
      "product_dependencies" : [
        "KYLogger"
      ],
      "product_memberships" : [
        "KYNearbyService"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/KYNearbyService/Sources/Resources/en.lproj/KYNearbyServiceLocalizations.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/KYNearbyService/Sources/Resources/zh-Hans.lproj/KYNearbyServiceLocalizations.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hans"
            }
          }
        }
      ],
      "sources" : [
        "KYNearbyConnectionView/Extensions/Animation+KYNearbyConnectionView.swift",
        "KYNearbyConnectionView/Extensions/View+KYNearbyConnectionView.swift",
        "KYNearbyConnectionView/KYNearbyConnectionView.swift",
        "KYNearbyConnectionView/KYNearbyConnectionViewConstants.swift",
        "KYNearbyConnectionView/PeerCell/KYNearbyConnectionPeerCell+Actions.swift",
        "KYNearbyConnectionView/PeerCell/KYNearbyConnectionPeerCell.swift",
        "KYNearbyConnectionView/ViewModel/KYNearbyConnectionViewModel+Event.swift",
        "KYNearbyConnectionView/ViewModel/KYNearbyConnectionViewModel+Notification.swift",
        "KYNearbyConnectionView/ViewModel/KYNearbyConnectionViewModel.swift",
        "KYNearbyConnectionView/ViewModel/Theme/KYNearbyConnectionViewTheme.swift",
        "KYNearbyService/Internal/KYNearbyService+Internal.swift",
        "KYNearbyService/Internal/KYNearbyService+MCNearbyServiceAdvertiserDelegate.swift",
        "KYNearbyService/Internal/KYNearbyService+MCNearbyServiceBrowserDelegate.swift",
        "KYNearbyService/Internal/KYNearbyService+MCSessionDelegate.swift",
        "KYNearbyService/KYNearbyService+Connection.swift",
        "KYNearbyService/KYNearbyService+Debug.swift",
        "KYNearbyService/KYNearbyService+ErrorAlert.swift",
        "KYNearbyService/KYNearbyService+ReceivedFile.swift",
        "KYNearbyService/KYNearbyService+Sending.swift",
        "KYNearbyService/KYNearbyService+Visibility.swift",
        "KYNearbyService/KYNearbyService.swift",
        "KYNearbyService/KYNearbyServiceConfiguration.swift",
        "KYNearbyService/KYNearbyServiceConstants+ObjC.swift",
        "KYNearbyService/KYNearbyServiceConstants.swift",
        "KYNearbyService/Model/KYNearbyPeerModel+Debug.swift",
        "KYNearbyService/Model/KYNearbyPeerModel+ObjC.swift",
        "KYNearbyService/Model/KYNearbyPeerModel.swift",
        "Localizations/KYNearbyServiceLocalizations.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.