Build Information
Successful build of SwiftAvroCore, reference master (5ce795), with Swift 6.0 for macOS (SPM) on 9 Apr 2026 10:30:29 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/lynixliu/SwiftAvroCore.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lynixliu/SwiftAvroCore
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 5ce7951 Merge pull request #46 from lynixliu/develop
Cloned https://github.com/lynixliu/SwiftAvroCore.git
Revision (git rev-parse @):
5ce795157b88824aa17d56cd24e794f195d517f5
SUCCESS checkout https://github.com/lynixliu/SwiftAvroCore.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/lynixliu/SwiftAvroCore.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/26] Emitting module SwiftAvroCore
[4/28] Compiling SwiftAvroCore AvroSchema.swift
[5/28] Compiling SwiftAvroCore SwiftAvroCore.swift
[6/28] Compiling SwiftAvroCore AvroFingerprint.swift
[7/28] Compiling SwiftAvroCore AvroSchema+Codable.swift
[8/28] Compiling SwiftAvroCore AvroError.swift
[9/28] Compiling SwiftAvroCore AvroDecodable.swift
[10/28] Compiling SwiftAvroCore AvroEncodable.swift
[11/28] Compiling SwiftAvroCore AvroPrimitiveProtocol.swift
[12/28] Compiling SwiftAvroCore AvroPrimitiveSizer.swift
[13/28] Compiling SwiftAvroCore NullCodec.swift
[14/28] Compiling SwiftAvroCore AvroIPCResponse.swift
[15/28] Compiling SwiftAvroCore AvroProtocol.swift
[16/28] Compiling SwiftAvroCore ObjectContent.swift
[17/28] Compiling SwiftAvroCore AvroIPCContext.swift
[18/28] Compiling SwiftAvroCore AvroIPCRequest.swift
[19/28] Compiling SwiftAvroCore AvroSchema+Equatable.swift
[20/28] Compiling SwiftAvroCore AvroSchema+Reflecting.swift
[21/28] Compiling SwiftAvroCore ClientSessionCache.swift
[22/28] Compiling SwiftAvroCore ServerSessionCache.swift
[23/28] Compiling SwiftAvroCore AvroJsonEncoder.swift
[24/28] Compiling SwiftAvroCore AvroPrimitiveDecoder.swift
[25/28] Compiling SwiftAvroCore AvroPrimitiveEncoder.swift
[26/28] Compiling SwiftAvroCore ObjectContainerContext.swift
[27/28] Compiling SwiftAvroCore ObjectContainerReader.swift
[28/28] Compiling SwiftAvroCore ObjectContainerWriter.swift
Build complete! (6.06s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftAvroCore",
"name" : "SwiftAvroCore",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
}
],
"products" : [
{
"name" : "SwiftAvroCore",
"targets" : [
"SwiftAvroCore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftAvroCoreTests",
"module_type" : "SwiftTarget",
"name" : "SwiftAvroCoreTests",
"path" : "Tests/SwiftAvroCoreTests",
"sources" : [
"AvroDecodableTest.swift",
"AvroEncodableTest.swift",
"AvroFileObjectTest.swift",
"AvroProtocolTest.swift",
"AvroRequestResponseTest.swift",
"AvroSchemaCodingTest.swift",
"AvroSchemaEquatableTest.swift",
"AvroSchemaReflectingTest.swift",
"Kitties.swift",
"SchemalessCodingDecodingTest.swift",
"SwiftAvroCoreTests.swift"
],
"target_dependencies" : [
"SwiftAvroCore"
],
"type" : "test"
},
{
"c99name" : "SwiftAvroCore",
"module_type" : "SwiftTarget",
"name" : "SwiftAvroCore",
"path" : "Sources/SwiftAvroCore",
"product_memberships" : [
"SwiftAvroCore"
],
"sources" : [
"AvroError.swift",
"Codable/AvroDecodable.swift",
"Codable/AvroEncodable.swift",
"Codable/AvroJsonEncoder.swift",
"Codable/AvroPrimitiveDecoder.swift",
"Codable/AvroPrimitiveEncoder.swift",
"Codable/AvroPrimitiveProtocol.swift",
"Codable/AvroPrimitiveSizer.swift",
"FileObject/NullCodec.swift",
"FileObject/ObjectContainerContext.swift",
"FileObject/ObjectContainerReader.swift",
"FileObject/ObjectContainerWriter.swift",
"FileObject/ObjectContent.swift",
"IPC/AvroIPCContext.swift",
"IPC/AvroIPCRequest.swift",
"IPC/AvroIPCResponse.swift",
"IPC/AvroProtocol.swift",
"IPC/ClientSessionCache.swift",
"IPC/ServerSessionCache.swift",
"Schema/AvroFingerprint.swift",
"Schema/AvroSchema+Codable.swift",
"Schema/AvroSchema+Equatable.swift",
"Schema/AvroSchema+Reflecting.swift",
"Schema/AvroSchema.swift",
"SwiftAvroCore.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.