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 Android on 20 Jun 2025 14:49:30 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/lynixliu/SwiftAvroCore.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/wickwirew/Runtime.git
[1/1966] Fetching runtime
Fetched https://github.com/wickwirew/Runtime.git from cache (0.35s)
Computing version for https://github.com/wickwirew/Runtime.git
Computed https://github.com/wickwirew/Runtime.git at 2.2.7 (4.07s)
Creating working copy for https://github.com/wickwirew/Runtime.git
Working copy of https://github.com/wickwirew/Runtime.git resolved at 2.2.7
Building for debugging...
[0/4] Write sources
[2/4] Compiling CRuntime dummy.c
[3/4] Write swift-version-8C5A4AE7A8CE2BA.txt
[5/45] Compiling Runtime TypeInfoConvertible.swift
[6/45] Compiling Runtime Pointers.swift
[7/45] Compiling Runtime RelativePointer.swift
[8/45] Compiling Runtime RelativeVectorPointer.swift
[9/45] Compiling Runtime Union.swift
[10/45] Compiling Runtime Errors.swift
[11/45] Compiling Runtime FunctionInfo.swift
[12/45] Compiling Runtime Kind.swift
[13/45] Compiling Runtime PropertyInfo.swift
[14/45] Compiling Runtime TypeInfo.swift
[15/50] Compiling Runtime MetadataType.swift
[16/50] Compiling Runtime NominalMetadataType.swift
[17/50] Compiling Runtime ProtocolMetadata.swift
[18/50] Compiling Runtime StructMetadata.swift
[19/50] Compiling Runtime TupleMetadata.swift
[20/50] Compiling Runtime Case.swift
[21/50] Compiling Runtime ProtocolMetadataLayout.swift
[22/50] Compiling Runtime ProtocolTypeContainer.swift
[23/50] Compiling Runtime StructMetadataLayout.swift
[24/50] Compiling Runtime StructTypeDescriptor.swift
[25/50] Compiling Runtime TargetTypeGenericContextDescriptorHeader.swift
[26/50] Compiling Runtime TupleMetadataLayout.swift
[27/50] Compiling Runtime TypeDescriptor.swift
[28/50] Compiling Runtime ValueWitnessTable.swift
[29/50] Compiling Runtime ClassMetadata.swift
[30/50] Compiling Runtime EnumMetadata.swift
[31/50] Compiling Runtime FuntionMetadata.swift
[32/50] Compiling Runtime Metadata.swift
[33/50] Compiling Runtime EnumTypeDescriptor.swift
[34/50] Compiling Runtime ExistentialContainter.swift
[35/50] Compiling Runtime FieldDescriptor.swift
[36/50] Compiling Runtime FunctionMetadataLayout.swift
[37/50] Compiling Runtime MetadataLayoutType.swift
[38/50] Compiling Runtime ProtocolDescriptor.swift
[39/50] Compiling Runtime Vector.swift
[40/50] Compiling Runtime GettersSetters.swift
[41/50] Compiling Runtime Pointer+Extensions.swift
[42/50] Compiling Runtime RetainCounts.swift
[43/50] Compiling Runtime String+Extensions.swift
[44/50] Emitting module Runtime
[45/50] Compiling Runtime DefaultValue.swift
[46/50] Compiling Runtime Factory.swift
[47/50] Compiling Runtime ClassHeader.swift
[48/50] Compiling Runtime ClassMetadataLayout.swift
[49/50] Compiling Runtime ClassTypeDescriptor.swift
[50/50] Compiling Runtime EnumMetadataLayout.swift
[52/70] Compiling SwiftAvroCore AvroSchema+Equatable.swift
[53/70] Compiling SwiftAvroCore AvroSchema+Reflecting.swift
[54/72] Compiling SwiftAvroCore AvroFingerprint.swift
[55/72] Compiling SwiftAvroCore AvroSchema+Codable.swift
[56/72] Compiling SwiftAvroCore Request.swift
[57/72] Compiling SwiftAvroCore Response.swift
[58/72] Emitting module SwiftAvroCore
/host/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 |
[59/72] Compiling SwiftAvroCore ObjectContainer.swift
[60/72] Compiling SwiftAvroCore Context.swift
[61/72] Compiling SwiftAvroCore Protocol.swift
[62/72] Compiling SwiftAvroCore AvroError.swift
[63/72] Compiling SwiftAvroCore AvroDecodable.swift
[64/72] Compiling SwiftAvroCore AvroEncodable.swift
[65/72] Compiling SwiftAvroCore AvroPrimitiveProtocol.swift
[66/72] Compiling SwiftAvroCore AvroPrimitiveSizer.swift
[67/72] Compiling SwiftAvroCore NullCodec.swift
[68/72] Compiling SwiftAvroCore AvroJsonEncoder.swift
/host/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 |
[69/72] Compiling SwiftAvroCore AvroPrimitiveDecoder.swift
/host/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 |
[70/72] Compiling SwiftAvroCore AvroPrimitiveEncoder.swift
/host/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 |
[71/72] Compiling SwiftAvroCore AvroSchema.swift
[72/72] Compiling SwiftAvroCore SwiftAvroCore.swift
Build complete! (39.51s)
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" : "/host/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"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.