Build Information
Successful build of SagaPythonMarkdownReader, reference main (f69e17
), with Swift 5.9 for macOS (SPM) on 18 Feb 2025 16:33:03 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/loopwerk/SagaPythonMarkdownReader.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/loopwerk/SagaPythonMarkdownReader
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f69e178 Migrate to Saga 2.0.0
Cloned https://github.com/loopwerk/SagaPythonMarkdownReader.git
Revision (git rev-parse @):
f69e17872cb3ec7f1606a6db2c005fa44085ae3a
SUCCESS checkout https://github.com/loopwerk/SagaPythonMarkdownReader.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/loopwerk/SagaPythonMarkdownReader.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/7] Compiling PythonKit PythonLibrary+Symbols.swift
[2/7] Compiling PythonKit PythonLibrary.swift
[3/7] Emitting module PythonKit
[4/7] Compiling PythonKit Python.swift
[5/7] Compiling PythonKit NumpyConversion.swift
[6/9] Compiling PathKit PathKit.swift
[7/9] Emitting module PathKit
[8/23] Compiling SwiftMarkdown SwiftMarkdown.swift
[9/23] Emitting module SwiftMarkdown
[10/23] Compiling Saga Writer.swift
[11/23] Compiling Saga Saga.swift
[12/23] Compiling Saga RenderingContexts.swift
[13/23] Compiling Saga String+Slugify.swift
[14/24] Compiling Saga Reader.swift
[15/24] Compiling Saga utils.swift
[16/24] Compiling Saga FileIO.swift
[17/24] Compiling Saga Item.swift
[18/24] Compiling Saga ItemWriteMode.swift
[19/24] Compiling Saga MetadataDecoder.swift
[20/24] Emitting module Saga
[21/24] Compiling Saga Path+Extensions.swift
[22/24] Compiling Saga ProcessingStep.swift
[23/24] Compiling Saga Atom.swift
[24/24] Compiling Saga FileContainer.swift
[25/26] Compiling SagaPythonMarkdownReader SagaPythonMarkdownReader.swift
[26/26] Emitting module SagaPythonMarkdownReader
Build complete! (19.04s)
Fetching https://github.com/loopwerk/SwiftMarkdown
Fetching https://github.com/loopwerk/Saga.git
[1/2753] Fetching saga
[112/2816] Fetching saga, swiftmarkdown
Fetched https://github.com/loopwerk/Saga.git (1.66s)
Fetched https://github.com/loopwerk/SwiftMarkdown (1.66s)
Computing version for https://github.com/loopwerk/SwiftMarkdown
Computed https://github.com/loopwerk/SwiftMarkdown at 0.4.0 (0.43s)
Fetching https://github.com/pvieito/PythonKit.git
[1/1633] Fetching pythonkit
Fetched https://github.com/pvieito/PythonKit.git (0.94s)
Computing version for https://github.com/loopwerk/Saga.git
Computed https://github.com/loopwerk/Saga.git at 2.0.0 (0.42s)
Fetching https://github.com/kylef/PathKit
[1/1411] Fetching pathkit
Fetched https://github.com/kylef/PathKit (0.79s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 1.0.1 (1.97s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git (0.87s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.43s)
Computing version for https://github.com/pvieito/PythonKit.git
Computed https://github.com/pvieito/PythonKit.git at 0.5.0 (0.45s)
Creating working copy for https://github.com/pvieito/PythonKit.git
Working copy of https://github.com/pvieito/PythonKit.git resolved at 0.5.0
Creating working copy for https://github.com/loopwerk/SwiftMarkdown
Working copy of https://github.com/loopwerk/SwiftMarkdown resolved at 0.4.0
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/loopwerk/Saga.git
Working copy of https://github.com/loopwerk/Saga.git resolved at 2.0.0
Creating working copy for https://github.com/kylef/PathKit
Working copy of https://github.com/kylef/PathKit resolved at 1.0.1
Build complete.
{
"dependencies" : [
{
"identity" : "saga",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/loopwerk/Saga.git"
},
{
"identity" : "swiftmarkdown",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/loopwerk/SwiftMarkdown"
}
],
"manifest_display_name" : "SagaPythonMarkdownReader",
"name" : "SagaPythonMarkdownReader",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "SagaPythonMarkdownReader",
"targets" : [
"SagaPythonMarkdownReader"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SagaPythonMarkdownReaderTests",
"module_type" : "SwiftTarget",
"name" : "SagaPythonMarkdownReaderTests",
"path" : "Tests/SagaPythonMarkdownReaderTests",
"sources" : [
"SagaPythonMarkdownReaderTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SagaPythonMarkdownReader"
],
"type" : "test"
},
{
"c99name" : "SagaPythonMarkdownReader",
"module_type" : "SwiftTarget",
"name" : "SagaPythonMarkdownReader",
"path" : "Sources/SagaPythonMarkdownReader",
"product_dependencies" : [
"Saga",
"SwiftMarkdown"
],
"product_memberships" : [
"SagaPythonMarkdownReader"
],
"sources" : [
"SagaPythonMarkdownReader.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.