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 master (c0eb9d), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 14:58:12 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: 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 c0eb9da Merge pull request #37 from lynixliu/develop
Cloned https://github.com/lynixliu/SwiftAvroCore.git
Revision (git rev-parse @):
c0eb9da7cfa861b07da3b29508b50dbdf2a26fe7
SUCCESS checkout https://github.com/lynixliu/SwiftAvroCore.git at master
========================================
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] Compiling Runtime MetadataLayoutType.swift
[6/46] Compiling Runtime ProtocolDescriptor.swift
[7/46] Compiling Runtime ProtocolMetadataLayout.swift
[8/46] Compiling Runtime ProtocolTypeContainer.swift
[9/46] Compiling Runtime StructMetadataLayout.swift
[10/50] Compiling Runtime StructTypeDescriptor.swift
[11/50] Compiling Runtime TargetTypeGenericContextDescriptorHeader.swift
[12/50] Compiling Runtime TupleMetadataLayout.swift
[13/50] Compiling Runtime TypeDescriptor.swift
[14/50] Compiling Runtime ValueWitnessTable.swift
[15/50] Compiling Runtime PropertyInfo.swift
[16/50] Compiling Runtime TypeInfo.swift
[17/50] Compiling Runtime TypeInfoConvertible.swift
[18/50] Compiling Runtime Pointers.swift
[19/50] Compiling Runtime Case.swift
[20/50] Compiling Runtime Errors.swift
[21/50] Compiling Runtime FunctionInfo.swift
[22/50] Compiling Runtime Kind.swift
[23/50] Compiling Runtime NominalMetadataType.swift
[24/50] Compiling Runtime ProtocolMetadata.swift
[25/50] Compiling Runtime StructMetadata.swift
[26/50] Compiling Runtime TupleMetadata.swift
[27/50] Compiling Runtime RelativePointer.swift
[28/50] Compiling Runtime RelativeVectorPointer.swift
[29/50] Compiling Runtime Union.swift
[30/50] Compiling Runtime Vector.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 EnumMetadataLayout.swift
[37/50] Compiling Runtime EnumTypeDescriptor.swift
[38/50] Compiling Runtime ExistentialContainter.swift
[39/50] Compiling Runtime FieldDescriptor.swift
[40/50] Compiling Runtime FunctionMetadataLayout.swift
[41/50] Emitting module Runtime
[42/50] Compiling Runtime GettersSetters.swift
[43/50] Compiling Runtime Pointer+Extensions.swift
[44/50] Compiling Runtime RetainCounts.swift
[45/50] Compiling Runtime String+Extensions.swift
[46/50] Compiling Runtime DefaultValue.swift
[47/50] Compiling Runtime Factory.swift
[48/50] Compiling Runtime ClassHeader.swift
[49/50] Compiling Runtime ClassMetadataLayout.swift
[50/50] Compiling Runtime ClassTypeDescriptor.swift
[51/69] Compiling SwiftAvroCore AvroSchema+Equatable.swift
[52/69] Compiling SwiftAvroCore AvroSchema+Reflecting.swift
[53/71] Compiling SwiftAvroCore AvroFingerprint.swift
[54/71] Compiling SwiftAvroCore AvroSchema+Codable.swift
[55/71] Compiling SwiftAvroCore AvroPrimitiveDecoder.swift
[56/71] Compiling SwiftAvroCore AvroPrimitiveEncoder.swift
[57/71] Compiling SwiftAvroCore Context.swift
[58/71] Compiling SwiftAvroCore Protocol.swift
[59/71] Compiling SwiftAvroCore AvroPrimitiveProtocol.swift
[60/71] Compiling SwiftAvroCore AvroPrimitiveSizer.swift
[61/71] Compiling SwiftAvroCore NullCodec.swift
[62/71] Compiling SwiftAvroCore ObjectContainer.swift
[63/71] Compiling SwiftAvroCore Request.swift
[64/71] Compiling SwiftAvroCore Response.swift
[65/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 |
[66/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 |
[67/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 |
[68/71] Compiling SwiftAvroCore AvroError.swift
[69/71] Compiling SwiftAvroCore AvroDecodable.swift
[70/71] Compiling SwiftAvroCore AvroSchema.swift
[71/71] Compiling SwiftAvroCore SwiftAvroCore.swift
Build complete! (10.04s)
Fetching https://github.com/wickwirew/Runtime.git
[1/1966] Fetching runtime
Fetched https://github.com/wickwirew/Runtime.git from cache (1.07s)
Computing version for https://github.com/wickwirew/Runtime.git
Computed https://github.com/wickwirew/Runtime.git at 2.2.7 (2.96s)
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.