Build Information
Successful build of fory, reference main (a88a8a), with Swift 6.2 for macOS (SPM) on 1 May 2026 07:11:29 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apache/fory.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apache/fory
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a88a8a6 feat(go): support nested field annotation type specs (#3640)
Cloned https://github.com/apache/fory.git
Revision (git rev-parse @):
a88a8a63a1fd45922099b2d02f09cfb9334079a1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apache/fory.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/apache/fory.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Write sources
[0/10] Write ForyXlangTests-entitlement.plist
[0/10] Write sources
[4/10] Write swift-version--3CB7CFEC50E0D141.txt
[6/14] Compiling ForyMacro ForyObjectMacroReadGeneration.swift
[7/14] Compiling ForyMacro ForyObjectMacroPrimitiveFastPath.swift
[8/14] Compiling ForyMacro ForyObjectMacro.swift
[9/14] Emitting module ForyMacro
[9/14] Write Objects.LinkFileList
[10/14] Linking ForyMacro-tool
[12/39] Compiling Fory TypeMeta.swift
[13/39] Compiling Fory TypeResolver.swift
[14/39] Compiling Fory MacroDeclarations.swift
[15/39] Compiling Fory MetaString.swift
[16/39] Compiling Fory MurmurHash3.swift
[17/41] Compiling Fory Serializer.swift
[18/41] Compiling Fory TypeId.swift
[19/41] Compiling Fory Fory.swift
[20/41] Compiling Fory ForyError.swift
[21/41] Compiling Fory ForyFlags.swift
[22/41] Compiling Fory RefResolver.swift
[23/41] Compiling Fory SchemaHash.swift
[24/41] Compiling Fory FieldCodecs.swift
[25/41] Compiling Fory FieldSkipper.swift
[26/41] Compiling Fory FlatMap.swift
[27/41] Compiling Fory OptionalSerializer.swift
[28/41] Compiling Fory PrimitiveSerializers.swift
[29/41] Compiling Fory ReadContext.swift
[30/41] Compiling Fory AnySerializer.swift
[31/41] Compiling Fory ByteBuffer.swift
[32/41] Compiling Fory CollectionSerializers.swift
[33/41] Compiling Fory CollectionUtil.swift
[34/41] Compiling Fory DateTimeSerializers.swift
[35/41] Compiling Fory Decimal.swift
[36/41] Emitting module Fory
[37/41] Compiling Fory UnsafeUtil.swift
[38/41] Compiling Fory WriteContext.swift
[39/43] Emitting module ForyXlangTests
[40/43] Compiling ForyXlangTests main.swift
[40/43] Write Objects.LinkFileList
[41/43] Linking ForyXlangTests
[42/43] Applying ForyXlangTests
Build complete! (27.19s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/75037] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.38s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (8.82s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/600.0.1/swiftlang-6.2.4.1.4-MacroSupport-macos_aarch64.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/600.0.1/swiftlang-6.2.4.1.4-MacroSupport-macos_aarch64.zip (0.16s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.0",
"upper_bound" : "601.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
}
],
"manifest_display_name" : "fory",
"name" : "fory",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "Fory",
"targets" : [
"Fory"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ForyXlangTests",
"targets" : [
"ForyXlangTests"
],
"type" : {
"executable" : null
}
},
{
"name" : "ForyMacro",
"targets" : [
"ForyMacro"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "ForyXlangTests",
"module_type" : "SwiftTarget",
"name" : "ForyXlangTests",
"path" : "swift/Tests/ForyXlangTests",
"product_memberships" : [
"ForyXlangTests"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Fory"
],
"type" : "executable"
},
{
"c99name" : "ForyTests",
"module_type" : "SwiftTarget",
"name" : "ForyTests",
"path" : "swift/Tests/ForyTests",
"sources" : [
"AnyTests.swift",
"ByteBufferTests.swift",
"CollectionSerializerTests.swift",
"CompatibilityTests.swift",
"DateTimeTests.swift",
"DecimalTests.swift",
"EnumTests.swift",
"ForySwiftTests.swift",
"MacroDiagnosticTests.swift",
"ObjectIdMapTests.swift",
"StringSerializerTests.swift",
"UnsignedTests.swift"
],
"target_dependencies" : [
"Fory"
],
"type" : "test"
},
{
"c99name" : "ForyMacro",
"module_type" : "SwiftTarget",
"name" : "ForyMacro",
"path" : "swift/Sources/ForyMacro",
"product_dependencies" : [
"SwiftCompilerPlugin",
"SwiftSyntax",
"SwiftSyntaxBuilder",
"SwiftSyntaxMacros"
],
"product_memberships" : [
"Fory",
"ForyXlangTests",
"ForyMacro"
],
"sources" : [
"ForyObjectMacro.swift",
"ForyObjectMacroPrimitiveFastPath.swift",
"ForyObjectMacroReadGeneration.swift"
],
"type" : "macro"
},
{
"c99name" : "Fory",
"module_type" : "SwiftTarget",
"name" : "Fory",
"path" : "swift/Sources",
"product_memberships" : [
"Fory",
"ForyXlangTests"
],
"sources" : [
"Fory/AnySerializer.swift",
"Fory/ByteBuffer.swift",
"Fory/CollectionSerializers.swift",
"Fory/CollectionUtil.swift",
"Fory/DateTimeSerializers.swift",
"Fory/Decimal.swift",
"Fory/FieldCodecs.swift",
"Fory/FieldSkipper.swift",
"Fory/FlatMap.swift",
"Fory/Fory.swift",
"Fory/ForyError.swift",
"Fory/ForyFlags.swift",
"Fory/MacroDeclarations.swift",
"Fory/MetaString.swift",
"Fory/MurmurHash3.swift",
"Fory/OptionalSerializer.swift",
"Fory/PrimitiveSerializers.swift",
"Fory/ReadContext.swift",
"Fory/RefResolver.swift",
"Fory/SchemaHash.swift",
"Fory/Serializer.swift",
"Fory/TypeId.swift",
"Fory/TypeMeta.swift",
"Fory/TypeResolver.swift",
"Fory/UnsafeUtil.swift",
"Fory/WriteContext.swift"
],
"target_dependencies" : [
"ForyMacro"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.