The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftLiveOrderedSet, reference v1.1.0 (ce896f), with Swift 6.1 for macOS (SPM) on 7 Jul 2025 15:56:42 UTC.

Swift 6 data race errors: 0

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sddeno/SwiftLiveOrderedSet.git
Reference: v1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sddeno/SwiftLiveOrderedSet
 * tag               v1.1.0     -> FETCH_HEAD
HEAD is now at ce896f7 Add Copy-on-Write (COW) support for SwiftLiveOrderedSet with TreeBox wrapper and AVLTree copy
Cloned https://github.com/sddeno/SwiftLiveOrderedSet.git
Revision (git rev-parse @):
ce896f74dd34ccb8ac4fe065e97b767abb97f9ee
SUCCESS checkout https://github.com/sddeno/SwiftLiveOrderedSet.git at v1.1.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": "swiftliveorderedset",
      "name": "SwiftLiveOrderedSet",
      "url": "https://github.com/sddeno/SwiftLiveOrderedSet.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftLiveOrderedSet",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/sddeno/SwiftLiveOrderedSet.git
[1/26] Fetching swiftliveorderedset
Fetched https://github.com/sddeno/SwiftLiveOrderedSet.git from cache (0.53s)
Creating working copy for https://github.com/sddeno/SwiftLiveOrderedSet.git
Working copy of https://github.com/sddeno/SwiftLiveOrderedSet.git resolved at v1.1.0 (ce896f7)
warning: '.resolve-product-dependencies': dependency 'swiftliveorderedset' 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/sddeno/SwiftLiveOrderedSet.git
https://github.com/sddeno/SwiftLiveOrderedSet.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftLiveOrderedSet",
  "name" : "SwiftLiveOrderedSet",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftLiveOrderedSet",
      "targets" : [
        "SwiftLiveOrderedSet"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftLiveOrderedSetTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftLiveOrderedSetTests",
      "path" : "Tests/SwiftLiveOrderedSetTests",
      "sources" : [
        "SwiftLiveOrderedSetTests.swift"
      ],
      "target_dependencies" : [
        "SwiftLiveOrderedSet"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftLiveOrderedSet",
      "module_type" : "SwiftTarget",
      "name" : "SwiftLiveOrderedSet",
      "path" : "Sources/SwiftLiveOrderedSet",
      "product_memberships" : [
        "SwiftLiveOrderedSet"
      ],
      "sources" : [
        "AVLTree.swift",
        "AVLTreeNode.swift",
        "SwiftLiveOrderedSet.swift",
        "TreeBox.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/7] Compiling SwiftLiveOrderedSet TreeBox.swift
[4/7] Compiling SwiftLiveOrderedSet SwiftLiveOrderedSet.swift
[5/7] Compiling SwiftLiveOrderedSet AVLTreeNode.swift
[6/7] Compiling SwiftLiveOrderedSet AVLTree.swift
[7/7] Emitting module SwiftLiveOrderedSet
Build complete! (4.53s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftLiveOrderedSet",
  "name" : "SwiftLiveOrderedSet",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftLiveOrderedSet",
      "targets" : [
        "SwiftLiveOrderedSet"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftLiveOrderedSetTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftLiveOrderedSetTests",
      "path" : "Tests/SwiftLiveOrderedSetTests",
      "sources" : [
        "SwiftLiveOrderedSetTests.swift"
      ],
      "target_dependencies" : [
        "SwiftLiveOrderedSet"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftLiveOrderedSet",
      "module_type" : "SwiftTarget",
      "name" : "SwiftLiveOrderedSet",
      "path" : "Sources/SwiftLiveOrderedSet",
      "product_memberships" : [
        "SwiftLiveOrderedSet"
      ],
      "sources" : [
        "AVLTree.swift",
        "AVLTreeNode.swift",
        "SwiftLiveOrderedSet.swift",
        "TreeBox.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.