The Swift Package Index logo.Swift Package Index

Build Information

Successful build of BinaryStore, reference main (cfa2ed), with Swift 6.2 for macOS (SPM) on 23 Jun 2025 04:21:04 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/wuyu2015/BinaryStoreSwift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wuyu2015/BinaryStoreSwift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cfa2edf Delete: default values for parameters
Cloned https://github.com/wuyu2015/BinaryStoreSwift.git
Revision (git rev-parse @):
cfa2edfac841cd991edb6173ad77930cfc83b54d
SUCCESS checkout https://github.com/wuyu2015/BinaryStoreSwift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/wuyu2015/BinaryStoreSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/25] Emitting module BinaryStore
[4/27] Compiling BinaryStore Box+RandomAccessCollection.swift
[5/27] Compiling BinaryStore Box+Range.swift
[6/27] Compiling BinaryStore Box+RangeArray.swift
[7/27] Compiling BinaryStore BitWidth.swift
[8/27] Compiling BinaryStore Sign.swift
[9/27] Compiling BinaryStore Box+IntGet.swift
[10/27] Compiling BinaryStore Box+IntSet.swift
[11/27] Compiling BinaryStore Box+MutableCollection.swift
[12/27] Compiling BinaryStore Box+StringArray.swift
[13/27] Compiling BinaryStore Box+StringArrayGet.swift
[14/27] Compiling BinaryStore Box+IntArrayGet.swift
[15/27] Compiling BinaryStore Box+IntArrayIndex.swift
[16/27] Compiling BinaryStore Box+IntArraySet.swift
[17/27] Compiling BinaryStore Box+StringSet.swift
[18/27] Compiling BinaryStore Box.swift
[19/27] Compiling BinaryStore Box+RangeArrayGet.swift
[20/27] Compiling BinaryStore Box+RangeArraySet.swift
[21/27] Compiling BinaryStore Box+StringArraySet.swift
[22/27] Compiling BinaryStore Box+StringGet.swift
[23/27] Compiling BinaryStore Box+RangeSet.swift
[24/27] Compiling BinaryStore Box+String.swift
[25/27] Compiling BinaryStore BinaryStore+PropertyListEncoder.swift
[26/27] Compiling BinaryStore BinaryStore.swift
[27/27] Compiling BinaryStore Box+BinaryPlist.swift
Build complete! (3.91s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "BinaryStore",
  "name" : "BinaryStore",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "BinaryStore",
      "targets" : [
        "BinaryStore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BinaryStoreTests",
      "module_type" : "SwiftTarget",
      "name" : "BinaryStoreTests",
      "path" : "Tests/BinaryStoreTests",
      "sources" : [
        "BoxIntArrayIndexTests.swift",
        "BoxIntArrayTests.swift",
        "BoxIntTests.swift",
        "BoxRangeArrayIndexTests.swift",
        "BoxRangeArrayTests.swift",
        "BoxRangeTests.swift",
        "BoxStringArrayIndexTests.swift",
        "BoxStringArrayTests.swift",
        "BoxStringTests.swift",
        "BoxTests.swift",
        "DemoTests.swift",
        "XCTestCase+extention.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "BinaryStore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BinaryStore",
      "module_type" : "SwiftTarget",
      "name" : "BinaryStore",
      "path" : "Sources/BinaryStore",
      "product_memberships" : [
        "BinaryStore"
      ],
      "sources" : [
        "BinaryStore+PropertyListEncoder.swift",
        "BinaryStore.swift",
        "Box+BinaryPlist.swift",
        "Box+IntArrayGet.swift",
        "Box+IntArrayIndex.swift",
        "Box+IntArraySet.swift",
        "Box+IntGet.swift",
        "Box+IntSet.swift",
        "Box+MutableCollection.swift",
        "Box+RandomAccessCollection.swift",
        "Box+Range.swift",
        "Box+RangeArray.swift",
        "Box+RangeArrayGet.swift",
        "Box+RangeArraySet.swift",
        "Box+RangeSet.swift",
        "Box+String.swift",
        "Box+StringArray.swift",
        "Box+StringArrayGet.swift",
        "Box+StringArraySet.swift",
        "Box+StringGet.swift",
        "Box+StringSet.swift",
        "Box.swift",
        "enum/BitWidth.swift",
        "enum/Sign.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.