Build Information
Successful build of FSEventsWrapper, reference 2.1.0 (70bbea
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 08:18:20 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/Frizlab/FSEventsWrapper.git
Reference: 2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Frizlab/FSEventsWrapper
* tag 2.1.0 -> FETCH_HEAD
HEAD is now at 70bbea4 Merge pull request #2 from mattmassicotte/feature/asyncstream
Cloned https://github.com/Frizlab/FSEventsWrapper.git
Revision (git rev-parse @):
70bbea4b108221fcabfce8dbced8502831c0ae04
SUCCESS checkout https://github.com/Frizlab/FSEventsWrapper.git at 2.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Frizlab/FSEventsWrapper.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/6] Compiling FSEventsWrapper FSEventAsyncStream.swift
[4/6] Compiling FSEventsWrapper FSEventStream.swift
[5/6] Compiling FSEventsWrapper FSEvent.swift
[6/6] Emitting module FSEventsWrapper
Build complete! (3.00s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "FSEventsWrapper",
"name" : "FSEventsWrapper",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "FSEventsWrapper",
"targets" : [
"FSEventsWrapper"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FSEventsWrapperTests",
"module_type" : "SwiftTarget",
"name" : "FSEventsWrapperTests",
"path" : "Tests/FSEventsWrapperTests",
"sources" : [
"FSEventsWrapperTests.swift"
],
"target_dependencies" : [
"FSEventsWrapper"
],
"type" : "test"
},
{
"c99name" : "FSEventsWrapper",
"module_type" : "SwiftTarget",
"name" : "FSEventsWrapper",
"path" : "Sources/FSEventsWrapper",
"product_memberships" : [
"FSEventsWrapper"
],
"sources" : [
"FSEvent.swift",
"FSEventAsyncStream.swift",
"FSEventStream.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.