Build Information
Successful build of YSwift, reference main (d22bde
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 08:42:55 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/y-crdt/yswift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d22bde0 fix minor typo in Documentation.md Overview (#48)
Cloned https://github.com/y-crdt/yswift.git
Revision (git rev-parse @):
d22bde0fb1fe134ccda7e22a97f0b2c19f5710c5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/y-crdt/yswift.git at main
========================================
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 YSubscription.swift
[11/21] Compiling YSwift YText.swift
[12/22] Compiling YSwift YDocument.swift
[13/22] Compiling YSwift YProtocol.swift
[14/22] Emitting module YSwift
[15/22] Compiling YSwift Coder.swift
[16/22] Compiling YSwift Transactable.swift
[17/22] Compiling YSwift YArray.swift
[18/22] Compiling YSwift YMap.swift
[19/22] Compiling YSwift Origin.swift
[20/22] Compiling YSwift YUndoManager.swift
[21/24] Compiling SyncExample SyncExample.swift
[22/24] Emitting module SyncExample
[22/24] Write Objects.LinkFileList
[23/24] Linking SyncExample
Build complete! (20.65s)
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.17s)
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.18s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.73s)
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
[32750/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.24s)
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.