The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftAvroCore, reference v0.3.4 (f0e027), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 14:58:10 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lynixliu/SwiftAvroCore.git
Reference: v0.3.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lynixliu/SwiftAvroCore
 * tag               v0.3.4     -> FETCH_HEAD
HEAD is now at f0e0274 Merge pull request #33 from lynixliu/develop
Cloned https://github.com/lynixliu/SwiftAvroCore.git
Revision (git rev-parse @):
f0e027428ffa15939be0c60a4d2db29b6f658f8c
SUCCESS checkout https://github.com/lynixliu/SwiftAvroCore.git at v0.3.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/lynixliu/SwiftAvroCore.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[2/4] Compiling CRuntime dummy.c
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/46] Emitting module Runtime
[6/50] Compiling Runtime MetadataLayoutType.swift
[7/50] Compiling Runtime ProtocolDescriptor.swift
[8/50] Compiling Runtime ProtocolMetadataLayout.swift
[9/50] Compiling Runtime ProtocolTypeContainer.swift
[10/50] Compiling Runtime StructMetadataLayout.swift
[11/50] Compiling Runtime PropertyInfo.swift
[12/50] Compiling Runtime TypeInfo.swift
[13/50] Compiling Runtime TypeInfoConvertible.swift
[14/50] Compiling Runtime Pointers.swift
[15/50] Compiling Runtime GettersSetters.swift
[16/50] Compiling Runtime Pointer+Extensions.swift
[17/50] Compiling Runtime RetainCounts.swift
[18/50] Compiling Runtime String+Extensions.swift
[19/50] Compiling Runtime RelativePointer.swift
[20/50] Compiling Runtime RelativeVectorPointer.swift
[21/50] Compiling Runtime Union.swift
[22/50] Compiling Runtime Vector.swift
[23/50] Compiling Runtime Case.swift
[24/50] Compiling Runtime Errors.swift
[25/50] Compiling Runtime FunctionInfo.swift
[26/50] Compiling Runtime Kind.swift
[27/50] Compiling Runtime NominalMetadataType.swift
[28/50] Compiling Runtime ProtocolMetadata.swift
[29/50] Compiling Runtime StructMetadata.swift
[30/50] Compiling Runtime TupleMetadata.swift
[31/50] Compiling Runtime ClassMetadata.swift
[32/50] Compiling Runtime EnumMetadata.swift
[33/50] Compiling Runtime FuntionMetadata.swift
[34/50] Compiling Runtime Metadata.swift
[35/50] Compiling Runtime MetadataType.swift
[36/50] Compiling Runtime StructTypeDescriptor.swift
[37/50] Compiling Runtime TargetTypeGenericContextDescriptorHeader.swift
[38/50] Compiling Runtime TupleMetadataLayout.swift
[39/50] Compiling Runtime TypeDescriptor.swift
[40/50] Compiling Runtime ValueWitnessTable.swift
[41/50] Compiling Runtime DefaultValue.swift
[42/50] Compiling Runtime Factory.swift
[43/50] Compiling Runtime ClassHeader.swift
[44/50] Compiling Runtime ClassMetadataLayout.swift
[45/50] Compiling Runtime ClassTypeDescriptor.swift
[46/50] Compiling Runtime EnumMetadataLayout.swift
[47/50] Compiling Runtime EnumTypeDescriptor.swift
[48/50] Compiling Runtime ExistentialContainter.swift
[49/50] Compiling Runtime FieldDescriptor.swift
[50/50] Compiling Runtime FunctionMetadataLayout.swift
[51/69] Compiling SwiftAvroCore AvroFingerprint.swift
[52/69] Compiling SwiftAvroCore AvroSchema+Codable.swift
[53/69] Compiling SwiftAvroCore AvroSchema+Equatable.swift
[54/69] Compiling SwiftAvroCore AvroSchema+Reflecting.swift
[55/69] Compiling SwiftAvroCore Request.swift
[56/69] Compiling SwiftAvroCore Response.swift
[57/71] Compiling SwiftAvroCore AvroPrimitiveProtocol.swift
[58/71] Compiling SwiftAvroCore AvroPrimitiveSizer.swift
[59/71] Compiling SwiftAvroCore AvroEncodable.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAvroCore/Codable/AvroJsonEncoder.swift:664:10: warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
662 |     }
663 |
664 |     func encode(_ value: [UInt8]) throws {
    |          |- warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
    |          |- note: candidate has non-matching type '([UInt8]) throws -> ()'
    |          |- note: move 'encode' to another extension to silence this warning
    |          `- note: make 'encode' private to silence this warning
665 |         if !schema.isBytes() {
666 |             throw BinaryEncodingError.typeMismatchWithSchema
Swift.SingleValueEncodingContainer.encode:3:17: note: requirement 'encode' declared here
1 | protocol SingleValueEncodingContainer {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 |   mutating func encode(_ value: Int128) throws}
  |                 `- note: requirement 'encode' declared here
4 |
[60/71] Compiling SwiftAvroCore AvroJsonEncoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAvroCore/Codable/AvroJsonEncoder.swift:664:10: warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
662 |     }
663 |
664 |     func encode(_ value: [UInt8]) throws {
    |          |- warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
    |          |- note: candidate has non-matching type '([UInt8]) throws -> ()'
    |          |- note: move 'encode' to another extension to silence this warning
    |          `- note: make 'encode' private to silence this warning
665 |         if !schema.isBytes() {
666 |             throw BinaryEncodingError.typeMismatchWithSchema
Swift.SingleValueEncodingContainer.encode:3:17: note: requirement 'encode' declared here
1 | protocol SingleValueEncodingContainer {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 |   mutating func encode(_ value: Int128) throws}
  |                 `- note: requirement 'encode' declared here
4 |
[61/71] Compiling SwiftAvroCore AvroPrimitiveDecoder.swift
[62/71] Compiling SwiftAvroCore AvroPrimitiveEncoder.swift
[63/71] Compiling SwiftAvroCore AvroError.swift
[64/71] Compiling SwiftAvroCore AvroDecodable.swift
[65/71] Emitting module SwiftAvroCore
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAvroCore/Codable/AvroJsonEncoder.swift:664:10: warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
662 |     }
663 |
664 |     func encode(_ value: [UInt8]) throws {
    |          |- warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
    |          |- note: candidate has non-matching type '([UInt8]) throws -> ()'
    |          |- note: move 'encode' to another extension to silence this warning
    |          `- note: make 'encode' private to silence this warning
665 |         if !schema.isBytes() {
666 |             throw BinaryEncodingError.typeMismatchWithSchema
Swift.SingleValueEncodingContainer.encode:3:17: note: requirement 'encode' declared here
1 | protocol SingleValueEncodingContainer {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 |   mutating func encode(_ value: Int128) throws}
  |                 `- note: requirement 'encode' declared here
4 |
[66/71] Compiling SwiftAvroCore Context.swift
[67/71] Compiling SwiftAvroCore Protocol.swift
[68/71] Compiling SwiftAvroCore NullCodec.swift
[69/71] Compiling SwiftAvroCore ObjectContainer.swift
[70/71] Compiling SwiftAvroCore AvroSchema.swift
[71/71] Compiling SwiftAvroCore SwiftAvroCore.swift
Build complete! (10.47s)
Fetching https://github.com/wickwirew/Runtime.git
[1/1966] Fetching runtime
Fetched https://github.com/wickwirew/Runtime.git from cache (0.94s)
Computing version for https://github.com/wickwirew/Runtime.git
Computed https://github.com/wickwirew/Runtime.git at 2.2.7 (2.90s)
Creating working copy for https://github.com/wickwirew/Runtime.git
Working copy of https://github.com/wickwirew/Runtime.git resolved at 2.2.7
Build complete.
{
  "dependencies" : [
    {
      "identity" : "runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.4",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/wickwirew/Runtime.git"
    }
  ],
  "manifest_display_name" : "SwiftAvroCore",
  "name" : "SwiftAvroCore",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "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_dependencies" : [
        "Runtime"
      ],
      "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/ObjectContainer.swift",
        "IPC/Context.swift",
        "IPC/Protocol.swift",
        "IPC/Request.swift",
        "IPC/Response.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" : "4.2"
}
Done.