Build Information
Successful build of NotebookExport, reference 0.6.0 (910263), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 16:33:35 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/latenitesoft/notebookexport.git
Reference: 0.6.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/latenitesoft/notebookexport
* tag 0.6.0 -> FETCH_HEAD
HEAD is now at 9102631 * Add colon to executable comment
Cloned https://github.com/latenitesoft/notebookexport.git
Revision (git rev-parse @):
9102631248217cc8ef405e92edae7bdcebcb7166
SUCCESS checkout https://github.com/latenitesoft/notebookexport.git at 0.6.0
Fetching https://github.com/mxcl/Path.swift
[1/1220] Fetching path.swift
Fetched https://github.com/mxcl/Path.swift from cache (0.93s)
Computing version for https://github.com/mxcl/Path.swift
Computed https://github.com/mxcl/Path.swift at 0.16.3 (1.63s)
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.66s)
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/latenitesoft/notebookexport.git
Working copy of https://github.com/latenitesoft/notebookexport.git resolved at 0.6.0 (9102631)
Creating working copy for https://github.com/mxcl/Path.swift
Working copy of https://github.com/mxcl/Path.swift resolved at 0.16.3
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+Attributes.swift
[5/13] Emitting module Path
[6/13] Compiling Path Extensions.swift
[7/13] Compiling Path Path->Bool.swift
[8/13] Compiling Path Path+CommonDirectories.swift
[9/13] Compiling Path Path+Codable.swift
[10/13] Compiling Path Path.swift
[11/13] Compiling Path Path+FileManager.swift
[12/13] Compiling Path Path+StringConvertibles.swift
[13/13] Compiling Path Path+ls.swift
[14/18] Emitting module NotebookExport
[15/18] Compiling NotebookExport PackageManifest.swift
[16/18] Compiling NotebookExport NotebookExport.swift
[17/18] Compiling NotebookExport DependencyDescription.swift
[18/18] Compiling NotebookExport ExtensionUtils.swift
Build complete! (6.33s)
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" : "4.2"
}
Done.