Build Information
Successful build of OpenPanel, reference main (365143), with Swift 6.0 for macOS (SPM) on 1 Apr 2026 05:59:52 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.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Openpanel-dev/swift-sdk.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Openpanel-dev/swift-sdk
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 3651435 Merge pull request #5 from srna-lib/main
Cloned https://github.com/Openpanel-dev/swift-sdk.git
Revision (git rev-parse @):
36514353ce875db5c917a49489bda5419840ba25
SUCCESS checkout https://github.com/Openpanel-dev/swift-sdk.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/Openpanel-dev/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/4] Compiling OpenPanel OpenPanel.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenPanel/OpenPanel.swift:460:81: warning: expression implicitly coerced from 'Any??' to 'Any'
458 | var mergedProperties = global
459 | if let payloadProperties = payload.properties {
460 | mergedProperties.merge(payloadProperties) { (_, new) in (new as AnyObject).value }
| | |- note: force-unwrap the value to avoid this warning
| | `- note: explicitly cast to 'Any' with 'as Any' to silence this warning
| `- warning: expression implicitly coerced from 'Any??' to 'Any'
461 | }
462 | updatedPayload.properties = mergedProperties.mapValues { AnyCodable($0) }
[4/4] Emitting module OpenPanel
Build complete! (7.00s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "OpenPanel",
"name" : "OpenPanel",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "OpenPanel",
"targets" : [
"OpenPanel"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OpenPanel",
"module_type" : "SwiftTarget",
"name" : "OpenPanel",
"path" : "Sources/OpenPanel",
"product_memberships" : [
"OpenPanel"
],
"sources" : [
"OpenPanel.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.