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 swift-binary-coder, reference v0.0.1 (5270e9), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 07:56:01 UTC.

Swift 6 data race errors: 1

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fwcd/swift-binary-coder.git
Reference: v0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fwcd/swift-binary-coder
 * tag               v0.0.1     -> FETCH_HEAD
HEAD is now at 5270e91 Implement decoding of non null terminated strings
Cloned https://github.com/fwcd/swift-binary-coder.git
Revision (git rev-parse @):
5270e91c53e2b75a32c8383de74743233d8aab7a
SUCCESS checkout https://github.com/fwcd/swift-binary-coder.git at v0.0.1
Fetching https://github.com/apple/swift-docc-plugin.git
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin.git from cache (1.12s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.0.0 (1.69s)
Creating working copy for https://github.com/apple/swift-docc-plugin.git
Working copy of https://github.com/apple/swift-docc-plugin.git resolved at 1.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-binary-coder",
      "name": "swift-binary-coder",
      "url": "https://github.com/fwcd/swift-binary-coder.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-binary-coder",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/fwcd/swift-binary-coder.git
[1/424] Fetching swift-binary-coder
Fetched https://github.com/fwcd/swift-binary-coder.git from cache (0.71s)
Creating working copy for https://github.com/fwcd/swift-binary-coder.git
Working copy of https://github.com/fwcd/swift-binary-coder.git resolved at v0.0.1 (5270e91)
warning: '.resolve-product-dependencies': dependency 'swift-binary-coder' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/fwcd/swift-binary-coder.git
https://github.com/fwcd/swift-binary-coder.git
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin.git"
    }
  ],
  "manifest_display_name" : "swift-binary-coder",
  "name" : "swift-binary-coder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "BinaryCoder",
      "targets" : [
        "BinaryCoder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BinaryCoderTests",
      "module_type" : "SwiftTarget",
      "name" : "BinaryCoderTests",
      "path" : "Tests/BinaryCoderTests",
      "sources" : [
        "BinaryDecoderTests.swift",
        "BinaryEncoderTests.swift",
        "SupportStructures.swift"
      ],
      "target_dependencies" : [
        "BinaryCoder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BinaryCoder",
      "module_type" : "SwiftTarget",
      "name" : "BinaryCoder",
      "path" : "Sources/BinaryCoder",
      "product_memberships" : [
        "BinaryCoder"
      ],
      "sources" : [
        "BinaryCodingConfiguation.swift",
        "Decoder/BinaryDecoder.swift",
        "Decoder/BinaryDecoderImpl.swift",
        "Decoder/BinaryDecodingError.swift",
        "Decoder/BinaryDecodingState.swift",
        "Decoder/KeyedBinaryDecodingContainer.swift",
        "Decoder/SingleValueBinaryDecodingContainer.swift",
        "Decoder/UnkeyedBinaryDecodingContainer.swift",
        "Encoder/BinaryEncoder.swift",
        "Encoder/BinaryEncoderImpl.swift",
        "Encoder/BinaryEncodingError.swift",
        "Encoder/BinaryEncodingState.swift",
        "Encoder/KeyedBinaryEncodingContainer.swift",
        "Encoder/SingleValueBinaryEncodingContainer.swift",
        "Encoder/UnkeyedBinaryEncodingContainer.swift",
        "Endianness.swift",
        "VariableSizedTypeStrategy.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/21] Compiling BinaryCoder UnkeyedBinaryEncodingContainer.swift
[6/21] Compiling BinaryCoder Endianness.swift
[7/22] Compiling BinaryCoder VariableSizedTypeStrategy.swift
[8/22] Compiling BinaryCoder KeyedBinaryEncodingContainer.swift
[9/22] Compiling BinaryCoder SingleValueBinaryEncodingContainer.swift
[10/22] Compiling BinaryCoder BinaryEncodingError.swift
[11/22] Compiling BinaryCoder BinaryEncodingState.swift
[12/22] Compiling BinaryCoder SingleValueBinaryDecodingContainer.swift
[13/22] Compiling BinaryCoder UnkeyedBinaryDecodingContainer.swift
[14/22] Compiling BinaryCoder BinaryDecoderImpl.swift
[15/22] Compiling BinaryCoder BinaryDecodingError.swift
[16/22] Compiling BinaryCoder BinaryEncoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/BinaryCoder/BinaryCodingConfiguation.swift:15:44: warning: static property 'utf8' cannot be used in a default argument value because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
13 |     public init(
14 |         endianness: Endianness = .bigEndian,
15 |         stringEncoding: String.Encoding = .utf8,
   |                                            |- warning: static property 'utf8' cannot be used in a default argument value because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
   |                                            `- note: The missing import of module 'Foundation' will be added implicitly
16 |         nullTerminateStrings: Bool = true,
17 |         variableSizedTypeStrategy: VariableSizedTypeStrategy = .untagged
[17/22] Compiling BinaryCoder BinaryEncoderImpl.swift
/Users/admin/builder/spi-builder-workspace/Sources/BinaryCoder/BinaryCodingConfiguation.swift:15:44: warning: static property 'utf8' cannot be used in a default argument value because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
13 |     public init(
14 |         endianness: Endianness = .bigEndian,
15 |         stringEncoding: String.Encoding = .utf8,
   |                                            |- warning: static property 'utf8' cannot be used in a default argument value because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
   |                                            `- note: The missing import of module 'Foundation' will be added implicitly
16 |         nullTerminateStrings: Bool = true,
17 |         variableSizedTypeStrategy: VariableSizedTypeStrategy = .untagged
[18/22] Compiling BinaryCoder BinaryCodingConfiguation.swift
/Users/admin/builder/spi-builder-workspace/Sources/BinaryCoder/BinaryCodingConfiguation.swift:15:32: warning: cannot use struct 'Encoding' here; 'Foundation' was not imported by this file
13 |     public init(
14 |         endianness: Endianness = .bigEndian,
15 |         stringEncoding: String.Encoding = .utf8,
   |                                `- warning: cannot use struct 'Encoding' here; 'Foundation' was not imported by this file
16 |         nullTerminateStrings: Bool = true,
17 |         variableSizedTypeStrategy: VariableSizedTypeStrategy = .untagged
Foundation.String.Encoding:2:15: note: struct declared here
 1 | struct String {
 2 | public struct Encoding : RawRepresentable, Sendable, Equatable {
   |               `- note: struct declared here
 3 |     public var rawValue: UInt
 4 |     public init(rawValue: UInt)
/Users/admin/builder/spi-builder-workspace/Sources/BinaryCoder/BinaryCodingConfiguation.swift:15:44: warning: static property 'utf8' cannot be used in a default argument value because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
13 |     public init(
14 |         endianness: Endianness = .bigEndian,
15 |         stringEncoding: String.Encoding = .utf8,
   |                                            |- warning: static property 'utf8' cannot be used in a default argument value because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
   |                                            `- note: The missing import of module 'Foundation' will be added implicitly
16 |         nullTerminateStrings: Bool = true,
17 |         variableSizedTypeStrategy: VariableSizedTypeStrategy = .untagged
[19/22] Compiling BinaryCoder BinaryDecoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/BinaryCoder/BinaryCodingConfiguation.swift:15:32: warning: cannot use struct 'Encoding' here; 'Foundation' was not imported by this file
13 |     public init(
14 |         endianness: Endianness = .bigEndian,
15 |         stringEncoding: String.Encoding = .utf8,
   |                                `- warning: cannot use struct 'Encoding' here; 'Foundation' was not imported by this file
16 |         nullTerminateStrings: Bool = true,
17 |         variableSizedTypeStrategy: VariableSizedTypeStrategy = .untagged
Foundation.String.Encoding:2:15: note: struct declared here
 1 | struct String {
 2 | public struct Encoding : RawRepresentable, Sendable, Equatable {
   |               `- note: struct declared here
 3 |     public var rawValue: UInt
 4 |     public init(rawValue: UInt)
/Users/admin/builder/spi-builder-workspace/Sources/BinaryCoder/BinaryCodingConfiguation.swift:15:44: warning: static property 'utf8' cannot be used in a default argument value because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
13 |     public init(
14 |         endianness: Endianness = .bigEndian,
15 |         stringEncoding: String.Encoding = .utf8,
   |                                            |- warning: static property 'utf8' cannot be used in a default argument value because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
   |                                            `- note: The missing import of module 'Foundation' will be added implicitly
16 |         nullTerminateStrings: Bool = true,
17 |         variableSizedTypeStrategy: VariableSizedTypeStrategy = .untagged
[20/22] Emitting module BinaryCoder
/Users/admin/builder/spi-builder-workspace/Sources/BinaryCoder/BinaryCodingConfiguation.swift:15:32: warning: cannot use struct 'Encoding' here; 'Foundation' was not imported by this file
13 |     public init(
14 |         endianness: Endianness = .bigEndian,
15 |         stringEncoding: String.Encoding = .utf8,
   |                                `- warning: cannot use struct 'Encoding' here; 'Foundation' was not imported by this file
16 |         nullTerminateStrings: Bool = true,
17 |         variableSizedTypeStrategy: VariableSizedTypeStrategy = .untagged
Foundation.String.Encoding:2:15: note: struct declared here
 1 | struct String {
 2 | public struct Encoding : RawRepresentable, Sendable, Equatable {
   |               `- note: struct declared here
 3 |     public var rawValue: UInt
 4 |     public init(rawValue: UInt)
/Users/admin/builder/spi-builder-workspace/Sources/BinaryCoder/BinaryCodingConfiguation.swift:15:44: warning: static property 'utf8' cannot be used in a default argument value because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
13 |     public init(
14 |         endianness: Endianness = .bigEndian,
15 |         stringEncoding: String.Encoding = .utf8,
   |                                            |- warning: static property 'utf8' cannot be used in a default argument value because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
   |                                            `- note: The missing import of module 'Foundation' will be added implicitly
16 |         nullTerminateStrings: Bool = true,
17 |         variableSizedTypeStrategy: VariableSizedTypeStrategy = .untagged
[21/22] Compiling BinaryCoder BinaryDecodingState.swift
[22/22] Compiling BinaryCoder KeyedBinaryDecodingContainer.swift
Build complete! (12.24s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin.git"
    }
  ],
  "manifest_display_name" : "swift-binary-coder",
  "name" : "swift-binary-coder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "BinaryCoder",
      "targets" : [
        "BinaryCoder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BinaryCoderTests",
      "module_type" : "SwiftTarget",
      "name" : "BinaryCoderTests",
      "path" : "Tests/BinaryCoderTests",
      "sources" : [
        "BinaryDecoderTests.swift",
        "BinaryEncoderTests.swift",
        "SupportStructures.swift"
      ],
      "target_dependencies" : [
        "BinaryCoder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BinaryCoder",
      "module_type" : "SwiftTarget",
      "name" : "BinaryCoder",
      "path" : "Sources/BinaryCoder",
      "product_memberships" : [
        "BinaryCoder"
      ],
      "sources" : [
        "BinaryCodingConfiguation.swift",
        "Decoder/BinaryDecoder.swift",
        "Decoder/BinaryDecoderImpl.swift",
        "Decoder/BinaryDecodingError.swift",
        "Decoder/BinaryDecodingState.swift",
        "Decoder/KeyedBinaryDecodingContainer.swift",
        "Decoder/SingleValueBinaryDecodingContainer.swift",
        "Decoder/UnkeyedBinaryDecodingContainer.swift",
        "Encoder/BinaryEncoder.swift",
        "Encoder/BinaryEncoderImpl.swift",
        "Encoder/BinaryEncodingError.swift",
        "Encoder/BinaryEncodingState.swift",
        "Encoder/KeyedBinaryEncodingContainer.swift",
        "Encoder/SingleValueBinaryEncodingContainer.swift",
        "Encoder/UnkeyedBinaryEncodingContainer.swift",
        "Endianness.swift",
        "VariableSizedTypeStrategy.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.