The Swift Package Index logo.Swift Package Index

Build Information

Successful build of OPML, reference main (179095), with Swift 6.2 for macOS (SPM) on 23 Apr 2026 18:44:20 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/jaywcjlove/swift-opml.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jaywcjlove/swift-opml
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 179095b doc: update README.md
Cloned https://github.com/jaywcjlove/swift-opml.git
Revision (git rev-parse @):
179095b349d8f6716a999b14ffd271558b3b5045
SUCCESS checkout https://github.com/jaywcjlove/swift-opml.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/jaywcjlove/swift-opml.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] Compiling OPML Exporter.swift
[4/6] Compiling OPML OPMLParser.swift
[5/6] Compiling OPML OPML.swift
[6/6] Emitting module OPML
Build complete! (4.08s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "OPML",
  "name" : "OPML",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "OPML",
      "targets" : [
        "OPML"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OPMLTests",
      "module_type" : "SwiftTarget",
      "name" : "OPMLTests",
      "path" : "Tests/OPMLTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OPMLTests/Resources/feedly.opml",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OPMLTests/Resources/rsparser.opml",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "OPMLTests.swift"
      ],
      "target_dependencies" : [
        "OPML"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OPML",
      "module_type" : "SwiftTarget",
      "name" : "OPML",
      "path" : "Sources/OPML",
      "product_memberships" : [
        "OPML"
      ],
      "sources" : [
        "Exporter.swift",
        "OPML.swift",
        "OPMLParser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.