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 main (5d7e49), with Swift 5.10 for macOS (SPM) on 4 Feb 2025 12:57:18 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kjuly/KYNearbyService
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/Kjuly/KYNearbyService.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[2/7] Copying Info.plist
[2/7] Copying KYNearbyServiceLocalizations.strings
[5/7] Write swift-version-33747A42983211AE.txt
[6/16] Compiling KYLoggerObjC KYLoggerObjC.m
[8/16] Compiling KYLogger KYLogType.swift
[9/16] Compiling KYLogger KYLog.swift
[10/16] Compiling KYLogger KYFileLogger+Session.swift
[11/16] Compiling KYLogger KYFileLoggerError.swift
[12/16] Compiling KYLogger KYFileLogger+FolderNFile.swift
[13/16] Compiling KYLogger KYFileLogger+LogDetails.swift
[14/16] Compiling KYLogger KYFileLogger.swift
[15/16] Emitting module KYLogger
[16/16] Compiling KYLogger KYFileLoggerConfig.swift
[17/44] Emitting module KYNearbyService
[18/46] Compiling KYNearbyService KYNearbyServiceLocalizations.swift
[19/46] Compiling KYNearbyService resource_bundle_accessor.swift
[20/46] Compiling KYNearbyService KYNearbyService+Sending.swift
[21/46] Compiling KYNearbyService KYNearbyService+Visibility.swift
[22/46] Compiling KYNearbyService KYNearbyService.swift
[23/46] Compiling KYNearbyService KYNearbyServiceConfiguration.swift
[24/46] Compiling KYNearbyService KYNearbyServiceConstants+ObjC.swift
[25/46] Compiling KYNearbyService KYNearbyServiceConstants.swift
[26/46] Compiling KYNearbyService Animation+KYNearbyConnectionView.swift
[27/46] Compiling KYNearbyService View+KYNearbyConnectionView.swift
[28/46] Compiling KYNearbyService KYNearbyConnectionView.swift
[29/46] Compiling KYNearbyService KYNearbyConnectionViewModel+Event.swift
[30/46] Compiling KYNearbyService KYNearbyConnectionViewModel+Notification.swift
[31/46] Compiling KYNearbyService KYNearbyConnectionViewModel.swift
[32/46] Compiling KYNearbyService KYNearbyConnectionViewTheme.swift
[33/46] Compiling KYNearbyService KYNearbyService+Internal.swift
[34/46] Compiling KYNearbyService KYNearbyService+MCNearbyServiceAdvertiserDelegate.swift
[35/46] Compiling KYNearbyService KYNearbyConnectionViewConstants.swift
[36/46] Compiling KYNearbyService KYNearbyConnectionPeerCell+Actions.swift
[37/46] Compiling KYNearbyService KYNearbyConnectionPeerCell.swift
[38/46] Compiling KYNearbyService KYNearbyService+MCNearbyServiceBrowserDelegate.swift
[39/46] Compiling KYNearbyService KYNearbyService+MCSessionDelegate.swift
[40/46] Compiling KYNearbyService KYNearbyService+Connection.swift
[41/46] Compiling KYNearbyService KYNearbyService+Debug.swift
[42/46] Compiling KYNearbyService KYNearbyService+ErrorAlert.swift
[43/46] Compiling KYNearbyService KYNearbyService+ReceivedFile.swift
[44/46] Compiling KYNearbyService KYNearbyPeerModel+Debug.swift
[45/46] Compiling KYNearbyService KYNearbyPeerModel+ObjC.swift
[46/46] Compiling KYNearbyService KYNearbyPeerModel.swift
Build complete! (11.68s)
Fetching https://github.com/Kjuly/KYLogger.git
[1/188] Fetching kylogger
Fetched https://github.com/Kjuly/KYLogger.git from cache (1.17s)
Creating working copy for https://github.com/Kjuly/KYLogger.git
Working copy of https://github.com/Kjuly/KYLogger.git resolved at main (a7f01e7)
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.