Build Information
Successful build of Thrift, reference 1.1.2 (18ff09), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 05:37:38 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/undefinedlabs/Thrift-Swift.git
Reference: 1.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/undefinedlabs/Thrift-Swift
* tag 1.1.2 -> FETCH_HEAD
HEAD is now at 18ff09e Merge pull request #1 from RayZhao1998/feature/swift5.2
Cloned https://github.com/undefinedlabs/Thrift-Swift.git
Revision (git rev-parse @):
18ff09e6b30e589ed38f90a1af23e193b8ecef8e
SUCCESS checkout https://github.com/undefinedlabs/Thrift-Swift.git at 1.1.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "thrift-swift",
"name": "Thrift",
"url": "https://github.com/undefinedlabs/Thrift-Swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Thrift-Swift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/undefinedlabs/Thrift-Swift.git
[1/652] Fetching thrift-swift
Fetched https://github.com/undefinedlabs/Thrift-Swift.git from cache (0.82s)
Creating working copy for https://github.com/undefinedlabs/Thrift-Swift.git
Working copy of https://github.com/undefinedlabs/Thrift-Swift.git resolved at 1.1.2 (18ff09e)
warning: '.resolve-product-dependencies': dependency 'thrift-swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/undefinedlabs/Thrift-Swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/31] Emitting module Thrift
[4/34] Compiling Thrift TTransportError.swift
[5/34] Compiling Thrift TWrappedProtocol.swift
[6/34] Compiling Thrift Thrift.swift
[7/34] Compiling Thrift LinuxHelper.swift
[8/34] Compiling Thrift TApplicationError.swift
[9/34] Compiling Thrift TBinary.swift
[10/34] Compiling Thrift TBinaryProtocol.swift
[11/34] Compiling Thrift TClient.swift
[12/34] Compiling Thrift TCompactProtocol.swift
[13/34] Compiling Thrift TEnum.swift
[14/34] Compiling Thrift TError.swift
[15/34] Compiling Thrift TFileHandleTransport.swift
[16/34] Compiling Thrift TFileTransport.swift
[17/34] Compiling Thrift TMap.swift
[18/34] Compiling Thrift TMemoryBufferTransport.swift
[19/34] Compiling Thrift TMultiplexedProtocol.swift
[20/34] Compiling Thrift TProcessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/TProtocolError.swift:135:22: warning: use of protocol 'TError' as a type must be written 'any TError'; this will be an error in a future Swift language mode [#ExistentialAny]
133 | do {
134 | try block()
135 | } catch let err as TError {
| `- warning: use of protocol 'TError' as a type must be written 'any TError'; this will be an error in a future Swift language mode [#ExistentialAny]
136 | var message = error.message ?? ""
137 | message += "\nFile: \(sourceFile)\n"
[#ExistentialAny]: <https://docs.swift.org/compiler/documentation/diagnostics/existential-any>
[21/34] Compiling Thrift TProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/TProtocolError.swift:135:22: warning: use of protocol 'TError' as a type must be written 'any TError'; this will be an error in a future Swift language mode [#ExistentialAny]
133 | do {
134 | try block()
135 | } catch let err as TError {
| `- warning: use of protocol 'TError' as a type must be written 'any TError'; this will be an error in a future Swift language mode [#ExistentialAny]
136 | var message = error.message ?? ""
137 | message += "\nFile: \(sourceFile)\n"
[#ExistentialAny]: <https://docs.swift.org/compiler/documentation/diagnostics/existential-any>
[22/34] Compiling Thrift TProtocolError.swift
/Users/admin/builder/spi-builder-workspace/Sources/TProtocolError.swift:135:22: warning: use of protocol 'TError' as a type must be written 'any TError'; this will be an error in a future Swift language mode [#ExistentialAny]
133 | do {
134 | try block()
135 | } catch let err as TError {
| `- warning: use of protocol 'TError' as a type must be written 'any TError'; this will be an error in a future Swift language mode [#ExistentialAny]
136 | var message = error.message ?? ""
137 | message += "\nFile: \(sourceFile)\n"
[#ExistentialAny]: <https://docs.swift.org/compiler/documentation/diagnostics/existential-any>
[23/34] Compiling Thrift TFramedTransport.swift
[24/34] Compiling Thrift THTTPSessionTransport.swift
[25/34] Compiling Thrift TList.swift
[26/34] Compiling Thrift TSet.swift
[27/34] Compiling Thrift TSocketServer.swift
[28/34] Compiling Thrift TSocketTransport.swift
[29/34] Compiling Thrift TStreamTransport.swift
[30/34] Compiling Thrift TStruct.swift
[31/34] Compiling Thrift TTransport.swift
[32/34] Compiling Thrift TSSLSocketTransport.swift
[33/34] Compiling Thrift TSSLSocketTransportError.swift
[34/34] Compiling Thrift TSerializable.swift
Build complete! (5.26s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Thrift",
"name" : "Thrift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Thrift",
"targets" : [
"Thrift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Thrift",
"module_type" : "SwiftTarget",
"name" : "Thrift",
"path" : "Sources",
"product_memberships" : [
"Thrift"
],
"sources" : [
"LinuxHelper.swift",
"TApplicationError.swift",
"TBinary.swift",
"TBinaryProtocol.swift",
"TClient.swift",
"TCompactProtocol.swift",
"TEnum.swift",
"TError.swift",
"TFileHandleTransport.swift",
"TFileTransport.swift",
"TFramedTransport.swift",
"THTTPSessionTransport.swift",
"TList.swift",
"TMap.swift",
"TMemoryBufferTransport.swift",
"TMultiplexedProtocol.swift",
"TProcessor.swift",
"TProtocol.swift",
"TProtocolError.swift",
"TSSLSocketTransport.swift",
"TSSLSocketTransportError.swift",
"TSerializable.swift",
"TSet.swift",
"TSocketServer.swift",
"TSocketTransport.swift",
"TStreamTransport.swift",
"TStruct.swift",
"TTransport.swift",
"TTransportError.swift",
"TWrappedProtocol.swift",
"Thrift.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.