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 FlatBuffers, reference master (48eccb), with Swift 6.1 for Android on 11 Sep 2025 18:28:32 UTC.

Swift 6 data race errors: 1

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/google/flatbuffers.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/google/flatbuffers
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 48eccb8 fix(idl_gen_ts): bool to number conversion in mutable API (#8677)
Cloned https://github.com/google/flatbuffers.git
Revision (git rev-parse @):
48eccb83dbd10168ea8bfbace3aaafcfdee67447
SUCCESS checkout https://github.com/google/flatbuffers.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/google/flatbuffers.git
https://github.com/google/flatbuffers.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "grpc-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift.git"
    }
  ],
  "manifest_display_name" : "FlatBuffers",
  "name" : "FlatBuffers",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "FlatBuffers",
      "targets" : [
        "FlatBuffers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FlexBuffers",
      "targets" : [
        "FlexBuffers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FlexbuffersTests",
      "module_type" : "SwiftTarget",
      "name" : "FlexbuffersTests",
      "path" : "tests/swift/Tests/Flexbuffers",
      "sources" : [
        "FlexBuffersJSONTests.swift",
        "FlexBuffersReaderTests.swift",
        "FlexBuffersStringTests.swift",
        "FlexBuffersWriterTests.swift",
        "Mocks.swift"
      ],
      "target_dependencies" : [
        "FlexBuffers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FlexBuffers",
      "module_type" : "SwiftTarget",
      "name" : "FlexBuffers",
      "path" : "swift/Sources/FlexBuffers",
      "product_memberships" : [
        "FlexBuffers"
      ],
      "sources" : [
        "ByteBuffer.swift",
        "FlexBufferType.swift",
        "Reader/FixedTypedVector.swift",
        "Reader/FlexBufferVector.swift",
        "Reader/Map.swift",
        "Reader/Reference.swift",
        "Reader/Sized.swift",
        "Reader/TypedVector.swift",
        "Reader/Vector.swift",
        "Utils/BitWidth.swift",
        "Utils/Constants.swift",
        "Utils/Value.swift",
        "Utils/functions.swift",
        "Writer/FlexBuffersWriter.swift",
        "_InternalByteBuffer.swift"
      ],
      "target_dependencies" : [
        "Common"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FlatbuffersTests",
      "module_type" : "SwiftTarget",
      "name" : "FlatbuffersTests",
      "path" : "tests/swift/Tests/Flatbuffers",
      "product_dependencies" : [
        "GRPC"
      ],
      "sources" : [
        "ByteBufferTests.swift",
        "FlatBuffersMonsterWriterTests.swift",
        "FlatBuffersNanInfTests.swift",
        "FlatBuffersStructsTests.swift",
        "FlatBuffersTests.swift",
        "FlatBuffersUnionTests.swift",
        "FlatBuffersVectorsTests.swift",
        "FlatbuffersDoubleTests.swift",
        "FlatbuffersMoreDefaults.swift",
        "FlatbuffersVerifierTests.swift",
        "MutatingBool_generated.swift",
        "monster_test.grpc.swift",
        "monster_test_generated.swift",
        "more_defaults_generated.swift",
        "nan_inf_test_generated.swift",
        "optional_scalars_generated.swift",
        "union_vector_generated.swift",
        "vector_has_test_generated.swift"
      ],
      "target_dependencies" : [
        "FlatBuffers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FlatBuffers",
      "module_type" : "SwiftTarget",
      "name" : "FlatBuffers",
      "path" : "swift/Sources/FlatBuffers",
      "product_memberships" : [
        "FlatBuffers"
      ],
      "sources" : [
        "ByteBuffer.swift",
        "Constants.swift",
        "Enum.swift",
        "FlatBufferBuilder.swift",
        "FlatBufferObject.swift",
        "FlatBuffersUtils.swift",
        "FlatbuffersErrors.swift",
        "Message.swift",
        "Mutable.swift",
        "NativeObject.swift",
        "Offset.swift",
        "Root.swift",
        "String+extension.swift",
        "Struct.swift",
        "Table.swift",
        "TableVerifier.swift",
        "VeriferOptions.swift",
        "Verifiable.swift",
        "Verifier.swift",
        "_InternalByteBuffer.swift"
      ],
      "target_dependencies" : [
        "Common"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Common",
      "module_type" : "SwiftTarget",
      "name" : "Common",
      "path" : "swift/Sources/Common",
      "product_memberships" : [
        "FlatBuffers",
        "FlexBuffers"
      ],
      "sources" : [
        "Int+extension.swift",
        "Scalar.swift",
        "padding.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/grpc/grpc-swift.git
[1/51297] Fetching grpc-swift
Fetched https://github.com/grpc/grpc-swift.git from cache (2.35s)
Computing version for https://github.com/grpc/grpc-swift.git
Computed https://github.com/grpc/grpc-swift.git at 1.26.1 (5.32s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-log.git
[1/3903] Fetching swift-log
[41/10030] Fetching swift-log, swift-nio-extras
[555/11844] Fetching swift-log, swift-nio-extras, swift-atomics
[10811/26919] Fetching swift-log, swift-nio-extras, swift-atomics, swift-nio-ssl
[10989/44372] Fetching swift-log, swift-nio-extras, swift-atomics, swift-nio-ssl, swift-collections
[44072/84543] Fetching swift-log, swift-nio-extras, swift-atomics, swift-nio-ssl, swift-collections, swift-protobuf
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.64s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[41459/78416] Fetching swift-log, swift-atomics, swift-nio-ssl, swift-collections, swift-protobuf
[44272/81134] Fetching swift-log, swift-atomics, swift-nio-ssl, swift-collections, swift-protobuf, swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.69s)
Fetching https://github.com/apple/swift-nio-http2.git
[49895/78416] Fetching swift-log, swift-atomics, swift-nio-ssl, swift-collections, swift-protobuf
[58734/90077] Fetching swift-log, swift-atomics, swift-nio-ssl, swift-collections, swift-protobuf, swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.45s)
Fetching https://github.com/apple/swift-nio.git
[78416/78416] Fetching swift-log, swift-atomics, swift-nio-ssl, swift-collections, swift-protobuf
[78417/156489] Fetching swift-log, swift-atomics, swift-nio-ssl, swift-collections, swift-protobuf, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (8.47s)
Fetched https://github.com/apple/swift-log.git from cache (8.49s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (8.53s)
Fetched https://github.com/apple/swift-collections.git from cache (8.53s)
Fetched https://github.com/apple/swift-protobuf.git from cache (8.64s)
Fetched https://github.com/apple/swift-nio.git from cache (6.89s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (11.61s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (0.86s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.99s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.42s)
Fetching https://github.com/apple/swift-system.git
[1/4937] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.56s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.31.0 (1.60s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.77s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (0.73s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
[1/1176] Fetching swift-http-structured-headers
[425/6529] Fetching swift-http-structured-headers, swift-async-algorithms
[640/12514] Fetching swift-http-structured-headers, swift-async-algorithms, swift-algorithms
[641/14984] Fetching swift-http-structured-headers, swift-async-algorithms, swift-algorithms, swift-service-lifecycle
[1618/16613] Fetching swift-http-structured-headers, swift-async-algorithms, swift-algorithms, swift-service-lifecycle, swift-asn1
[5874/23196] Fetching swift-http-structured-headers, swift-async-algorithms, swift-algorithms, swift-service-lifecycle, swift-asn1, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.74s)
[16862/22020] Fetching swift-async-algorithms, swift-algorithms, swift-service-lifecycle, swift-asn1, swift-certificates
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-asn1.git from cache (0.96s)
[19207/20391] Fetching swift-async-algorithms, swift-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.28s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.29s)
[1/923] Fetching swift-http-types
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.38s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.38s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.68s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (2.32s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.86s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.75s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.59s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.16s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.80s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.53s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.13.0 (0.71s)
Fetching https://github.com/apple/swift-crypto.git
[1/16864] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.12s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (2.73s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (1.06s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.0 (0.65s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.70s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.0 (1.85s)
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.31.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.34.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.0
Creating working copy for https://github.com/grpc/grpc-swift.git
Working copy of https://github.com/grpc/grpc-swift.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.29.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.13.0
Downloading binary artifact https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip
[1397/15500663] Downloading https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip
Downloaded https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip (2.77s)
[1/1] Compiling plugin GRPCSwiftPlugin
[2/2] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[2/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/10] Compiling Common padding.swift
[8/10] Compiling Common Scalar.swift
[9/10] Compiling Common Int+extension.swift
[10/10] Emitting module Common
[12/45] Compiling FlatBuffers Enum.swift
[13/45] Compiling FlatBuffers FlatBufferBuilder.swift
[14/45] Compiling FlatBuffers ByteBuffer.swift
[15/45] Compiling FlatBuffers Constants.swift
[16/46] Compiling FlatBuffers VeriferOptions.swift
[17/46] Compiling FlatBuffers Verifiable.swift
[18/48] Compiling FlatBuffers FlatbuffersErrors.swift
[19/48] Compiling FlatBuffers Message.swift
[20/48] Emitting module FlexBuffers
/host/spi-builder-workspace/swift/Sources/FlexBuffers/Utils/Value.swift:102:14: warning: static property 'nil' is not concurrency-safe because non-'Sendable' type 'Value' may have shared mutable state; this is an error in the Swift 6 language mode
 21 | import Foundation
 22 |
 23 | public struct Value: Equatable {
    |               `- note: consider making struct 'Value' conform to the 'Sendable' protocol
 24 |
 25 |   @usableFromInline
    :
100 |   }
101 |
102 |   static let `nil` = Value()
    |              |- warning: static property 'nil' is not concurrency-safe because non-'Sendable' type 'Value' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: add '@MainActor' to make static property 'nil' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
103 | }
104 |
[21/48] Compiling FlatBuffers FlatBufferObject.swift
[22/48] Compiling FlatBuffers FlatBuffersUtils.swift
[25/48] Compiling FlatBuffers Mutable.swift
[26/48] Compiling FlatBuffers String+extension.swift
[27/48] Compiling FlatBuffers Struct.swift
[28/48] Emitting module FlatBuffers
[29/48] Compiling FlexBuffers _InternalByteBuffer.swift
[31/48] Compiling FlatBuffers NativeObject.swift
/host/spi-builder-workspace/swift/Sources/FlexBuffers/Utils/Value.swift:102:14: warning: static property 'nil' is not concurrency-safe because non-'Sendable' type 'Value' may have shared mutable state; this is an error in the Swift 6 language mode
 21 | import Foundation
 22 |
 23 | public struct Value: Equatable {
    |               `- note: consider making struct 'Value' conform to the 'Sendable' protocol
 24 |
 25 |   @usableFromInline
    :
100 |   }
101 |
102 |   static let `nil` = Value()
    |              |- warning: static property 'nil' is not concurrency-safe because non-'Sendable' type 'Value' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: add '@MainActor' to make static property 'nil' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
103 | }
104 |
/host/spi-builder-workspace/swift/Sources/FlexBuffers/Utils/Value.swift:102:14: warning: static property 'nil' is not concurrency-safe because non-'Sendable' type 'Value' may have shared mutable state; this is an error in the Swift 6 language mode
 21 | import Foundation
 22 |
 23 | public struct Value: Equatable {
    |               `- note: consider making struct 'Value' conform to the 'Sendable' protocol
 24 |
 25 |   @usableFromInline
    :
100 |   }
101 |
102 |   static let `nil` = Value()
    |              |- warning: static property 'nil' is not concurrency-safe because non-'Sendable' type 'Value' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: add '@MainActor' to make static property 'nil' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
103 | }
104 |
[34/48] Compiling FlatBuffers Offset.swift
/host/spi-builder-workspace/swift/Sources/FlexBuffers/Utils/functions.swift:97:41: warning: 'vectorString' is deprecated: use FBT_VECTOR or FBT_VECTOR_KEY instead.
 95 | @inline(__always)
 96 | func isTypedVectorType(type: FlexBufferType) -> Bool {
 97 |   return type >= .vectorInt && type <= .vectorString || type == .vectorBool
    |                                         `- warning: 'vectorString' is deprecated: use FBT_VECTOR or FBT_VECTOR_KEY instead.
 98 | }
 99 |
[35/48] Compiling FlatBuffers Root.swift
/host/spi-builder-workspace/swift/Sources/FlexBuffers/Utils/functions.swift:97:41: warning: 'vectorString' is deprecated: use FBT_VECTOR or FBT_VECTOR_KEY instead.
 95 | @inline(__always)
 96 | func isTypedVectorType(type: FlexBufferType) -> Bool {
 97 |   return type >= .vectorInt && type <= .vectorString || type == .vectorBool
    |                                         `- warning: 'vectorString' is deprecated: use FBT_VECTOR or FBT_VECTOR_KEY instead.
 98 | }
 99 |
[43/49] Compiling FlatBuffers Verifier.swift
[44/49] Compiling FlatBuffers _InternalByteBuffer.swift
[48/49] Compiling FlatBuffers Table.swift
[49/49] Compiling FlatBuffers TableVerifier.swift
Build complete! (93.41s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "grpc-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift.git"
    }
  ],
  "manifest_display_name" : "FlatBuffers",
  "name" : "FlatBuffers",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "FlatBuffers",
      "targets" : [
        "FlatBuffers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FlexBuffers",
      "targets" : [
        "FlexBuffers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FlexbuffersTests",
      "module_type" : "SwiftTarget",
      "name" : "FlexbuffersTests",
      "path" : "tests/swift/Tests/Flexbuffers",
      "sources" : [
        "FlexBuffersJSONTests.swift",
        "FlexBuffersReaderTests.swift",
        "FlexBuffersStringTests.swift",
        "FlexBuffersWriterTests.swift",
        "Mocks.swift"
      ],
      "target_dependencies" : [
        "FlexBuffers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FlexBuffers",
      "module_type" : "SwiftTarget",
      "name" : "FlexBuffers",
      "path" : "swift/Sources/FlexBuffers",
      "product_memberships" : [
        "FlexBuffers"
      ],
      "sources" : [
        "ByteBuffer.swift",
        "FlexBufferType.swift",
        "Reader/FixedTypedVector.swift",
        "Reader/FlexBufferVector.swift",
        "Reader/Map.swift",
        "Reader/Reference.swift",
        "Reader/Sized.swift",
        "Reader/TypedVector.swift",
        "Reader/Vector.swift",
        "Utils/BitWidth.swift",
        "Utils/Constants.swift",
        "Utils/Value.swift",
        "Utils/functions.swift",
        "Writer/FlexBuffersWriter.swift",
        "_InternalByteBuffer.swift"
      ],
      "target_dependencies" : [
        "Common"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FlatbuffersTests",
      "module_type" : "SwiftTarget",
      "name" : "FlatbuffersTests",
      "path" : "tests/swift/Tests/Flatbuffers",
      "product_dependencies" : [
        "GRPC"
      ],
      "sources" : [
        "ByteBufferTests.swift",
        "FlatBuffersMonsterWriterTests.swift",
        "FlatBuffersNanInfTests.swift",
        "FlatBuffersStructsTests.swift",
        "FlatBuffersTests.swift",
        "FlatBuffersUnionTests.swift",
        "FlatBuffersVectorsTests.swift",
        "FlatbuffersDoubleTests.swift",
        "FlatbuffersMoreDefaults.swift",
        "FlatbuffersVerifierTests.swift",
        "MutatingBool_generated.swift",
        "monster_test.grpc.swift",
        "monster_test_generated.swift",
        "more_defaults_generated.swift",
        "nan_inf_test_generated.swift",
        "optional_scalars_generated.swift",
        "union_vector_generated.swift",
        "vector_has_test_generated.swift"
      ],
      "target_dependencies" : [
        "FlatBuffers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FlatBuffers",
      "module_type" : "SwiftTarget",
      "name" : "FlatBuffers",
      "path" : "swift/Sources/FlatBuffers",
      "product_memberships" : [
        "FlatBuffers"
      ],
      "sources" : [
        "ByteBuffer.swift",
        "Constants.swift",
        "Enum.swift",
        "FlatBufferBuilder.swift",
        "FlatBufferObject.swift",
        "FlatBuffersUtils.swift",
        "FlatbuffersErrors.swift",
        "Message.swift",
        "Mutable.swift",
        "NativeObject.swift",
        "Offset.swift",
        "Root.swift",
        "String+extension.swift",
        "Struct.swift",
        "Table.swift",
        "TableVerifier.swift",
        "VeriferOptions.swift",
        "Verifiable.swift",
        "Verifier.swift",
        "_InternalByteBuffer.swift"
      ],
      "target_dependencies" : [
        "Common"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Common",
      "module_type" : "SwiftTarget",
      "name" : "Common",
      "path" : "swift/Sources/Common",
      "product_memberships" : [
        "FlatBuffers",
        "FlexBuffers"
      ],
      "sources" : [
        "Int+extension.swift",
        "Scalar.swift",
        "padding.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.