The Swift Package Index logo.Swift Package Index

Build Information

Successful build of NotebookExport, reference master (24ba6d), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 06:53:59 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/latenitesoft/notebookexport.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/latenitesoft/notebookexport
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 24ba6dd Merge pull request #1 from bosr/fixes-marc
Cloned https://github.com/latenitesoft/notebookexport.git
Revision (git rev-parse @):
24ba6dd85ca83e382b85be7cf8579259bdac6c62
SUCCESS checkout https://github.com/latenitesoft/notebookexport.git at master
Fetching https://github.com/mxcl/Path.swift
[1/1220] Fetching path.swift
Fetched https://github.com/mxcl/Path.swift from cache (0.91s)
Computing version for https://github.com/mxcl/Path.swift
Computed https://github.com/mxcl/Path.swift at 0.16.3 (3.21s)
Creating working copy for https://github.com/mxcl/Path.swift
Working copy of https://github.com/mxcl/Path.swift resolved at 0.16.3
========================================
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": "notebookexport",
      "name": "NotebookExport",
      "url": "https://github.com/latenitesoft/notebookexport.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/notebookexport",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "path.swift",
          "name": "Path.swift",
          "url": "https://github.com/mxcl/Path.swift",
          "version": "0.16.3",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Path.swift",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/latenitesoft/notebookexport.git
[1/230] Fetching notebookexport
Fetched https://github.com/latenitesoft/notebookexport.git from cache (0.65s)
Fetching https://github.com/mxcl/Path.swift from cache
Fetched https://github.com/mxcl/Path.swift from cache (0.41s)
Computing version for https://github.com/mxcl/Path.swift
Computed https://github.com/mxcl/Path.swift at 0.16.3 (0.47s)
Creating working copy for https://github.com/mxcl/Path.swift
Working copy of https://github.com/mxcl/Path.swift resolved at 0.16.3
Creating working copy for https://github.com/latenitesoft/notebookexport.git
Working copy of https://github.com/latenitesoft/notebookexport.git resolved at master (24ba6dd)
warning: '.resolve-product-dependencies': dependency 'notebookexport' is not used by any target
Found 1 product dependencies
  - Path.swift
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/latenitesoft/notebookexport.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/13] Compiling Path Path+CommonDirectories.swift
[5/13] Compiling Path Path+Attributes.swift
[6/13] Compiling Path Path+Codable.swift
[7/13] Compiling Path Path+StringConvertibles.swift
[8/13] Emitting module Path
[9/13] Compiling Path Path.swift
[10/13] Compiling Path Extensions.swift
[11/13] Compiling Path Path+ls.swift
[12/13] Compiling Path Path->Bool.swift
[13/13] Compiling Path Path+FileManager.swift
[14/18] Compiling NotebookExport DependencyDescription.swift
[15/18] Compiling NotebookExport PackageManifest.swift
[16/18] Compiling NotebookExport NotebookExport.swift
[17/18] Compiling NotebookExport ExtensionUtils.swift
[18/18] Emitting module NotebookExport
Build complete! (6.07s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "path.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.16.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mxcl/Path.swift"
    }
  ],
  "manifest_display_name" : "NotebookExport",
  "name" : "NotebookExport",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "NotebookExport",
      "targets" : [
        "NotebookExport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "NotebookExportTests",
      "module_type" : "SwiftTarget",
      "name" : "NotebookExportTests",
      "path" : "Tests/NotebookExportTests",
      "sources" : [
        "NotebookExportTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "NotebookExport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NotebookExport",
      "module_type" : "SwiftTarget",
      "name" : "NotebookExport",
      "path" : "Sources/NotebookExport",
      "product_dependencies" : [
        "Path"
      ],
      "product_memberships" : [
        "NotebookExport"
      ],
      "sources" : [
        "DependencyDescription.swift",
        "ExtensionUtils.swift",
        "NotebookExport.swift",
        "PackageManifest.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.