The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of BluetoothConnector, reference master (56a534), with Swift 6.0 for macOS (SPM) on 20 May 2025 03:59:10 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lapfelix/bluetoothconnector.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lapfelix/bluetoothconnector
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 56a5343 Merge pull request #30 from korak1111/master
Cloned https://github.com/lapfelix/bluetoothconnector.git
Revision (git rev-parse @):
56a5343cc83c84bfc1c28e9e06f7428d8ca7ed98
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/lapfelix/bluetoothconnector.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/lapfelix/bluetoothconnector.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/9] Write sources
[1/9] Write BluetoothConnector-entitlement.plist
[4/9] Write sources
[5/9] Write swift-version-5BDAB9E9C0126B9D.txt
[7/11] Emitting module ArgumentParserToolInfo
[8/11] Compiling ArgumentParserToolInfo ToolInfo.swift
[9/49] Emitting module ArgumentParser
[10/53] Compiling ArgumentParser ArgumentHelp.swift
[11/53] Compiling ArgumentParser ArgumentVisibility.swift
[12/53] Compiling ArgumentParser CompletionKind.swift
[13/53] Compiling ArgumentParser Errors.swift
[14/53] Compiling ArgumentParser AsyncParsableCommand.swift
[15/53] Compiling ArgumentParser CommandConfiguration.swift
[16/53] Compiling ArgumentParser EnumerableFlag.swift
[17/53] Compiling ArgumentParser ExpressibleByArgument.swift
[18/53] Compiling ArgumentParser BashCompletionsGenerator.swift
[19/53] Compiling ArgumentParser CompletionsGenerator.swift
[20/53] Compiling ArgumentParser FishCompletionsGenerator.swift
[21/53] Compiling ArgumentParser ZshCompletionsGenerator.swift
[22/53] Compiling ArgumentParser Argument.swift
[23/53] Compiling ArgumentParser Flag.swift
[24/53] Compiling ArgumentParser NameSpecification.swift
[25/53] Compiling ArgumentParser Option.swift
[26/53] Compiling ArgumentParser OptionGroup.swift
[27/53] Compiling ArgumentParser ArgumentDefinition.swift
[28/53] Compiling ArgumentParser ArgumentSet.swift
[29/53] Compiling ArgumentParser CommandParser.swift
[30/53] Compiling ArgumentParser InputKey.swift
[31/53] Compiling ArgumentParser Platform.swift
[32/53] Compiling ArgumentParser SequenceExtensions.swift
[33/53] Compiling ArgumentParser StringExtensions.swift
[34/53] Compiling ArgumentParser Tree.swift
[35/53] Compiling ArgumentParser HelpGenerator.swift
[36/53] Compiling ArgumentParser MessageInfo.swift
[37/53] Compiling ArgumentParser UsageGenerator.swift
[38/53] Compiling ArgumentParser CollectionExtensions.swift
[39/53] Compiling ArgumentParser ParserError.swift
[40/53] Compiling ArgumentParser SplitArguments.swift
[41/53] Compiling ArgumentParser DumpHelpGenerator.swift
[42/53] Compiling ArgumentParser HelpCommand.swift
[43/53] Compiling ArgumentParser InputOrigin.swift
[44/53] Compiling ArgumentParser Name.swift
[45/53] Compiling ArgumentParser Parsed.swift
[46/53] Compiling ArgumentParser ParsedValues.swift
[47/53] Compiling ArgumentParser ParsableArguments.swift
[48/53] Compiling ArgumentParser ParsableArgumentsValidation.swift
[49/53] Compiling ArgumentParser ParsableCommand.swift
[50/53] Compiling ArgumentParser ArgumentDecoder.swift
[51/55] Emitting module BluetoothConnector
[52/55] Compiling BluetoothConnector main.swift
[52/55] Write Objects.LinkFileList
[53/55] Linking BluetoothConnector
[54/55] Applying BluetoothConnector
Build complete! (14.26s)
Fetching https://github.com/apple/swift-argument-parser.git
[1/15325] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.53s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.2.3 (3.22s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.2.3
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "exact" : [
          "1.2.3"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "BluetoothConnector",
  "name" : "BluetoothConnector",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "BluetoothConnector",
      "targets" : [
        "BluetoothConnector"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BluetoothConnectorTests",
      "module_type" : "SwiftTarget",
      "name" : "BluetoothConnectorTests",
      "path" : "Tests/BluetoothConnectorTests",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "sources" : [
        "BluetoothConnectorTests.swift"
      ],
      "target_dependencies" : [
        "BluetoothConnector"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BluetoothConnector",
      "module_type" : "SwiftTarget",
      "name" : "BluetoothConnector",
      "path" : "Sources/BluetoothConnector",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "BluetoothConnector"
      ],
      "sources" : [
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.9"
}
Done.