The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-marker-protocols, reference 1.5.2 (22ad22), with Swift 6.2 for macOS (SPM) on 7 Feb 2026 18:57:18 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/capturecontext/swift-marker-protocols.git
Reference: 1.5.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/capturecontext/swift-marker-protocols
 * tag               1.5.2      -> FETCH_HEAD
HEAD is now at 22ad220 feat(SPI): Update .spi.yml
Cloned https://github.com/capturecontext/swift-marker-protocols.git
Revision (git rev-parse @):
22ad220854d3d001a80a0ef0e01f23598301db8c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/capturecontext/swift-marker-protocols.git at 1.5.2
========================================
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-marker-protocols",
      "name": "swift-marker-protocols",
      "url": "https://github.com/capturecontext/swift-marker-protocols.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-marker-protocols",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/capturecontext/swift-marker-protocols.git
[1/171] Fetching swift-marker-protocols
Fetched https://github.com/capturecontext/swift-marker-protocols.git from cache (0.71s)
Creating working copy for https://github.com/capturecontext/swift-marker-protocols.git
Working copy of https://github.com/capturecontext/swift-marker-protocols.git resolved at 1.5.2 (22ad220)
warning: '.resolve-product-dependencies': dependency 'swift-marker-protocols' 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/capturecontext/swift-marker-protocols.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-49B95AFC49DCD68C.txt
[8/11] Emitting module SwiftMarkerProtocols
[9/11] Compiling SwiftMarkerProtocols _OptionalProtocol.swift
[10/11] Compiling SwiftMarkerProtocols Deprecations.swift
[11/11] Compiling SwiftMarkerProtocols _AnyKeyPathProtocol.swift
[12/14] Compiling FoundationMarkerProtocols _NotificationCenterProtocol.swift
[13/14] Emitting module FoundationMarkerProtocols
[14/14] Compiling FoundationMarkerProtocols Exports.swift
[15/18] Compiling QuartzCoreMarkerProtocols _CALayerProtocol.swift
[16/18] Emitting module QuartzCoreMarkerProtocols
[17/22] Emitting module AVFoundationMarkerProtocols
[18/22] Compiling AVFoundationMarkerProtocols _AVCaptureDeviceProtocol.swift
[19/22] Compiling CocoaMarkerProtocols _CocoaViewProtocol.swift
[20/22] Emitting module CocoaMarkerProtocols
[21/22] Compiling CocoaMarkerProtocols _CocoaViewControllerProtocol.swift
[22/22] Compiling CocoaMarkerProtocols Exports.swift
[23/24] Compiling MarkerProtocols Exports.swift
[24/24] Emitting module MarkerProtocols
Build complete! (7.21s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-marker-protocols",
  "name" : "swift-marker-protocols",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AVFoundationMarkerProtocols",
      "targets" : [
        "AVFoundationMarkerProtocols"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CocoaMarkerProtocols",
      "targets" : [
        "CocoaMarkerProtocols"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FoundationMarkerProtocols",
      "targets" : [
        "FoundationMarkerProtocols"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MarkerProtocols",
      "targets" : [
        "MarkerProtocols"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "QuartzCoreMarkerProtocols",
      "targets" : [
        "QuartzCoreMarkerProtocols"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftMarkerProtocols",
      "targets" : [
        "SwiftMarkerProtocols"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SwiftMarkerProtocolsTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMarkerProtocolsTests",
      "path" : "Tests/SwiftMarkerProtocolsTests",
      "sources" : [
        "OptionalProtocolTests.swift"
      ],
      "target_dependencies" : [
        "SwiftMarkerProtocols"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftMarkerProtocols",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMarkerProtocols",
      "path" : "Sources/SwiftMarkerProtocols",
      "product_memberships" : [
        "AVFoundationMarkerProtocols",
        "CocoaMarkerProtocols",
        "FoundationMarkerProtocols",
        "MarkerProtocols",
        "QuartzCoreMarkerProtocols",
        "SwiftMarkerProtocols"
      ],
      "sources" : [
        "Deprecations/Deprecations.swift",
        "_AnyKeyPathProtocol.swift",
        "_OptionalProtocol.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "QuartzCoreMarkerProtocols",
      "module_type" : "SwiftTarget",
      "name" : "QuartzCoreMarkerProtocols",
      "path" : "Sources/QuartzCoreMarkerProtocols",
      "product_memberships" : [
        "CocoaMarkerProtocols",
        "MarkerProtocols",
        "QuartzCoreMarkerProtocols"
      ],
      "sources" : [
        "_CALayerProtocol.swift"
      ],
      "target_dependencies" : [
        "FoundationMarkerProtocols"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MarkerProtocols",
      "module_type" : "SwiftTarget",
      "name" : "MarkerProtocols",
      "path" : "Sources/MarkerProtocols",
      "product_memberships" : [
        "MarkerProtocols"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "target_dependencies" : [
        "AVFoundationMarkerProtocols",
        "CocoaMarkerProtocols",
        "QuartzCoreMarkerProtocols",
        "FoundationMarkerProtocols",
        "SwiftMarkerProtocols"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FoundationMarkerProtocols",
      "module_type" : "SwiftTarget",
      "name" : "FoundationMarkerProtocols",
      "path" : "Sources/FoundationMarkerProtocols",
      "product_memberships" : [
        "AVFoundationMarkerProtocols",
        "CocoaMarkerProtocols",
        "FoundationMarkerProtocols",
        "MarkerProtocols",
        "QuartzCoreMarkerProtocols"
      ],
      "sources" : [
        "Exports.swift",
        "_NotificationCenterProtocol.swift"
      ],
      "target_dependencies" : [
        "SwiftMarkerProtocols"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CocoaMarkerProtocols",
      "module_type" : "SwiftTarget",
      "name" : "CocoaMarkerProtocols",
      "path" : "Sources/CocoaMarkerProtocols",
      "product_memberships" : [
        "CocoaMarkerProtocols",
        "MarkerProtocols"
      ],
      "sources" : [
        "Exports.swift",
        "_CocoaViewControllerProtocol.swift",
        "_CocoaViewProtocol.swift"
      ],
      "target_dependencies" : [
        "SwiftMarkerProtocols",
        "QuartzCoreMarkerProtocols"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AVFoundationMarkerProtocols",
      "module_type" : "SwiftTarget",
      "name" : "AVFoundationMarkerProtocols",
      "path" : "Sources/AVFoundationMarkerProtocols",
      "product_memberships" : [
        "AVFoundationMarkerProtocols",
        "MarkerProtocols"
      ],
      "sources" : [
        "_AVCaptureDeviceProtocol.swift"
      ],
      "target_dependencies" : [
        "FoundationMarkerProtocols"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/capturecontext/swift-marker-protocols/1.5.2
Repository:               capturecontext/swift-marker-protocols
Swift version used:       6.2
Target:                   SwiftMarkerProtocols
Extracting symbol information for 'SwiftMarkerProtocols'...
Finished extracting symbol information for 'SwiftMarkerProtocols'. (0.27s)
Building documentation for 'SwiftMarkerProtocols'...
Finished building documentation for 'SwiftMarkerProtocols' (0.09s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/capturecontext/swift-marker-protocols/1.5.2
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2171] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.26s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.37s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3655] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.26s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.00s)
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
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.6
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-49B95AFC49DCD68C.txt
[6/53] Compiling Snippets SnippetParser.swift
[7/53] Emitting module SymbolKit
[8/57] Compiling Snippets Snippet.swift
[9/57] Emitting module Snippets
[10/57] Compiling SymbolKit Identifier.swift
[11/57] Compiling SymbolKit KindIdentifier.swift
[12/57] Compiling SymbolKit Location.swift
[13/57] Compiling SymbolKit Mutability.swift
[14/57] Compiling SymbolKit SourceRange.swift
[15/57] Compiling SymbolKit Metadata.swift
[16/57] Compiling SymbolKit Module.swift
[17/57] Compiling SymbolKit OperatingSystem.swift
[18/57] Compiling SymbolKit Platform.swift
[19/57] Compiling SymbolKit GenericConstraint.swift
[20/57] Compiling SymbolKit GenericParameter.swift
[21/57] Compiling SymbolKit Generics.swift
[22/57] Compiling SymbolKit Namespace.swift
[23/57] Compiling SymbolKit DeclarationFragments.swift
[24/57] Compiling SymbolKit Fragment.swift
[25/57] Compiling SymbolKit FragmentKind.swift
[26/57] Compiling SymbolKit FunctionParameter.swift
[27/57] Compiling SymbolKit FunctionSignature.swift
[28/57] Compiling SymbolKit Mixin+Equals.swift
[29/57] Compiling SymbolKit Mixin+Hash.swift
[30/57] Compiling SymbolKit Mixin.swift
[31/57] Compiling SymbolKit LineList.swift
[32/57] Compiling SymbolKit Position.swift
[33/57] Compiling SymbolKit Relationship.swift
[34/57] Compiling SymbolKit RelationshipKind.swift
[35/57] Compiling SymbolKit SourceOrigin.swift
[36/57] Compiling SymbolKit GenericConstraints.swift
[37/57] Compiling SymbolKit Swift.swift
[38/57] Compiling SymbolKit SemanticVersion.swift
[39/57] Compiling SymbolKit AccessControl.swift
[40/57] Compiling SymbolKit Availability.swift
[41/57] Compiling SymbolKit AvailabilityItem.swift
[42/57] Compiling SymbolKit Domain.swift
[43/57] Compiling SymbolKit Symbol.swift
[44/57] Compiling SymbolKit SymbolKind.swift
[45/57] Compiling SymbolKit SymbolGraph.swift
[46/57] Compiling SymbolKit GraphCollector.swift
[47/57] Compiling SymbolKit Names.swift
[48/57] Compiling SymbolKit SPI.swift
[49/57] Compiling SymbolKit Snippet.swift
[50/57] Compiling SymbolKit Extension.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 SnippetBuildCommand.swift
[56/61] Emitting module snippet_extract
[57/61] Compiling snippet_extract URL+Status.swift
[58/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.69s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'SwiftMarkerProtocols' complete! (0.20s)
Target:                   FoundationMarkerProtocols
Extracting symbol information for 'FoundationMarkerProtocols'...
Finished extracting symbol information for 'FoundationMarkerProtocols'. (1.67s)
Building documentation for 'FoundationMarkerProtocols'...
Finished building documentation for 'FoundationMarkerProtocols' (0.05s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/capturecontext/swift-marker-protocols/1.5.2
Building for debugging...
[0/3] Write swift-version-49B95AFC49DCD68C.txt
Build of product 'snippet-extract' complete! (0.17s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'FoundationMarkerProtocols' complete! (0.21s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/capturecontext/swift-marker-protocols/1.5.2/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/capturecontext/swift-marker-protocols/1.5.2/linkable-paths.json
Target:                   AVFoundationMarkerProtocols
Extracting symbol information for 'AVFoundationMarkerProtocols'...
Finished extracting symbol information for 'AVFoundationMarkerProtocols'. (2.25s)
Building documentation for 'AVFoundationMarkerProtocols'...
Finished building documentation for 'AVFoundationMarkerProtocols' (0.04s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/capturecontext/swift-marker-protocols/1.5.2
Building for debugging...
[0/3] Write swift-version-49B95AFC49DCD68C.txt
Build of product 'snippet-extract' complete! (0.18s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'AVFoundationMarkerProtocols' complete! (0.20s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/capturecontext/swift-marker-protocols/1.5.2/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/capturecontext/swift-marker-protocols/1.5.2/linkable-paths.json
Target:                   QuartzCoreMarkerProtocols
Extracting symbol information for 'QuartzCoreMarkerProtocols'...
Finished extracting symbol information for 'QuartzCoreMarkerProtocols'. (0.33s)
Building documentation for 'QuartzCoreMarkerProtocols'...
Finished building documentation for 'QuartzCoreMarkerProtocols' (0.05s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/capturecontext/swift-marker-protocols/1.5.2
Building for debugging...
[0/3] Write swift-version-49B95AFC49DCD68C.txt
Build of product 'snippet-extract' complete! (0.19s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'QuartzCoreMarkerProtocols' complete! (0.21s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/capturecontext/swift-marker-protocols/1.5.2/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/capturecontext/swift-marker-protocols/1.5.2/linkable-paths.json
Target:                   CocoaMarkerProtocols
Extracting symbol information for 'CocoaMarkerProtocols'...
Finished extracting symbol information for 'CocoaMarkerProtocols'. (1.17s)
Building documentation for 'CocoaMarkerProtocols'...
Finished building documentation for 'CocoaMarkerProtocols' (0.04s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/capturecontext/swift-marker-protocols/1.5.2
Building for debugging...
[0/3] Write swift-version-49B95AFC49DCD68C.txt
Build of product 'snippet-extract' complete! (0.18s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'CocoaMarkerProtocols' complete! (0.21s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/capturecontext/swift-marker-protocols/1.5.2/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/capturecontext/swift-marker-protocols/1.5.2/linkable-paths.json
Target:                   MarkerProtocols
Extracting symbol information for 'MarkerProtocols'...
Finished extracting symbol information for 'MarkerProtocols'. (0.35s)
Building documentation for 'MarkerProtocols'...
Finished building documentation for 'MarkerProtocols' (0.04s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/capturecontext/swift-marker-protocols/1.5.2
Building for debugging...
[0/3] Write swift-version-49B95AFC49DCD68C.txt
Build of product 'snippet-extract' complete! (0.18s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'MarkerProtocols' complete! (0.22s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/capturecontext/swift-marker-protocols/1.5.2/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/capturecontext/swift-marker-protocols/1.5.2/linkable-paths.json
      64
2	/Users/admin/builder/spi-builder-workspace/.docs/capturecontext/swift-marker-protocols/1.5.2
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/capturecontext/swift-marker-protocols/1.5.2
File count: 64
Doc size:   2.0MB
Preparing doc bundle ...
Uploading prod-capturecontext-swift-marker-protocols-1.5.2-b913170a.zip to s3://spi-docs-inbox/prod-capturecontext-swift-marker-protocols-1.5.2-b913170a.zip
Copying... [20%]
Copying... [40%]
Copying... [60%]
Copying... [80%]
Copying... [100%]
Done.