Build Information
Successful build of SemanticPen, reference main (4014cc), with Swift 6.0 for macOS (SPM) on 19 Jul 2025 21:06:23 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pushkarsingh32/semanticpen-swift-sdk.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pushkarsingh32/semanticpen-swift-sdk
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 4014cc9 Add Swift Package Index configuration
Cloned https://github.com/pushkarsingh32/semanticpen-swift-sdk.git
Revision (git rev-parse @):
4014cc9f84a38b3ef3fd195cb6205cd5aa9ead22
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pushkarsingh32/semanticpen-swift-sdk.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/pushkarsingh32/semanticpen-swift-sdk.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/8] Compiling SemanticPen Models.swift
[4/8] Compiling SemanticPen SemanticPenClient.swift
[5/8] Compiling SemanticPen SemanticPen.swift
[6/8] Compiling SemanticPen Errors.swift
[7/8] Compiling SemanticPen Configuration.swift
[8/8] Emitting module SemanticPen
Build complete! (4.17s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SemanticPen",
"name" : "SemanticPen",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "SemanticPen",
"targets" : [
"SemanticPen"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SemanticPenTests",
"module_type" : "SwiftTarget",
"name" : "SemanticPenTests",
"path" : "Tests/SemanticPenTests",
"sources" : [
"SemanticPenTests.swift"
],
"target_dependencies" : [
"SemanticPen"
],
"type" : "test"
},
{
"c99name" : "SemanticPen",
"module_type" : "SwiftTarget",
"name" : "SemanticPen",
"path" : "Sources/SemanticPen",
"product_memberships" : [
"SemanticPen"
],
"sources" : [
"Configuration.swift",
"Errors.swift",
"Models.swift",
"SemanticPen.swift",
"SemanticPenClient.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.