Build Information
Successful build of LibXMTP, reference 4.2.0 (cf0646
), with Swift 6.0 for macOS (SPM) on 31 May 2025 19:43:07 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/xmtp/libxmtp-swift.git
Reference: 4.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/xmtp/libxmtp-swift
* tag 4.2.0 -> FETCH_HEAD
HEAD is now at cf06462 Merge pull request #137 from xmtp/update-to-swift-bindings-1.2.0.7b9b4d0
Cloned https://github.com/xmtp/libxmtp-swift.git
Revision (git rev-parse @):
cf06462bb5bf9883551efac4e915391dcd215861
SUCCESS checkout https://github.com/xmtp/libxmtp-swift.git at 4.2.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/xmtp/libxmtp-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Copying libxmtpv3.a
[1/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/5] Emitting module LibXMTP
[5/5] Compiling LibXMTP xmtpv3.swift
Build complete! (13.08s)
[6881/144784920] Downloading https://github.com/xmtp/libxmtp/releases/download/swift-bindings-1.2.0.7b9b4d0/LibXMTPSwiftFFI.zip
Downloading binary artifact https://github.com/xmtp/libxmtp/releases/download/swift-bindings-1.2.0.7b9b4d0/LibXMTPSwiftFFI.zip
Downloaded https://github.com/xmtp/libxmtp/releases/download/swift-bindings-1.2.0.7b9b4d0/LibXMTPSwiftFFI.zip (7.31s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/LibXMTP/libxmtp-version.txt
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "LibXMTP",
"name" : "LibXMTP",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "LibXMTP",
"targets" : [
"LibXMTP",
"LibXMTPSwiftFFI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LibXMTPTests",
"module_type" : "SwiftTarget",
"name" : "LibXMTPTests",
"path" : "Tests/LibXMTPTests",
"sources" : [
"LibXMTPTest.swift"
],
"target_dependencies" : [
"LibXMTP"
],
"type" : "test"
},
{
"c99name" : "LibXMTPSwiftFFI",
"module_type" : "BinaryTarget",
"name" : "LibXMTPSwiftFFI",
"path" : "remote/archive/LibXMTPSwiftFFI.zip",
"product_memberships" : [
"LibXMTP"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "LibXMTP",
"module_type" : "SwiftTarget",
"name" : "LibXMTP",
"path" : "Sources/LibXMTP",
"product_memberships" : [
"LibXMTP"
],
"sources" : [
"xmtpv3.swift"
],
"target_dependencies" : [
"LibXMTPSwiftFFI"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.