The Swift Package Index logo.Swift Package Index

Build Information

Successful build of WriteFreely, reference main (4919bb), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 00:24:01 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/writefreely/writefreely-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/writefreely/writefreely-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4919bb1 Add collections-related test suite (#38)
Cloned https://github.com/writefreely/writefreely-swift.git
Revision (git rev-parse @):
4919bb1edcfceafe134fdac7e5c9d2e5b8a43cc8
SUCCESS checkout https://github.com/writefreely/writefreely-swift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/writefreely/writefreely-swift.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/11] Compiling WriteFreely WFCollection.swift
[4/11] Compiling WriteFreely WFPost.swift
[5/11] Compiling WriteFreely WFError.swift
[6/11] Compiling WriteFreely WFUser.swift
[7/11] Compiling WriteFreely HelperCodingKeys.swift
[8/11] Compiling WriteFreely WFClient+Templates.swift
[9/11] Compiling WriteFreely JSONDecoder+Extension.swift
[10/11] Emitting module WriteFreely
[11/11] Compiling WriteFreely WFClient.swift
Build complete! (4.42s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "WriteFreely",
  "name" : "WriteFreely",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "WriteFreely",
      "targets" : [
        "WriteFreely"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WriteFreelyTests",
      "module_type" : "SwiftTarget",
      "name" : "WriteFreelyTests",
      "path" : "Tests/WriteFreelyTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/WriteFreelyTests/Resources/error_collection_400.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/WriteFreelyTests/Resources/test_collection.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/WriteFreelyTests/Resources/test_delete_collection.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "TestUtils.swift",
        "WriteFreelyClientCollectionTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "WriteFreely"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WriteFreely",
      "module_type" : "SwiftTarget",
      "name" : "WriteFreely",
      "path" : "Sources/WriteFreely",
      "product_memberships" : [
        "WriteFreely"
      ],
      "sources" : [
        "Extensions/JSONDecoder+Extension.swift",
        "HelperCodingKeys.swift",
        "WFClient+Templates.swift",
        "WFClient.swift",
        "WFCollection.swift",
        "WFError.swift",
        "WFPost.swift",
        "WFUser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.