The Swift Package Index logo.Swift Package Index

Build Information

Successful build of BSONSerialization, reference main (72abf2), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 02:55:28 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/frizlab/bsonserialization.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/frizlab/bsonserialization
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 72abf22 Add the compressed BSON binary subtype
Cloned https://github.com/frizlab/bsonserialization.git
Revision (git rev-parse @):
72abf222b6c33fc6b40c906a83984cbbf90ec155
SUCCESS checkout https://github.com/frizlab/bsonserialization.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/frizlab/bsonserialization.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/13] Emitting module StreamReader
[5/13] Compiling StreamReader Matching.swift
[6/13] Compiling StreamReader StreamReader.swift
[7/13] Compiling StreamReader StreamReaderErrors.swift
[8/13] Compiling StreamReader FileHandleReader.swift
[9/13] Compiling StreamReader DataReader.swift
[10/13] Compiling StreamReader FileDescriptorReader.swift
[11/13] Compiling StreamReader GenericStreamReader.swift
[12/13] Compiling StreamReader URLSessionStreamTaskReader.swift
[13/13] Compiling StreamReader InputStreamReader.swift
[14/18] Compiling BSONSerialization OutputStream+Utils.swift
[15/18] Compiling BSONSerialization Errors.swift
[16/18] Compiling BSONSerialization BSONClasses.swift
[17/18] Emitting module BSONSerialization
[18/18] Compiling BSONSerialization BSONSerialization.swift
Build complete! (7.63s)
Fetching https://github.com/Frizlab/stream-reader.git
[1/1051] Fetching stream-reader
Fetched https://github.com/Frizlab/stream-reader.git from cache (0.74s)
Computing version for https://github.com/Frizlab/stream-reader.git
Computed https://github.com/Frizlab/stream-reader.git at 3.6.1 (1.17s)
Creating working copy for https://github.com/Frizlab/stream-reader.git
Working copy of https://github.com/Frizlab/stream-reader.git resolved at 3.6.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "stream-reader",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Frizlab/stream-reader.git"
    }
  ],
  "manifest_display_name" : "BSONSerialization",
  "name" : "BSONSerialization",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "BSONSerialization",
      "targets" : [
        "BSONSerialization"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BSONSerializationTests",
      "module_type" : "SwiftTarget",
      "name" : "BSONSerializationTests",
      "path" : "Tests/BSONSerializationTests",
      "sources" : [
        "BSONSerializationTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "BSONSerialization"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BSONSerialization",
      "module_type" : "SwiftTarget",
      "name" : "BSONSerialization",
      "path" : "Sources/BSONSerialization",
      "product_dependencies" : [
        "StreamReader"
      ],
      "product_memberships" : [
        "BSONSerialization"
      ],
      "sources" : [
        "BSONClasses.swift",
        "BSONSerialization.swift",
        "Errors.swift",
        "OutputStream+Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.