The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Mirage, reference main (2dee8a), with Swift 6.0 for macOS (SPM) on 25 Jan 2025 14:42:36 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mesqueeb/Mirage.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mesqueeb/Mirage
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2dee8ae test: add examples
Cloned https://github.com/mesqueeb/Mirage.git
Revision (git rev-parse @):
2dee8ae2590136a501b1188da08b91c8fe034aad
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mesqueeb/Mirage.git at main
Fetching https://github.com/mesqueeb/JustSugar
Fetching https://github.com/mesqueeb/MapSugar
[1/49] Fetching mapsugar
[40/239] Fetching mapsugar, justsugar
Fetched https://github.com/mesqueeb/JustSugar from cache (1.11s)
Fetched https://github.com/mesqueeb/MapSugar from cache (1.11s)
Creating working copy for https://github.com/mesqueeb/MapSugar
Working copy of https://github.com/mesqueeb/MapSugar resolved at 0.1.0
Creating working copy for https://github.com/mesqueeb/JustSugar
Working copy of https://github.com/mesqueeb/JustSugar resolved at 0.2.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",
  "dependencies": [
    {
      "identity": "mirage",
      "name": "Mirage",
      "url": "https://github.com/mesqueeb/Mirage.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Mirage",
      "dependencies": [
        {
          "identity": "justsugar",
          "name": "JustSugar",
          "url": "https://github.com/mesqueeb/JustSugar",
          "version": "0.2.3",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JustSugar",
          "dependencies": [
          ]
        },
        {
          "identity": "mapsugar",
          "name": "MapSugar",
          "url": "https://github.com/mesqueeb/MapSugar",
          "version": "0.1.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MapSugar",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/mesqueeb/Mirage.git
[5/426] Fetching mirage
Fetched https://github.com/mesqueeb/Mirage.git from cache (2.24s)
Fetching https://github.com/mesqueeb/MapSugar from cache
Fetching https://github.com/mesqueeb/JustSugar from cache
Fetched https://github.com/mesqueeb/JustSugar from cache (0.53s)
Fetched https://github.com/mesqueeb/MapSugar from cache (0.53s)
Computing version for https://github.com/mesqueeb/MapSugar
Computed https://github.com/mesqueeb/MapSugar at 0.1.0 (0.43s)
Computing version for https://github.com/mesqueeb/JustSugar
Computed https://github.com/mesqueeb/JustSugar at 0.2.3 (0.42s)
Creating working copy for https://github.com/mesqueeb/Mirage.git
Working copy of https://github.com/mesqueeb/Mirage.git resolved at main (2dee8ae)
Creating working copy for https://github.com/mesqueeb/MapSugar
Working copy of https://github.com/mesqueeb/MapSugar resolved at 0.1.0
Creating working copy for https://github.com/mesqueeb/JustSugar
Working copy of https://github.com/mesqueeb/JustSugar resolved at 0.2.3
warning: '.resolve-product-dependencies': dependency 'mirage' is not used by any target
Found 2 product dependencies
  - JustSugar
  - MapSugar
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/mesqueeb/Mirage.git
https://github.com/mesqueeb/Mirage.git
{
  "dependencies" : [
    {
      "identity" : "justsugar",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mesqueeb/JustSugar"
    },
    {
      "identity" : "mapsugar",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mesqueeb/MapSugar"
    }
  ],
  "manifest_display_name" : "Mirage",
  "name" : "Mirage",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "Mirage",
      "targets" : [
        "Mirage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Mirage",
      "module_type" : "SwiftTarget",
      "name" : "Mirage",
      "path" : "Mirage/Sources",
      "product_dependencies" : [
        "JustSugar",
        "MapSugar"
      ],
      "product_memberships" : [
        "Mirage"
      ],
      "sources" : [
        "Components/MActionButtons.Examples.swift",
        "Components/MActionButtons.swift",
        "Components/MButton.Examples.swift",
        "Components/MButton.swift",
        "Components/MHorizontalRule.Examples.swift",
        "Components/MHorizontalRule.swift",
        "Components/MLink.Examples.swift",
        "Components/MLink.swift",
        "Styles/Space.swift",
        "Styles/Typography.swift",
        "SwiftHelpers/ColorHelpers.swift",
        "SwiftHelpers/ViewModifierHelpers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/9] Compiling MapSugar MapSugar.swift
[6/9] Emitting module MapSugar
[7/9] Compiling JustSugar Strings.swift
[8/9] Emitting module JustSugar
[9/9] Compiling JustSugar Arrays.swift
[10/21] Compiling Mirage Typography.swift
[11/21] Compiling Mirage MLink.swift
[12/21] Compiling Mirage Space.swift
[13/21] Compiling Mirage MLink.Examples.swift
[14/21] Compiling Mirage MHorizontalRule.Examples.swift
[15/21] Compiling Mirage MHorizontalRule.swift
[16/21] Compiling Mirage ColorHelpers.swift
[17/22] Compiling Mirage ViewModifierHelpers.swift
[18/22] Compiling Mirage MActionButtons.Examples.swift
[19/22] Compiling Mirage MActionButtons.swift
[20/22] Compiling Mirage MButton.Examples.swift
[21/22] Compiling Mirage MButton.swift
[22/22] Emitting module Mirage
Build complete! (21.55s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "justsugar",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mesqueeb/JustSugar"
    },
    {
      "identity" : "mapsugar",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mesqueeb/MapSugar"
    }
  ],
  "manifest_display_name" : "Mirage",
  "name" : "Mirage",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "Mirage",
      "targets" : [
        "Mirage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Mirage",
      "module_type" : "SwiftTarget",
      "name" : "Mirage",
      "path" : "Mirage/Sources",
      "product_dependencies" : [
        "JustSugar",
        "MapSugar"
      ],
      "product_memberships" : [
        "Mirage"
      ],
      "sources" : [
        "Components/MActionButtons.Examples.swift",
        "Components/MActionButtons.swift",
        "Components/MButton.Examples.swift",
        "Components/MButton.swift",
        "Components/MHorizontalRule.Examples.swift",
        "Components/MHorizontalRule.swift",
        "Components/MLink.Examples.swift",
        "Components/MLink.swift",
        "Styles/Space.swift",
        "Styles/Typography.swift",
        "SwiftHelpers/ColorHelpers.swift",
        "SwiftHelpers/ViewModifierHelpers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/mesqueeb/mirage/main
Repository:               mesqueeb/Mirage
Swift version used:       6.0
Target:                   Mirage
Extracting symbol information for 'Mirage'...
Finished extracting symbol information for 'Mirage'. (6.77s)
Building documentation for 'Mirage'...
Finished building documentation for 'Mirage' (3.72s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/mesqueeb/mirage/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2048] Fetching swift-docc-plugin
Updating https://github.com/mesqueeb/MapSugar
Updating https://github.com/mesqueeb/JustSugar
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.34s)
Updated https://github.com/mesqueeb/JustSugar (0.48s)
Updated https://github.com/mesqueeb/MapSugar (0.48s)
Computing version for https://github.com/mesqueeb/MapSugar
Computed https://github.com/mesqueeb/MapSugar at 0.1.0 (0.43s)
Computing version for https://github.com/mesqueeb/JustSugar
Computed https://github.com/mesqueeb/JustSugar at 0.2.3 (0.39s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (2.16s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3266] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.30s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.53s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-5BDAB9E9C0126B9D.txt
[6/53] Compiling SymbolKit Names.swift
[7/53] Compiling SymbolKit SPI.swift
[8/53] Compiling SymbolKit Snippet.swift
[9/53] Compiling SymbolKit Extension.swift
[10/57] Compiling SymbolKit SourceRange.swift
[11/57] Compiling SymbolKit Metadata.swift
[12/57] Compiling SymbolKit Module.swift
[13/57] Compiling SymbolKit OperatingSystem.swift
[14/57] Compiling SymbolKit Platform.swift
[15/57] Compiling Snippets SnippetParser.swift
[16/57] Compiling Snippets Snippet.swift
[17/57] Emitting module Snippets
[18/57] Compiling SymbolKit GenericConstraint.swift
[19/57] Compiling SymbolKit GenericParameter.swift
[20/57] Compiling SymbolKit Generics.swift
[21/57] Compiling SymbolKit Namespace.swift
[22/57] Compiling SymbolKit Identifier.swift
[23/57] Compiling SymbolKit KindIdentifier.swift
[24/57] Compiling SymbolKit Location.swift
[25/57] Compiling SymbolKit Mutability.swift
[26/57] Compiling SymbolKit Symbol.swift
[27/57] Compiling SymbolKit SymbolKind.swift
[28/57] Compiling SymbolKit SymbolGraph.swift
[29/57] Compiling SymbolKit GraphCollector.swift
[30/57] Compiling SymbolKit Relationship.swift
[31/57] Compiling SymbolKit RelationshipKind.swift
[32/57] Compiling SymbolKit SourceOrigin.swift
[33/57] Compiling SymbolKit GenericConstraints.swift
[34/57] Compiling SymbolKit Swift.swift
[35/57] Compiling SymbolKit Mixin+Equals.swift
[36/57] Compiling SymbolKit Mixin+Hash.swift
[37/57] Compiling SymbolKit Mixin.swift
[38/57] Compiling SymbolKit LineList.swift
[39/57] Compiling SymbolKit Position.swift
[40/57] Emitting module SymbolKit
[41/57] Compiling SymbolKit DeclarationFragments.swift
[42/57] Compiling SymbolKit Fragment.swift
[43/57] Compiling SymbolKit FragmentKind.swift
[44/57] Compiling SymbolKit FunctionParameter.swift
[45/57] Compiling SymbolKit FunctionSignature.swift
[46/57] Compiling SymbolKit SemanticVersion.swift
[47/57] Compiling SymbolKit AccessControl.swift
[48/57] Compiling SymbolKit Availability.swift
[49/57] Compiling SymbolKit AvailabilityItem.swift
[50/57] Compiling SymbolKit Domain.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.53s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/6] Compiling MapSugar MapSugar.swift
[3/6] Emitting module MapSugar
[4/6] Emitting module JustSugar
[5/6] Compiling JustSugar Arrays.swift
[6/6] Compiling JustSugar Strings.swift
[7/18] Compiling Mirage ColorHelpers.swift
[8/18] Compiling Mirage MLink.Examples.swift
[9/19] Compiling Mirage Space.swift
[10/19] Compiling Mirage MHorizontalRule.swift
[11/19] Compiling Mirage MLink.swift
[12/19] Compiling Mirage Typography.swift
[13/19] Compiling Mirage MHorizontalRule.Examples.swift
[14/19] Compiling Mirage ViewModifierHelpers.swift
[15/19] Compiling Mirage MActionButtons.Examples.swift
[16/19] Compiling Mirage MActionButtons.swift
[17/19] Emitting module Mirage
[18/19] Compiling Mirage MButton.Examples.swift
[19/19] Compiling Mirage MButton.swift
Build of target: 'Mirage' complete! (2.66s)
   12712
90	/Users/admin/builder/spi-builder-workspace/.docs/mesqueeb/mirage/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/mesqueeb/mirage/main
File count: 12712
Doc size:   90.0MB
Preparing doc bundle ...
Uploading prod-mesqueeb-mirage-main-11e0649e.zip to s3://spi-docs-inbox/prod-mesqueeb-mirage-main-11e0649e.zip
Copying... [10%]
Copying... [20%]
Copying... [30%]
Copying... [40%]
Copying... [50%]
Copying... [60%]
Copying... [70%]
Copying... [80%]
Copying... [90%]
Copying... [100%]
Done.