The Swift Package Index logo.Swift Package Index

Build Information

Successful build of BinaryStore, reference main (cfa2ed), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 19:39:13 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "binarystoreswift",
      "name": "BinaryStore",
      "url": "https://github.com/wuyu2015/BinaryStoreSwift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BinaryStoreSwift",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/wuyu2015/BinaryStoreSwift.git
[1/410] Fetching binarystoreswift
Fetched https://github.com/wuyu2015/BinaryStoreSwift.git from cache (0.94s)
Creating working copy for https://github.com/wuyu2015/BinaryStoreSwift.git
Working copy of https://github.com/wuyu2015/BinaryStoreSwift.git resolved at main (cfa2edf)
warning: '.resolve-product-dependencies': dependency 'binarystoreswift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/wuyu2015/BinaryStoreSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/25] Emitting module BinaryStore
[4/27] Compiling BinaryStore BitWidth.swift
[5/27] Compiling BinaryStore Sign.swift
[6/27] Compiling BinaryStore Box+IntGet.swift
[7/27] Compiling BinaryStore Box+IntSet.swift
[8/27] Compiling BinaryStore Box+MutableCollection.swift
[9/27] Compiling BinaryStore BinaryStore+PropertyListEncoder.swift
[10/27] Compiling BinaryStore BinaryStore.swift
[11/27] Compiling BinaryStore Box+BinaryPlist.swift
[12/27] Compiling BinaryStore Box+StringSet.swift
[13/27] Compiling BinaryStore Box.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+RandomAccessCollection.swift
[18/27] Compiling BinaryStore Box+Range.swift
[19/27] Compiling BinaryStore Box+RangeArray.swift
[20/27] Compiling BinaryStore Box+StringArray.swift
[21/27] Compiling BinaryStore Box+StringArrayGet.swift
[22/27] Compiling BinaryStore Box+RangeSet.swift
[23/27] Compiling BinaryStore Box+String.swift
[24/27] Compiling BinaryStore Box+StringArraySet.swift
[25/27] Compiling BinaryStore Box+StringGet.swift
[26/27] Compiling BinaryStore Box+RangeArrayGet.swift
[27/27] Compiling BinaryStore Box+RangeArraySet.swift
Build complete! (4.41s)
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.