Build Information
Successful build of BluetoothConnector, reference master (56a534
), with Swift 5.9 for macOS (SPM) on 20 May 2025 03:58:50 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.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: 5.9
Building package at path: $PWD
https://github.com/lapfelix/bluetoothconnector.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
Building for debugging...
[2/4] Compiling ArgumentParserToolInfo ToolInfo.swift
[3/4] Emitting module ArgumentParserToolInfo
[4/42] Emitting module ArgumentParser
[5/46] Compiling ArgumentParser ParsableArguments.swift
[6/46] Compiling ArgumentParser ParsableArgumentsValidation.swift
[7/46] Compiling ArgumentParser ParsableCommand.swift
[8/46] Compiling ArgumentParser ArgumentDecoder.swift
[9/46] Compiling ArgumentParser AsyncParsableCommand.swift
[10/46] Compiling ArgumentParser CommandConfiguration.swift
[11/46] Compiling ArgumentParser EnumerableFlag.swift
[12/46] Compiling ArgumentParser ExpressibleByArgument.swift
[13/46] Compiling ArgumentParser ArgumentHelp.swift
[14/46] Compiling ArgumentParser ArgumentVisibility.swift
[15/46] Compiling ArgumentParser CompletionKind.swift
[16/46] Compiling ArgumentParser Errors.swift
[17/46] Compiling ArgumentParser ArgumentDefinition.swift
[18/46] Compiling ArgumentParser ArgumentSet.swift
[19/46] Compiling ArgumentParser CommandParser.swift
[20/46] Compiling ArgumentParser InputKey.swift
[21/46] Compiling ArgumentParser InputOrigin.swift
[22/46] Compiling ArgumentParser Name.swift
[23/46] Compiling ArgumentParser Parsed.swift
[24/46] Compiling ArgumentParser ParsedValues.swift
[25/46] Compiling ArgumentParser Flag.swift
[26/46] Compiling ArgumentParser NameSpecification.swift
[27/46] Compiling ArgumentParser Option.swift
[28/46] Compiling ArgumentParser OptionGroup.swift
[29/46] Compiling ArgumentParser Platform.swift
[30/46] Compiling ArgumentParser SequenceExtensions.swift
[31/46] Compiling ArgumentParser StringExtensions.swift
[32/46] Compiling ArgumentParser Tree.swift
[33/46] Compiling ArgumentParser ParserError.swift
[34/46] Compiling ArgumentParser SplitArguments.swift
[35/46] Compiling ArgumentParser DumpHelpGenerator.swift
[36/46] Compiling ArgumentParser HelpCommand.swift
[37/46] Compiling ArgumentParser BashCompletionsGenerator.swift
[38/46] Compiling ArgumentParser CompletionsGenerator.swift
[39/46] Compiling ArgumentParser FishCompletionsGenerator.swift
[40/46] Compiling ArgumentParser ZshCompletionsGenerator.swift
[41/46] Compiling ArgumentParser Argument.swift
[42/46] Compiling ArgumentParser HelpGenerator.swift
[43/46] Compiling ArgumentParser MessageInfo.swift
[44/46] Compiling ArgumentParser UsageGenerator.swift
[45/46] Compiling ArgumentParser CollectionExtensions.swift
[46/48] Emitting module BluetoothConnector
[47/48] Compiling BluetoothConnector main.swift
[47/48] Linking BluetoothConnector
Build complete! (12.20s)
Fetching https://github.com/apple/swift-argument-parser.git
[1/15325] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git (2.10s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.2.3 (2.45s)
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.