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 (c9a301), with Swift 6.1 for Linux on 14 Dec 2025 06:08:27 UTC.

Swift 6 data race errors: 1

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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.68.0
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 c9a301e Arrays of Enumerations without a value for `0` are no longer valid (#8836)
Cloned https://github.com/google/flatbuffers.git
Revision (git rev-parse @):
c9a301e60181bf255692e5ca1ce56850ff0cb1a0
SUCCESS checkout https://github.com/google/flatbuffers.git at master
========================================
Build
========================================
Selected platform:         linux
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",
        "FlatBuffersArraysTests.swift",
        "FlatBuffersMonsterWriterTests.swift",
        "FlatBuffersNanInfTests.swift",
        "FlatBuffersStructsTests.swift",
        "FlatBuffersTests.swift",
        "FlatBuffersUnionTests.swift",
        "FlatBuffersVectorsTests.swift",
        "FlatbuffersDoubleTests.swift",
        "FlatbuffersMoreDefaults.swift",
        "FlatbuffersVerifierTests.swift",
        "MutatingBool_generated.swift",
        "arrays_test_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",
        "Vectors/FlatbufferVector.swift",
        "Vectors/FlatbuffersVectorInitializable.swift",
        "Vectors/UnionFlatbufferVector.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.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7a52ddccc7ba366c24bb516637054305dd0c5fa0b57dff9877b95decd3e21586
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/grpc/grpc-swift.git
[1/51389] Fetching grpc-swift
Fetched https://github.com/grpc/grpc-swift.git from cache (2.02s)
Computing version for https://github.com/grpc/grpc-swift.git
Computed https://github.com/grpc/grpc-swift.git at 1.27.1 (4.61s)
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-log.git
[1/6364] Fetching swift-nio-extras
[2038/12113] Fetching swift-nio-extras, swift-log
[12114/30491] Fetching swift-nio-extras, swift-log, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (0.51s)
[10408/24742] Fetching swift-nio-extras, swift-collections
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.51s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[4227/18378] Fetching swift-collections
Fetching https://github.com/apple/swift-nio-http2.git
[7536/21187] Fetching swift-collections, swift-nio-transport-services
[12183/32905] Fetching swift-collections, swift-nio-transport-services, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.47s)
Fetching https://github.com/apple/swift-nio.git
[14340/30096] Fetching swift-collections, swift-nio-http2
[30097/110812] Fetching swift-collections, swift-nio-http2, swift-nio
[31712/152332] Fetching swift-collections, swift-nio-http2, swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-collections.git from cache (1.84s)
[19468/133954] Fetching swift-nio-http2, swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.72s)
[30467/122236] Fetching swift-nio, swift-protobuf
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-protobuf.git from cache (12.01s)
Fetched https://github.com/apple/swift-nio.git from cache (11.06s)
[1/1820] Fetching swift-atomics
[1821/17116] Fetching swift-atomics, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics.git from cache (2.28s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.30s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (14.80s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (18.62s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.64s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.33.3 (2.72s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.90s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.31.2 (0.84s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
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-asn1.git
[1/1204] Fetching swift-http-structured-headers
[1205/3772] Fetching swift-http-structured-headers, swift-service-lifecycle
[1231/10842] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-certificates
[1964/16883] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-certificates, swift-algorithms
[2042/18550] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-certificates, swift-algorithms, swift-asn1
[11502/24380] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-certificates, swift-algorithms, swift-asn1, swift-async-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.41s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.41s)
[18361/21509] Fetching swift-service-lifecycle, swift-certificates, swift-algorithms, swift-async-algorithms
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.56s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.59s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.62s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.62s)
[1/951] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.32s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.95s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.49s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (1.02s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.1 (0.62s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.67s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.8.0 (0.75s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (0.96s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.87s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.99s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (0.83s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.17.0 (1.11s)
Fetching https://github.com/apple/swift-crypto.git
[1/17465] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.03s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.91.0 (4.70s)
Fetching https://github.com/apple/swift-system.git
[1/5221] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.63s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (2.27s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (3.40s)
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.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.91.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.26.0
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.36.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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.0
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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.6.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.17.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.3.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.5.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.31.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.8.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.3
Creating working copy for https://github.com/grpc/grpc-swift.git
Working copy of https://github.com/grpc/grpc-swift.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.33.3
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.39.0
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.1.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.5.1
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.9.1
/host/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:264:42: warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'
262 |     }
263 |
264 |     let workDirectory = PathLike(context.pluginWorkDirectory)
    |                                          |- warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'
    |                                          `- note: use 'pluginWorkDirectoryURL' instead
265 |
266 |     return try self.createBuildCommands(
/host/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:287:18: warning: 'init(_:)' is deprecated: Use `URL` type instead of `Path`.
285 |
286 |   init(_ path: String) {
287 |     self.value = Path(path)
    |                  `- warning: 'init(_:)' is deprecated: Use `URL` type instead of `Path`.
288 |   }
289 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:291:26: warning: 'path' is deprecated: renamed to 'url'
289 |
290 |   init(_ element: FileList.Element) {
291 |     self.value = element.path
    |                          |- warning: 'path' is deprecated: renamed to 'url'
    |                          `- note: use 'url' instead
292 |   }
293 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:295:26: warning: 'path' is deprecated: renamed to 'url'
293 |
294 |   init(_ element: PluginContext.Tool) {
295 |     self.value = element.path
    |                          |- warning: 'path' is deprecated: renamed to 'url'
    |                          `- note: use 'url' instead
296 |   }
297 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:303:23: warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
301 |
302 |   var lastComponent: String {
303 |     return self.value.lastComponent
    |                       `- warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
304 |   }
305 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:308:29: warning: 'removingLastComponent()' is deprecated: Use `URL` type instead of `Path`.
306 |   func removingLastComponent() -> Self {
307 |     var copy = self
308 |     copy.value = self.value.removingLastComponent()
    |                             `- warning: 'removingLastComponent()' is deprecated: Use `URL` type instead of `Path`.
309 |     return copy
310 |   }
/host/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:314:29: warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
312 |   func appending(_ path: String) -> Self {
313 |     var copy = self
314 |     copy.value = self.value.appending(path)
    |                             `- warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
315 |     return copy
316 |   }
/host/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:327:17: warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`.
325 |     outputFiles: [PathLike]
326 |   ) -> PackagePlugin.Command {
327 |     return Self.buildCommand(
    |                 `- warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`.
328 |       displayName: displayName,
329 |       executable: executable.value,
/host/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:339:35: warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
337 | extension URL {
338 |   init(_ pathLike: PathLike) {
339 |     self = URL(fileURLWithPath: "\(pathLike.value)")
    |                                   `- warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
340 |   }
341 | }
[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 Scalar.swift
[8/10] Compiling Common Int+extension.swift
[9/10] Emitting module Common
[10/10] Compiling Common padding.swift
[12/48] Emitting module FlatBuffers
[13/50] Compiling FlexBuffers Vector.swift
[14/50] Compiling FlexBuffers BitWidth.swift
[15/50] Compiling FlexBuffers FixedTypedVector.swift
[16/50] Compiling FlexBuffers FlexBufferVector.swift
[17/51] Compiling FlatBuffers Verifier.swift
[18/51] Compiling FlatBuffers _InternalByteBuffer.swift
[19/51] Compiling FlexBuffers Sized.swift
[20/51] Compiling FlexBuffers TypedVector.swift
[21/51] Compiling FlexBuffers Map.swift
[22/51] Compiling FlexBuffers Reference.swift
[27/51] Compiling FlexBuffers Constants.swift
[28/51] Compiling FlexBuffers Value.swift
[32/51] 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 | #endif
 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 |
[33/51] Compiling FlexBuffers ByteBuffer.swift
[34/51] Compiling FlexBuffers FlexBufferType.swift
[35/51] Compiling FlexBuffers _InternalByteBuffer.swift
[39/51] Compiling FlatBuffers TableVerifier.swift
[40/51] Compiling FlatBuffers FlatbufferVector.swift
[41/51] Compiling FlatBuffers FlatbuffersVectorInitializable.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 | #endif
 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 | #endif
 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 |
[44/51] Compiling FlexBuffers functions.swift
/host/spi-builder-workspace/swift/Sources/FlexBuffers/Utils/functions.swift:106:41: warning: 'vectorString' is deprecated: use FBT_VECTOR or FBT_VECTOR_KEY instead.
104 | @inline(__always)
105 | func isTypedVectorType(type: FlexBufferType) -> Bool {
106 |   return type >= .vectorInt && type <= .vectorString || type == .vectorBool
    |                                         `- warning: 'vectorString' is deprecated: use FBT_VECTOR or FBT_VECTOR_KEY instead.
107 | }
108 |
[45/51] Compiling FlexBuffers FlexBuffersWriter.swift
/host/spi-builder-workspace/swift/Sources/FlexBuffers/Utils/functions.swift:106:41: warning: 'vectorString' is deprecated: use FBT_VECTOR or FBT_VECTOR_KEY instead.
104 | @inline(__always)
105 | func isTypedVectorType(type: FlexBufferType) -> Bool {
106 |   return type >= .vectorInt && type <= .vectorString || type == .vectorBool
    |                                         `- warning: 'vectorString' is deprecated: use FBT_VECTOR or FBT_VECTOR_KEY instead.
107 | }
108 |
[49/52] Compiling FlatBuffers Root.swift
[50/52] Compiling FlatBuffers String+extension.swift
[51/52] Compiling FlatBuffers Struct.swift
[52/52] Compiling FlatBuffers Table.swift
Build complete! (185.55s)
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",
        "FlatBuffersArraysTests.swift",
        "FlatBuffersMonsterWriterTests.swift",
        "FlatBuffersNanInfTests.swift",
        "FlatBuffersStructsTests.swift",
        "FlatBuffersTests.swift",
        "FlatBuffersUnionTests.swift",
        "FlatBuffersVectorsTests.swift",
        "FlatbuffersDoubleTests.swift",
        "FlatbuffersMoreDefaults.swift",
        "FlatbuffersVerifierTests.swift",
        "MutatingBool_generated.swift",
        "arrays_test_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",
        "Vectors/FlatbufferVector.swift",
        "Vectors/FlatbuffersVectorInitializable.swift",
        "Vectors/UnionFlatbufferVector.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.10"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7a52ddccc7ba366c24bb516637054305dd0c5fa0b57dff9877b95decd3e21586
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.