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 swift-memory-allocation, reference 0.1.0 (0efbfb), with Swift 6.2 for macOS (SPM) on 22 Nov 2025 06:52:05 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coenttb/swift-memory-allocation.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/coenttb/swift-memory-allocation
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 0efbfb9 feat: initial release - cross-platform memory allocation observability
Cloned https://github.com/coenttb/swift-memory-allocation.git
Revision (git rev-parse @):
0efbfb98b4a9dbc958e7c45b4f5a5cfa29cdbcb8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/coenttb/swift-memory-allocation.git at 0.1.0
========================================
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": "swift-memory-allocation",
      "name": "swift-memory-allocation",
      "url": "https://github.com/coenttb/swift-memory-allocation.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-memory-allocation",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/coenttb/swift-memory-allocation.git
[1/45] Fetching swift-memory-allocation
Fetched https://github.com/coenttb/swift-memory-allocation.git from cache (0.67s)
Creating working copy for https://github.com/coenttb/swift-memory-allocation.git
Working copy of https://github.com/coenttb/swift-memory-allocation.git resolved at 0.1.0 (0efbfb9)
warning: '.resolve-product-dependencies': dependency 'swift-memory-allocation' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/coenttb/swift-memory-allocation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/10] Compiling MemoryAllocation MemoryAllocation.swift
[4/10] Compiling MemoryAllocation PeakMemoryTracker.swift
[5/10] Compiling MemoryAllocation AllocationProfiler.swift
[6/10] Emitting module MemoryAllocation
[7/10] Compiling MemoryAllocation Lock.swift
[8/10] Compiling MemoryAllocation AllocationStats.swift
[9/10] Compiling MemoryAllocation LeakDetector.swift
[10/10] Compiling MemoryAllocation AllocationTracker.swift
Build complete! (1.92s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-memory-allocation",
  "name" : "swift-memory-allocation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "MemoryAllocation",
      "targets" : [
        "MemoryAllocation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "MemoryAllocation_Tests",
      "module_type" : "SwiftTarget",
      "name" : "MemoryAllocation Tests",
      "path" : "Tests",
      "sources" : [
        "MemoryAllocationTests/AllocationProfilerTests.swift",
        "MemoryAllocationTests/AllocationStatsTests.swift",
        "MemoryAllocationTests/AllocationTrackerTests.swift",
        "MemoryAllocationTests/LeakDetectorTests.swift",
        "MemoryAllocationTests/PeakMemoryTrackerTests.swift",
        "MemoryAllocationTests/ReadmeVerificationTests.swift"
      ],
      "target_dependencies" : [
        "MemoryAllocation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MemoryAllocation",
      "module_type" : "SwiftTarget",
      "name" : "MemoryAllocation",
      "path" : "Sources/MemoryAllocation",
      "product_memberships" : [
        "MemoryAllocation"
      ],
      "sources" : [
        "AllocationProfiler.swift",
        "AllocationStats.swift",
        "AllocationTracker.swift",
        "LeakDetector.swift",
        "Lock.swift",
        "MemoryAllocation.swift",
        "PeakMemoryTracker.swift"
      ],
      "target_dependencies" : [
        "CAllocationTracking"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CAllocationTracking",
      "module_type" : "ClangTarget",
      "name" : "CAllocationTracking",
      "path" : "Sources/CAllocationTracking",
      "product_memberships" : [
        "MemoryAllocation"
      ],
      "sources" : [
        "allocation_tracking.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/coenttb/swift-memory-allocation/0.1.0
Repository:               coenttb/swift-memory-allocation
Swift version used:       6.2
Target:                   MemoryAllocation
Extracting symbol information for 'MemoryAllocation'...
Finished extracting symbol information for 'MemoryAllocation'. (0.65s)
Building documentation for 'MemoryAllocation'...
Finished building documentation for 'MemoryAllocation' (0.13s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/coenttb/swift-memory-allocation/0.1.0
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2158] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.27s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (3.62s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3579] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.28s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.93s)
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.5
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
[2/8] Write snippet-extract-tool-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version-49B95AFC49DCD68C.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit Relationship.swift
[8/57] Compiling SymbolKit RelationshipKind.swift
[9/57] Compiling SymbolKit SourceOrigin.swift
[10/57] Compiling SymbolKit GenericConstraints.swift
[11/57] Compiling SymbolKit Swift.swift
[12/57] Compiling SymbolKit SemanticVersion.swift
[13/57] Compiling SymbolKit AccessControl.swift
[14/57] Compiling SymbolKit Availability.swift
[15/57] Compiling SymbolKit AvailabilityItem.swift
[16/57] Compiling SymbolKit Domain.swift
[17/57] Compiling SymbolKit Identifier.swift
[18/57] Compiling SymbolKit KindIdentifier.swift
[19/57] Compiling SymbolKit Location.swift
[20/57] Compiling SymbolKit Mutability.swift
[21/57] Compiling SymbolKit Symbol.swift
[22/57] Compiling SymbolKit SymbolKind.swift
[23/57] Compiling SymbolKit SymbolGraph.swift
[24/57] Compiling SymbolKit GraphCollector.swift
[25/57] Compiling SymbolKit DeclarationFragments.swift
[26/57] Compiling SymbolKit Fragment.swift
[27/57] Compiling SymbolKit FragmentKind.swift
[28/57] Compiling SymbolKit FunctionParameter.swift
[29/57] Compiling SymbolKit FunctionSignature.swift
[30/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[31/57] Compiling SymbolKit UnifiedSymbol.swift
[32/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[33/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[34/57] Compiling SymbolKit Mixin+Equals.swift
[35/57] Compiling SymbolKit Mixin+Hash.swift
[36/57] Compiling SymbolKit Mixin.swift
[37/57] Compiling SymbolKit LineList.swift
[38/57] Compiling SymbolKit Position.swift
[39/57] Compiling SymbolKit Names.swift
[40/57] Compiling SymbolKit SPI.swift
[41/57] Compiling SymbolKit Snippet.swift
[42/57] Compiling SymbolKit Extension.swift
[43/57] Compiling SymbolKit GenericConstraint.swift
[44/57] Compiling SymbolKit GenericParameter.swift
[45/57] Compiling SymbolKit Generics.swift
[46/57] Compiling SymbolKit Namespace.swift
[47/57] Compiling SymbolKit SourceRange.swift
[48/57] Compiling SymbolKit Metadata.swift
[49/57] Compiling SymbolKit Module.swift
[50/57] Compiling SymbolKit OperatingSystem.swift
[51/57] Compiling SymbolKit Platform.swift
[52/57] Compiling Snippets Snippet.swift
[53/57] Compiling Snippets SnippetParser.swift
[54/57] Emitting module Snippets
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.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.39s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'MemoryAllocation' complete! (0.19s)
     172
2	/Users/admin/builder/spi-builder-workspace/.docs/coenttb/swift-memory-allocation/0.1.0
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/coenttb/swift-memory-allocation/0.1.0
File count: 172
Doc size:   2.0MB
Preparing doc bundle ...
Uploading prod-coenttb-swift-memory-allocation-0.1.0-b8f7a319.zip to s3://spi-docs-inbox/prod-coenttb-swift-memory-allocation-0.1.0-b8f7a319.zip
Copying... [14%]
Copying... [29%]
Copying... [43%]
Copying... [57%]
Copying... [72%]
Copying... [86%]
Copying... [100%]
Done.