Build Information
Successful build of swift-event, reference 0.1.4 (ba10b5), with Swift 6.1 for macOS (SPM) on 29 Apr 2026 06:23:26 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 .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/21-DOT-DEV/swift-event.git
Reference: 0.1.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/21-DOT-DEV/swift-event
* tag 0.1.4 -> FETCH_HEAD
HEAD is now at ba10b56 feat(docs): add Swift Package Index integration and hosted documentation links (#11)
Cloned https://github.com/21-DOT-DEV/swift-event.git
Revision (git rev-parse @):
ba10b561e7cd072f82b90c637ed7c982fd36482d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/21-DOT-DEV/swift-event.git at 0.1.4
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/21-DOT-DEV/swift-event.git
https://github.com/21-DOT-DEV/swift-event.git
{
"c_language_standard" : "gnu89",
"dependencies" : [
{
"identity" : "swift-plugin-subtree",
"requirement" : {
"exact" : [
"0.0.13"
]
},
"type" : "sourceControl",
"url" : "https://github.com/21-DOT-DEV/swift-plugin-subtree.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.6",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-event",
"name" : "swift-event",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "libevent",
"targets" : [
"libevent"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Event",
"targets" : [
"Event"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "EchoServer",
"targets" : [
"EchoServer"
],
"type" : {
"snippet" : null
}
},
{
"name" : "EventLoopBackend",
"targets" : [
"EventLoopBackend"
],
"type" : {
"snippet" : null
}
},
{
"name" : "SocketAddresses",
"targets" : [
"SocketAddresses"
],
"type" : {
"snippet" : null
}
},
{
"name" : "EchoClient",
"targets" : [
"EchoClient"
],
"type" : {
"snippet" : null
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "libeventTests",
"module_type" : "SwiftTarget",
"name" : "libeventTests",
"path" : "Tests/libeventTests",
"sources" : [
"libeventTests.swift"
],
"target_dependencies" : [
"libevent"
],
"type" : "test"
},
{
"c99name" : "libevent",
"module_type" : "ClangTarget",
"name" : "libevent",
"path" : "Sources/libevent",
"product_memberships" : [
"libevent",
"Event",
"EchoServer",
"EventLoopBackend",
"SocketAddresses",
"EchoClient"
],
"sources" : [
"src/buffer.c",
"src/bufferevent.c",
"src/bufferevent_filter.c",
"src/bufferevent_pair.c",
"src/bufferevent_ratelim.c",
"src/bufferevent_sock.c",
"src/epoll.c",
"src/evdns.c",
"src/event.c",
"src/event_tagging.c",
"src/evmap.c",
"src/evrpc.c",
"src/evthread.c",
"src/evthread_pthread.c",
"src/evutil.c",
"src/evutil_rand.c",
"src/evutil_time.c",
"src/http.c",
"src/kqueue.c",
"src/listener.c",
"src/log.c",
"src/poll.c",
"src/select.c",
"src/signal.c",
"src/strlcpy.c"
],
"type" : "library"
},
{
"c99name" : "EventTests",
"module_type" : "SwiftTarget",
"name" : "EventTests",
"path" : "Tests/EventTests",
"sources" : [
"EventTests.swift"
],
"target_dependencies" : [
"Event"
],
"type" : "test"
},
{
"c99name" : "Event",
"module_type" : "SwiftTarget",
"name" : "Event",
"path" : "Sources/Event",
"product_memberships" : [
"Event",
"EchoServer",
"EventLoopBackend",
"SocketAddresses",
"EchoClient"
],
"sources" : [
"EventLoop.swift",
"ServerSocket.swift",
"Socket.swift",
"SocketAddress.swift",
"SocketError.swift"
],
"target_dependencies" : [
"libevent"
],
"type" : "library"
},
{
"c99name" : "EchoServer",
"module_type" : "SwiftTarget",
"name" : "EchoServer",
"path" : "Snippets",
"product_memberships" : [
"EchoServer"
],
"sources" : [
"EchoServer.swift"
],
"target_dependencies" : [
"libevent",
"Event"
],
"type" : "snippet"
},
{
"c99name" : "EventLoopBackend",
"module_type" : "SwiftTarget",
"name" : "EventLoopBackend",
"path" : "Snippets",
"product_memberships" : [
"EventLoopBackend"
],
"sources" : [
"EventLoopBackend.swift"
],
"target_dependencies" : [
"libevent",
"Event"
],
"type" : "snippet"
},
{
"c99name" : "SocketAddresses",
"module_type" : "SwiftTarget",
"name" : "SocketAddresses",
"path" : "Snippets",
"product_memberships" : [
"SocketAddresses"
],
"sources" : [
"SocketAddresses.swift"
],
"target_dependencies" : [
"libevent",
"Event"
],
"type" : "snippet"
},
{
"c99name" : "EchoClient",
"module_type" : "SwiftTarget",
"name" : "EchoClient",
"path" : "Snippets",
"product_memberships" : [
"EchoClient"
],
"sources" : [
"EchoClient.swift"
],
"target_dependencies" : [
"libevent",
"Event"
],
"type" : "snippet"
}
],
"tools_version" : "6.1"
}
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin SubtreePlugin
Building for debugging...
[3/42] Write swift-version-2F0A5646E1D333AE.txt
[4/42] Compiling strlcpy.c
[5/42] Compiling select.c
[6/42] Compiling listener.c
[6/42] Compiling bufferevent_ratelim.c
[6/42] Compiling log.c
[9/42] Compiling bufferevent.c
[10/42] Compiling signal.c
[11/42] Compiling http.c
[12/42] Compiling evutil_time.c
[13/42] Compiling evutil_rand.c
[14/42] Compiling kqueue.c
[15/42] Compiling evthread_pthread.c
[16/42] Compiling evthread.c
[17/42] Compiling evutil.c
[18/42] Compiling bufferevent_filter.c
[19/42] Compiling evrpc.c
[20/42] Write sources
[21/42] Compiling event_tagging.c
[23/42] Write sources
[26/42] Compiling epoll.c
[27/42] Compiling evmap.c
[28/42] Compiling bufferevent_sock.c
[29/42] Compiling event.c
[30/42] Compiling poll.c
[31/42] Compiling evdns.c
[32/42] Compiling buffer.c
[33/42] Compiling bufferevent_pair.c
[35/48] Compiling Event SocketError.swift
[36/48] Compiling Event SocketAddress.swift
[37/48] Compiling Event ServerSocket.swift
[38/48] Compiling Event EventLoop.swift
[39/48] Emitting module Event
[40/48] Compiling Event Socket.swift
[41/56] Emitting module EventLoopBackend
[42/56] Compiling EventLoopBackend EventLoopBackend.swift
[43/56] Emitting module SocketAddresses
[44/56] Compiling SocketAddresses SocketAddresses.swift
[44/56] Write Objects.LinkFileList
[47/56] Emitting module EchoServer
[48/56] Compiling EchoServer EchoServer.swift
[48/56] Write Objects.LinkFileList
[50/56] Emitting module EchoClient
[51/56] Compiling EchoClient EchoClient.swift
[51/56] Write Objects.LinkFileList
[52/56] Linking EventLoopBackend
[53/56] Linking SocketAddresses
[54/56] Linking EchoServer
[55/56] Linking EchoClient
Build complete! (29.33s)
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetching https://github.com/21-DOT-DEV/swift-plugin-subtree.git
[1/61] Fetching swift-plugin-subtree
Fetched https://github.com/21-DOT-DEV/swift-plugin-subtree.git from cache (0.74s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.74s)
Computing version for https://github.com/21-DOT-DEV/swift-plugin-subtree.git
Computed https://github.com/21-DOT-DEV/swift-plugin-subtree.git at 0.0.13 (1.22s)
Fetching https://github.com/21-DOT-DEV/swift-artifact-parser
[1/28] Fetching swift-artifact-parser
Fetched https://github.com/21-DOT-DEV/swift-artifact-parser from cache (0.64s)
Computing version for https://github.com/21-DOT-DEV/swift-artifact-parser
Computed https://github.com/21-DOT-DEV/swift-artifact-parser at 0.0.1 (4.03s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.5.0 (0.57s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.85s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.49s)
Creating working copy for https://github.com/21-DOT-DEV/swift-artifact-parser
Working copy of https://github.com/21-DOT-DEV/swift-artifact-parser resolved at 0.0.1
Creating working copy for https://github.com/21-DOT-DEV/swift-plugin-subtree.git
Working copy of https://github.com/21-DOT-DEV/swift-plugin-subtree.git resolved at 0.0.13
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.5.0
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/21-DOT-DEV/subtree/releases/download/0.0.13/subtree.artifactbundle.zip
[16375/44642150] Downloading https://github.com/21-DOT-DEV/subtree/releases/download/0.0.13/subtree.artifactbundle.zip
Downloaded https://github.com/21-DOT-DEV/subtree/releases/download/0.0.13/subtree.artifactbundle.zip (2.56s)
Build complete.
{
"c_language_standard" : "gnu89",
"dependencies" : [
{
"identity" : "swift-plugin-subtree",
"requirement" : {
"exact" : [
"0.0.13"
]
},
"type" : "sourceControl",
"url" : "https://github.com/21-DOT-DEV/swift-plugin-subtree.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.6",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-event",
"name" : "swift-event",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "libevent",
"targets" : [
"libevent"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Event",
"targets" : [
"Event"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "EchoServer",
"targets" : [
"EchoServer"
],
"type" : {
"snippet" : null
}
},
{
"name" : "EventLoopBackend",
"targets" : [
"EventLoopBackend"
],
"type" : {
"snippet" : null
}
},
{
"name" : "SocketAddresses",
"targets" : [
"SocketAddresses"
],
"type" : {
"snippet" : null
}
},
{
"name" : "EchoClient",
"targets" : [
"EchoClient"
],
"type" : {
"snippet" : null
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "libeventTests",
"module_type" : "SwiftTarget",
"name" : "libeventTests",
"path" : "Tests/libeventTests",
"sources" : [
"libeventTests.swift"
],
"target_dependencies" : [
"libevent"
],
"type" : "test"
},
{
"c99name" : "libevent",
"module_type" : "ClangTarget",
"name" : "libevent",
"path" : "Sources/libevent",
"product_memberships" : [
"libevent",
"Event",
"EchoServer",
"EventLoopBackend",
"SocketAddresses",
"EchoClient"
],
"sources" : [
"src/buffer.c",
"src/bufferevent.c",
"src/bufferevent_filter.c",
"src/bufferevent_pair.c",
"src/bufferevent_ratelim.c",
"src/bufferevent_sock.c",
"src/epoll.c",
"src/evdns.c",
"src/event.c",
"src/event_tagging.c",
"src/evmap.c",
"src/evrpc.c",
"src/evthread.c",
"src/evthread_pthread.c",
"src/evutil.c",
"src/evutil_rand.c",
"src/evutil_time.c",
"src/http.c",
"src/kqueue.c",
"src/listener.c",
"src/log.c",
"src/poll.c",
"src/select.c",
"src/signal.c",
"src/strlcpy.c"
],
"type" : "library"
},
{
"c99name" : "EventTests",
"module_type" : "SwiftTarget",
"name" : "EventTests",
"path" : "Tests/EventTests",
"sources" : [
"EventTests.swift"
],
"target_dependencies" : [
"Event"
],
"type" : "test"
},
{
"c99name" : "Event",
"module_type" : "SwiftTarget",
"name" : "Event",
"path" : "Sources/Event",
"product_memberships" : [
"Event",
"EchoServer",
"EventLoopBackend",
"SocketAddresses",
"EchoClient"
],
"sources" : [
"EventLoop.swift",
"ServerSocket.swift",
"Socket.swift",
"SocketAddress.swift",
"SocketError.swift"
],
"target_dependencies" : [
"libevent"
],
"type" : "library"
},
{
"c99name" : "EchoServer",
"module_type" : "SwiftTarget",
"name" : "EchoServer",
"path" : "Snippets",
"product_memberships" : [
"EchoServer"
],
"sources" : [
"EchoServer.swift"
],
"target_dependencies" : [
"libevent",
"Event"
],
"type" : "snippet"
},
{
"c99name" : "EventLoopBackend",
"module_type" : "SwiftTarget",
"name" : "EventLoopBackend",
"path" : "Snippets",
"product_memberships" : [
"EventLoopBackend"
],
"sources" : [
"EventLoopBackend.swift"
],
"target_dependencies" : [
"libevent",
"Event"
],
"type" : "snippet"
},
{
"c99name" : "SocketAddresses",
"module_type" : "SwiftTarget",
"name" : "SocketAddresses",
"path" : "Snippets",
"product_memberships" : [
"SocketAddresses"
],
"sources" : [
"SocketAddresses.swift"
],
"target_dependencies" : [
"libevent",
"Event"
],
"type" : "snippet"
},
{
"c99name" : "EchoClient",
"module_type" : "SwiftTarget",
"name" : "EchoClient",
"path" : "Snippets",
"product_memberships" : [
"EchoClient"
],
"sources" : [
"EchoClient.swift"
],
"target_dependencies" : [
"libevent",
"Event"
],
"type" : "snippet"
}
],
"tools_version" : "6.1"
}
Done.