The Swift Package Index logo.Swift Package Index

Build Information

Successful build of StoryFormatDetector, reference main (029c9b), with Swift 6.2 for macOS (SPM) on 2 May 2026 00:44:32 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/downtempo/story-format-detector.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/downtempo/story-format-detector
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 029c9b2 Add detector docs and detection policy (#4)
Cloned https://github.com/downtempo/story-format-detector.git
Revision (git rev-parse @):
029c9b2f30f5cddcefc99aa8d8614e17c3ad963c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/downtempo/story-format-detector.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/downtempo/story-format-detector.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
[3/6] Emitting module StoryFormatDetector
[4/6] Compiling StoryFormatDetector StoryFormatDetector.swift
[5/6] Compiling StoryFormatDetector StoryFormat.swift
[6/6] Compiling StoryFormatDetector DetectionError.swift
Build complete! (3.82s)
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.