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 YSwift, reference 0.2.1 (8c25f0), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 08:43:33 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/y-crdt/yswift.git
Reference: 0.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/y-crdt/yswift
 * tag               0.2.1      -> FETCH_HEAD
HEAD is now at 8c25f08 updating package for 0.2.1 release
Cloned https://github.com/y-crdt/yswift.git
Revision (git rev-parse @):
8c25f088fcccfc3c428c37ac9206a297d031f1c5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/y-crdt/yswift.git at 0.2.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/y-crdt/yswift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/9] Copying libuniffi_yniffi.a
[2/9] Write sources
[6/9] Write swift-version-1EA4D86E10B52AF.txt
[8/11] Compiling Yniffi yniffi.swift
[9/11] Emitting module Yniffi
[10/21] Compiling YSwift YProtocol.swift
[11/21] Emitting module YSwift
[12/21] Compiling YSwift YDocument.swift
[13/21] Compiling YSwift Transactable.swift
[14/21] Compiling YSwift YText.swift
[15/21] Compiling YSwift YSubscription.swift
[16/21] Compiling YSwift Coder.swift
[17/21] Compiling YSwift YArray.swift
[18/21] Compiling YSwift Origin.swift
[19/21] Compiling YSwift YMap.swift
[20/22] Compiling YSwift YUndoManager.swift
[21/24] Emitting module SyncExample
[22/24] Compiling SyncExample SyncExample.swift
[22/24] Write Objects.LinkFileList
[23/24] Linking SyncExample
Build complete! (20.79s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2082] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.19s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (1.69s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3413] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.14s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.71s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Downloading binary artifact https://github.com/y-crdt/yswift/releases/download/0.2.1/yniffiFFI.xcframework.zip
[16375/12023644] Downloading https://github.com/y-crdt/yswift/releases/download/0.2.1/yniffiFFI.xcframework.zip
Downloaded https://github.com/y-crdt/yswift/releases/download/0.2.1/yniffiFFI.xcframework.zip (1.21s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "YSwift",
  "name" : "YSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "YSwift",
      "targets" : [
        "YSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SyncExample",
      "targets" : [
        "SyncExample"
      ],
      "type" : {
        "snippet" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "yniffiFFI",
      "module_type" : "BinaryTarget",
      "name" : "yniffiFFI",
      "path" : "remote/archive/yniffiFFI.xcframework.zip",
      "product_memberships" : [
        "YSwift",
        "SyncExample"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "Yniffi",
      "module_type" : "SwiftTarget",
      "name" : "Yniffi",
      "path" : "lib/swift/scaffold",
      "product_memberships" : [
        "YSwift",
        "SyncExample"
      ],
      "sources" : [
        "yniffi.swift"
      ],
      "target_dependencies" : [
        "yniffiFFI"
      ],
      "type" : "library"
    },
    {
      "c99name" : "YSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "YSwiftTests",
      "path" : "Tests/YSwiftTests",
      "sources" : [
        "Helpers.swift",
        "YArrayTests.swift",
        "YDocumentTests.swift",
        "YMapTests.swift",
        "YSubscriptionTests.swift",
        "YTextTests.swift",
        "YUndoManagerTests.swift"
      ],
      "target_dependencies" : [
        "YSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YSwift",
      "module_type" : "SwiftTarget",
      "name" : "YSwift",
      "path" : "Sources/YSwift",
      "product_memberships" : [
        "YSwift",
        "SyncExample"
      ],
      "sources" : [
        "Coder.swift",
        "Origin.swift",
        "Transactable.swift",
        "YArray.swift",
        "YDocument.swift",
        "YMap.swift",
        "YProtocol.swift",
        "YSubscription.swift",
        "YText.swift",
        "YUndoManager.swift"
      ],
      "target_dependencies" : [
        "Yniffi"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SyncExample",
      "module_type" : "SwiftTarget",
      "name" : "SyncExample",
      "path" : "Snippets",
      "product_memberships" : [
        "SyncExample"
      ],
      "sources" : [
        "SyncExample.swift"
      ],
      "target_dependencies" : [
        "YSwift"
      ],
      "type" : "snippet"
    }
  ],
  "tools_version" : "5.6"
}
Done.