The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Demark, reference 1.1.0 (9d1226), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 00:23:04 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.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/steipete/Demark.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/steipete/Demark
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 9d12266 refactor: clean up lint and tests
Cloned https://github.com/steipete/Demark.git
Revision (git rev-parse @):
9d12266c98f51099beec92e50483392869b12d77
SUCCESS checkout https://github.com/steipete/Demark.git at 1.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "demark",
      "name": "Demark",
      "url": "https://github.com/steipete/Demark.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Demark",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/steipete/Demark.git
[1/344] Fetching demark
Fetched https://github.com/steipete/Demark.git from cache (1.00s)
Creating working copy for https://github.com/steipete/Demark.git
Working copy of https://github.com/steipete/Demark.git resolved at 1.1.0 (9d12266)
warning: '.resolve-product-dependencies': dependency 'demark' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/steipete/Demark.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.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--6988338F2F200930.txt
[5/11] Compiling Demark HTMLToMdRuntime.swift
[6/11] Compiling Demark BundleResourceHelper.swift
[7/11] Emitting module Demark
[8/11] Compiling Demark DemarkTypes.swift
[9/11] Compiling Demark TurndownRuntime.swift
[10/11] Compiling Demark Demark.swift
[11/11] Compiling Demark resource_bundle_accessor.swift
Build complete! (10.32s)
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" : "16.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",
        "DemarkServiceBasicsTests.swift",
        "DemarkServiceConcurrencyTests.swift",
        "DemarkServiceEdgeCasesTests.swift",
        "DemarkServiceOptionsTests.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.