Build Information
Successful build of StoryFormatDetector, reference 1.0.2 (d5391c), with Swift 6.1 for macOS (SPM) on 25 Apr 2026 00:39:51 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/downtempo/story-format-detector.git
Reference: 1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/downtempo/story-format-detector
* tag 1.0.2 -> FETCH_HEAD
HEAD is now at d5391c0 fix: respect Blorb FORM boundaries (#1) (#2)
Cloned https://github.com/downtempo/story-format-detector.git
Revision (git rev-parse @):
d5391c076fe68cc398230f54983dc54405b92ccd
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/downtempo/story-format-detector.git at 1.0.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/downtempo/story-format-detector.git
https://github.com/downtempo/story-format-detector.git
{
"dependencies" : [
],
"manifest_display_name" : "StoryFormatDetector",
"name" : "StoryFormatDetector",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "StoryFormatDetector",
"targets" : [
"StoryFormatDetector"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "StoryFormatDetectorTests",
"module_type" : "SwiftTarget",
"name" : "StoryFormatDetectorTests",
"path" : "Tests/StoryFormatDetectorTests",
"sources" : [
"DetectionErrorTests.swift",
"StoryFormatDetectorTests.swift",
"StoryFormatTests.swift"
],
"target_dependencies" : [
"StoryFormatDetector"
],
"type" : "test"
},
{
"c99name" : "StoryFormatDetector",
"module_type" : "SwiftTarget",
"name" : "StoryFormatDetector",
"path" : "Sources/StoryFormatDetector",
"product_memberships" : [
"StoryFormatDetector"
],
"sources" : [
"DetectionError.swift",
"StoryFormat.swift",
"StoryFormatDetector.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/6] Compiling StoryFormatDetector StoryFormat.swift
[4/6] Compiling StoryFormatDetector StoryFormatDetector.swift
[5/6] Emitting module StoryFormatDetector
[6/6] Compiling StoryFormatDetector DetectionError.swift
Build complete! (4.60s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "StoryFormatDetector",
"name" : "StoryFormatDetector",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "StoryFormatDetector",
"targets" : [
"StoryFormatDetector"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "StoryFormatDetectorTests",
"module_type" : "SwiftTarget",
"name" : "StoryFormatDetectorTests",
"path" : "Tests/StoryFormatDetectorTests",
"sources" : [
"DetectionErrorTests.swift",
"StoryFormatDetectorTests.swift",
"StoryFormatTests.swift"
],
"target_dependencies" : [
"StoryFormatDetector"
],
"type" : "test"
},
{
"c99name" : "StoryFormatDetector",
"module_type" : "SwiftTarget",
"name" : "StoryFormatDetector",
"path" : "Sources/StoryFormatDetector",
"product_memberships" : [
"StoryFormatDetector"
],
"sources" : [
"DetectionError.swift",
"StoryFormat.swift",
"StoryFormatDetector.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.