The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Saga with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.26.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/loopwerk/Saga.git
Reference: 1.2.1
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/loopwerk/Saga
 * tag               1.2.1      -> FETCH_HEAD
HEAD is now at ea16d98 chore: One more site metadata mention removed
Cloned https://github.com/loopwerk/Saga.git
Revision (git rev-parse @):
ea16d98d6186125b13994d0eb2c592e9da91ff82
SPI manifest file found: $PWD/checkout/.spi.yml
SUCCESS checkout https://github.com/loopwerk/Saga.git at 1.2.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/7] Emitting module Codextended
[4/7] Compiling Codextended Codextended.swift
[5/7] Emitting module PathKit
[6/7] Compiling PathKit PathKit.swift
[7/22] Compiling Saga Item.swift
[8/22] Emitting module SagaCLI
[9/22] Compiling Saga ItemWriteMode.swift
[10/22] Compiling SagaCLI main.swift
[11/23] Compiling Saga String+Slugify.swift
[12/23] Compiling Saga Reader.swift
[13/23] Compiling Saga RenderingContexts.swift
[13/23] Linking watch
[15/23] Compiling Saga Writer.swift
[16/23] Compiling Saga Saga.swift
[17/23] Compiling Saga MetadataDecoder.swift
[18/23] Compiling Saga Path+Extensions.swift
[19/23] Emitting module Saga
[20/23] Compiling Saga FileContainer.swift
[21/23] Compiling Saga FileIO.swift
[22/23] Compiling Saga ProcessingStep.swift
[23/23] Compiling Saga Reader+Decoder.swift
Build complete! (17.45s)
Fetching https://github.com/kylef/PathKit from cache
Fetching https://github.com/JohnSundell/Codextended.git from cache
Fetching https://github.com/apple/swift-docc-plugin from cache
Fetched https://github.com/JohnSundell/Codextended.git (0.21s)
Fetched https://github.com/kylef/PathKit (0.21s)
Fetched https://github.com/apple/swift-docc-plugin (0.25s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 1.0.1 (0.02s)
Fetching https://github.com/kylef/Spectre.git from cache
Fetched https://github.com/kylef/Spectre.git (0.19s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.02s)
Computing version for https://github.com/JohnSundell/Codextended.git
Computed https://github.com/JohnSundell/Codextended.git at 0.3.0 (0.01s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.02s)
Fetching https://github.com/apple/swift-docc-symbolkit from cache
Fetched https://github.com/apple/swift-docc-symbolkit (0.45s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.02s)
Creating working copy for https://github.com/JohnSundell/Codextended.git
Working copy of https://github.com/JohnSundell/Codextended.git resolved at 0.3.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.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/kylef/PathKit
Working copy of https://github.com/kylef/PathKit resolved at 1.0.1
Build complete.
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "saga",
      "name": "Saga",
      "url": "https://github.com/loopwerk/Saga.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Saga",
      "dependencies": [
        {
          "identity": "pathkit",
          "name": "PathKit",
          "url": "https://github.com/kylef/PathKit",
          "version": "1.0.1",
          "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PathKit",
          "dependencies": [
            {
              "identity": "spectre",
              "name": "Spectre",
              "url": "https://github.com/kylef/Spectre.git",
              "version": "0.10.1",
              "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Spectre",
              "dependencies": [
              ]
            }
          ]
        },
        {
          "identity": "codextended",
          "name": "Codextended",
          "url": "https://github.com/JohnSundell/Codextended.git",
          "version": "0.3.0",
          "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Codextended",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/loopwerk/Saga.git from cache
Fetched https://github.com/loopwerk/Saga.git (0.37s)
Fetching https://github.com/JohnSundell/Codextended.git from cache
Fetching https://github.com/kylef/PathKit from cache
Fetched https://github.com/JohnSundell/Codextended.git (0.18s)
Fetched https://github.com/kylef/PathKit (0.18s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 1.0.1 (0.01s)
Fetching https://github.com/kylef/Spectre.git from cache
Fetched https://github.com/kylef/Spectre.git (0.16s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.02s)
Computing version for https://github.com/JohnSundell/Codextended.git
Computed https://github.com/JohnSundell/Codextended.git at 0.3.0 (0.01s)
Creating working copy for https://github.com/JohnSundell/Codextended.git
Working copy of https://github.com/JohnSundell/Codextended.git resolved at 0.3.0
Creating working copy for https://github.com/loopwerk/Saga.git
Working copy of https://github.com/loopwerk/Saga.git resolved at 1.2.1
Creating working copy for https://github.com/kylef/PathKit
Working copy of https://github.com/kylef/PathKit resolved at 1.0.1
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Found 2 product dependencies
  - PathKit
  - Codextended
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/checkout/.docs/loopwerk/saga/1.2.1
Repository:               loopwerk/Saga
Swift version used:       5.9
    .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
Target:                   Saga
Generating documentation for 'Saga'...
Converting documentation...
Conversion complete! (0.11s)
Generated DocC archive at '/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.docs/loopwerk/saga/1.2.1'
Building for debugging...
[1/45] Compiling SymbolKit SPI.swift
[2/45] Compiling SymbolKit Snippet.swift
[3/45] Compiling SymbolKit Extension.swift
[4/45] Compiling SymbolKit GenericConstraint.swift
[5/45] Compiling SymbolKit GenericParameter.swift
[6/45] Compiling SymbolKit SourceOrigin.swift
[7/45] Compiling SymbolKit GenericConstraints.swift
[8/45] Compiling SymbolKit Swift.swift
[9/45] Compiling SymbolKit SemanticVersion.swift
[10/45] Compiling SymbolKit AccessControl.swift
[11/45] Compiling SymbolKit Availability.swift
[12/50] Compiling SymbolKit FunctionSignature.swift
[13/50] Compiling SymbolKit Identifier.swift
[14/50] Compiling SymbolKit KindIdentifier.swift
[15/50] Compiling SymbolKit Location.swift
[16/50] Compiling SymbolKit Mutability.swift
[17/50] Compiling SymbolKit Names.swift
[18/50] Compiling SymbolKit Mixin+Equals.swift
[19/50] Compiling SymbolKit Mixin+Hash.swift
[20/50] Compiling SymbolKit Mixin.swift
[21/50] Compiling SymbolKit LineList.swift
[22/50] Compiling SymbolKit Position.swift
[23/50] Compiling SymbolKit SourceRange.swift
[24/50] Compiling SymbolKit AvailabilityItem.swift
[25/50] Compiling SymbolKit Domain.swift
[26/50] Compiling SymbolKit DeclarationFragments.swift
[27/50] Compiling SymbolKit Fragment.swift
[28/50] Compiling SymbolKit FragmentKind.swift
[29/50] Compiling SymbolKit FunctionParameter.swift
[30/50] Compiling SymbolKit Generics.swift
[31/50] Compiling SymbolKit Namespace.swift
[32/50] Compiling SymbolKit Symbol.swift
[33/50] Compiling SymbolKit SymbolKind.swift
[34/50] Compiling SymbolKit SymbolGraph.swift
[35/50] Compiling SymbolKit Metadata.swift
[36/50] Compiling SymbolKit Module.swift
[37/50] Compiling SymbolKit OperatingSystem.swift
[38/50] Compiling SymbolKit Platform.swift
[39/50] Compiling SymbolKit Relationship.swift
[40/50] Compiling SymbolKit RelationshipKind.swift
[41/50] Emitting module SymbolKit
[42/50] Compiling SymbolKit GraphCollector.swift
[43/50] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[44/50] Compiling SymbolKit UnifiedSymbol.swift
[45/50] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[46/50] Compiling SymbolKit UnifiedSymbolGraph.swift
[47/50] Compiling Snippets SnippetParser.swift
[48/50] Compiling Snippets Snippet.swift
[49/50] Emitting module Snippets
[50/54] Compiling snippet_extract URL+Status.swift
[51/54] Compiling snippet_extract SymbolGraph+Snippet.swift
[52/54] Emitting module snippet_extract
[53/54] Compiling snippet_extract SnippetBuildCommand.swift
[53/54] Linking snippet-extract
Build complete! (2.64s)
Building for debugging...
Build complete! (0.17s)
     271
3	/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.docs/loopwerk/saga/1.2.1
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/checkout/.docs/loopwerk/saga/1.2.1
File count: 271
Doc size:   3.0MB
Preparing doc bundle ...
Uploading prod-loopwerk-saga-1.2.1-b3748244.zip to s3://spi-docs-inbox/prod-loopwerk-saga-1.2.1-b3748244.zip
Copying... [11%]
Copying... [22%]
Copying... [32%]
Copying... [43%]
Copying... [54%]
Copying... [65%]
Copying... [75%]
Copying... [86%]
Copying... [97%]
Copying... [100%]
Done.