Build Information
Successful build of EasyLinkSwiftSDK, reference 0.2.0 (1b9710), with Swift 6.2 for macOS (SPM) on 23 Apr 2026 12:10:53 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NSStudent/EasyLinkSwiftSDK.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/NSStudent/EasyLinkSwiftSDK
* tag 0.2.0 -> FETCH_HEAD
HEAD is now at 1b97105 Develop (#5)
Cloned https://github.com/NSStudent/EasyLinkSwiftSDK.git
Revision (git rev-parse @):
1b9710593b192ae102f8a1fd695467c9eb990535
SUCCESS checkout https://github.com/NSStudent/EasyLinkSwiftSDK.git at 0.2.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/NSStudent/EasyLinkSwiftSDK.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version--3CB7CFEC50E0D141.txt
[5/14] Compiling EasyLinkSwiftSDK ProtocolConstants.swift
[6/14] Compiling EasyLinkSwiftSDK Models.swift
[7/15] Compiling EasyLinkSwiftSDK EasyLinkTransport.swift
[8/15] Compiling EasyLinkSwiftSDK EasyLinkCodec.swift
[9/15] Compiling EasyLinkSwiftSDK EasyLinkNotification.swift
[10/15] Compiling EasyLinkSwiftSDK EasyLinkScanner.swift
[11/15] Compiling EasyLinkSwiftSDK ResponseRouter.swift
[12/15] Compiling EasyLinkSwiftSDK EasyLinkError.swift
[13/15] Compiling EasyLinkSwiftSDK EasyLinkClient.swift
[14/15] Emitting module EasyLinkSwiftSDK
[15/15] Compiling EasyLinkSwiftSDK CoreBluetoothEasyLinkTransport.swift
Build complete! (24.26s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.42s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (4.30s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3674] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.16s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.88s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "EasyLinkSwiftSDK",
"name" : "EasyLinkSwiftSDK",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "EasyLinkSwiftSDK",
"targets" : [
"EasyLinkSwiftSDK"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "EasyLinkSwiftSDKTests",
"module_type" : "SwiftTarget",
"name" : "EasyLinkSwiftSDKTests",
"path" : "Tests/EasyLinkSwiftSDKTests",
"sources" : [
"CoreBluetoothEasyLinkTransportTests.swift",
"EasyLinkClientTests.swift",
"EasyLinkCodecTests.swift",
"EasyLinkScannerTests.swift",
"FakeTransport.swift",
"OTBImportTests.swift",
"ProtocolConstantsTests.swift",
"ResponseRouterTests.swift"
],
"target_dependencies" : [
"EasyLinkSwiftSDK"
],
"type" : "test"
},
{
"c99name" : "EasyLinkSwiftSDK",
"module_type" : "SwiftTarget",
"name" : "EasyLinkSwiftSDK",
"path" : "Sources/EasyLinkSwiftSDK",
"product_memberships" : [
"EasyLinkSwiftSDK"
],
"sources" : [
"CoreBluetoothEasyLinkTransport.swift",
"EasyLinkClient.swift",
"EasyLinkCodec.swift",
"EasyLinkError.swift",
"EasyLinkNotification.swift",
"EasyLinkScanner.swift",
"EasyLinkTransport.swift",
"Models.swift",
"ProtocolConstants.swift",
"ResponseRouter.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.