The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Demark, reference main (f3dca5), with Swift 6.0 for macOS (SPM) on 25 Nov 2025 14:46:29 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/steipete/Demark.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/steipete/Demark
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f3dca52 ci: stabilize turndown and tests
Cloned https://github.com/steipete/Demark.git
Revision (git rev-parse @):
f3dca52914acea64558af2029f49f2c23b7816e0
SUCCESS checkout https://github.com/steipete/Demark.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/steipete/Demark.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Copying turndown.min.js
[2/4] Copying html-to-md.min.js
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/11] Compiling Demark resource_bundle_accessor.swift
[6/11] Compiling Demark HTMLToMdRuntime.swift
[7/11] Compiling Demark DemarkTypes.swift
[8/11] Compiling Demark Demark.swift
[9/11] Emitting module Demark
[10/11] Compiling Demark BundleResourceHelper.swift
[11/11] Compiling Demark TurndownRuntime.swift
Build complete! (7.67s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Demark",
  "name" : "Demark",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Demark",
      "targets" : [
        "Demark"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "DemarkTests",
      "module_type" : "SwiftTarget",
      "name" : "DemarkTests",
      "path" : "Tests/DemarkTests",
      "sources" : [
        "DemarkIntegrationTests.swift",
        "DemarkServiceTests.swift",
        "DemarkTests.swift"
      ],
      "target_dependencies" : [
        "Demark"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Demark",
      "module_type" : "SwiftTarget",
      "name" : "Demark",
      "path" : "Sources/Demark",
      "product_memberships" : [
        "Demark"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Demark/Resources/html-to-md.min.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Demark/Resources/turndown.min.js",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "BundleResourceHelper.swift",
        "Demark.swift",
        "DemarkTypes.swift",
        "HTMLToMdRuntime.swift",
        "TurndownRuntime.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.