The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-context 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.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/slashmo/gsoc-swift-baggage-context.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/slashmo/gsoc-swift-baggage-context
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3cffbfe Link to official tracing-baggage-core repo 📖
Cloned https://github.com/slashmo/gsoc-swift-baggage-context.git
Revision (git rev-parse @):
3cffbfee710174a6eda07ba3a736bf7e4dfbdb6a
SUCCESS checkout https://github.com/slashmo/gsoc-swift-baggage-context.git at main
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git (0.43s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.4.0 (0.03s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.4.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "gsoc-swift-baggage-context",
      "name": "swift-context",
      "url": "https://github.com/slashmo/gsoc-swift-baggage-context.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/gsoc-swift-baggage-context",
      "dependencies": [
        {
          "identity": "swift-log",
          "name": "swift-log",
          "url": "https://github.com/apple/swift-log.git",
          "version": "1.5.3",
          "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/slashmo/gsoc-swift-baggage-context.git from cache
Fetched https://github.com/slashmo/gsoc-swift-baggage-context.git (0.18s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git (0.28s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.3 (0.05s)
Creating working copy for https://github.com/slashmo/gsoc-swift-baggage-context.git
Working copy of https://github.com/slashmo/gsoc-swift-baggage-context.git resolved at main
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.5.3
warning: '.resolve-product-dependencies': dependency 'gsoc-swift-baggage-context' is not used by any target
Found 1 product dependencies
  - swift-log
========================================
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
Building for debugging...
[1/13] Compiling Baggage BaggageKey.swift
[2/13] Emitting module Baggage
[3/13] Compiling Baggage Baggage.swift
[4/13] Emitting module Logging
[5/13] Compiling Logging Logging.swift
[6/13] Compiling Logging LogHandler.swift
[7/13] Compiling Logging Locks.swift
[8/16] Compiling BaggageContext BaggageContext.swift
[9/16] Emitting module BaggageContext
[10/16] Compiling BaggageContext ContextLogHandler.swift
[11/16] Compiling BaggageContextBenchmarkTools BenchmarkCategory.swift
[12/16] Compiling BaggageContextBenchmarkTools BenchmarkTools.swift
[13/16] Compiling BaggageContextBenchmarkTools ArgParser.swift
[14/16] Compiling BaggageContextBenchmarkTools DriverUtils.swift
[15/16] Emitting module BaggageContextBenchmarkTools
[16/21] Compiling BaggageContextBenchmarks locks.swift
[17/21] Compiling BaggageContextBenchmarks main.swift
[18/21] Compiling BaggageContextBenchmarks BaggageLoggingBenchmarks.swift
[19/21] Compiling BaggageContextBenchmarks BaggagePassingBenchmarks.swift
[20/21] Emitting module BaggageContextBenchmarks
[20/21] Linking BaggageContextBenchmarks
Build complete! (8.48s)
Build complete.
Done.