The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ContextuallyUniqueIdentifier, reference 1.2.0 (ede27f), with Swift 6.0 for macOS (SPM) on 27 Jan 2026 06:42:01 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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/RougeWare/Swift-ContextuallyUniqueIdentifier.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RougeWare/Swift-ContextuallyUniqueIdentifier
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at ede27fa Merge pull request #3 from RougeWare/feature/renaming/COID
Cloned https://github.com/RougeWare/Swift-ContextuallyUniqueIdentifier.git
Revision (git rev-parse @):
ede27fa9e881b4c928559bf281bb9b0154e96f20
SUCCESS checkout https://github.com/RougeWare/Swift-ContextuallyUniqueIdentifier.git at 1.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/RougeWare/Swift-ContextuallyUniqueIdentifier.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-5BDAB9E9C0126B9D.txt
[6/19] Compiling FunctionTools Null functions.swift
[7/19] Compiling FunctionTools !.swift
[8/19] Compiling FunctionTools Function types.swift
[9/19] Emitting module FunctionTools
[10/19] Compiling FunctionTools Call.swift
[11/19] Compiling FunctionTools Blackholes.swift
[12/19] Compiling FunctionTools Curry.swift
[13/19] Compiling FunctionTools Constant.swift
[14/19] Compiling FunctionTools Echo.swift
[15/19] Compiling LazyContainers LazyContainer + Equatable.swift
[16/19] Compiling LazyContainers LazyContainer + Hashable.swift
[17/19] Compiling LazyContainers LazyContainer + Codable.swift
[18/19] Emitting module LazyContainers
[19/19] Compiling LazyContainers LazyContainers.swift
[20/31] Emitting module SimpleLogging
[21/32] Compiling SimpleLogging Loggable.swift
[22/32] Compiling SimpleLogging LogManager.swift
[23/32] Compiling SimpleLogging LoggableError.swift
[24/32] Compiling SimpleLogging LogMessage.swift
[25/32] Compiling SimpleLogging LogChannel.swift
[26/32] Compiling SimpleLogging LogMessageProtocol.swift
[27/32] Compiling SimpleLogging CodeLogMessage.swift
[28/32] Compiling SimpleLogging CombinedLogMessage.swift
[29/32] Compiling SimpleLogging LogSeverity.swift
[30/32] Compiling SimpleLogging CombinedLoggable.swift
[31/32] Compiling SimpleLogging FileHandle + TextOutputStream.swift
[32/32] Compiling SimpleLogging Simple Logging.swift
[33/34] Compiling COID ContextuallyUniqueIdentifier.swift
[34/34] Emitting module COID
Build complete! (11.99s)
Fetching https://github.com/RougeWare/Swift-Simple-Logging.git
[1/376] Fetching swift-simple-logging
Fetched https://github.com/RougeWare/Swift-Simple-Logging.git from cache (0.77s)
Computing version for https://github.com/RougeWare/Swift-Simple-Logging.git
Computed https://github.com/RougeWare/Swift-Simple-Logging.git at 0.5.2 (0.58s)
Fetching https://github.com/RougeWare/Swift-Function-Tools.git
Fetching https://github.com/RougeWare/Swift-Lazy-Containers.git
[1/395] Fetching swift-lazy-containers
[77/516] Fetching swift-lazy-containers, swift-function-tools
Fetched https://github.com/RougeWare/Swift-Function-Tools.git from cache (0.77s)
Fetched https://github.com/RougeWare/Swift-Lazy-Containers.git from cache (0.77s)
Computing version for https://github.com/RougeWare/Swift-Function-Tools.git
Computed https://github.com/RougeWare/Swift-Function-Tools.git at 1.2.4 (0.54s)
Computing version for https://github.com/RougeWare/Swift-Lazy-Containers.git
Computed https://github.com/RougeWare/Swift-Lazy-Containers.git at 4.1.0 (0.57s)
Creating working copy for https://github.com/RougeWare/Swift-Lazy-Containers.git
Working copy of https://github.com/RougeWare/Swift-Lazy-Containers.git resolved at 4.1.0
Creating working copy for https://github.com/RougeWare/Swift-Simple-Logging.git
Working copy of https://github.com/RougeWare/Swift-Simple-Logging.git resolved at 0.5.2
Creating working copy for https://github.com/RougeWare/Swift-Function-Tools.git
Working copy of https://github.com/RougeWare/Swift-Function-Tools.git resolved at 1.2.4
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-simple-logging",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/RougeWare/Swift-Simple-Logging.git"
    }
  ],
  "manifest_display_name" : "ContextuallyUniqueIdentifier",
  "name" : "ContextuallyUniqueIdentifier",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "COID",
      "targets" : [
        "COID"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AppUniqueIdentifier",
      "targets" : [
        "COID"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ContextuallyUniqueIdentifierTests",
      "module_type" : "SwiftTarget",
      "name" : "ContextuallyUniqueIdentifierTests",
      "path" : "Tests/ContextuallyUniqueIdentifierTests",
      "sources" : [
        "ContextuallyUniqueIdentifierTests.swift"
      ],
      "target_dependencies" : [
        "COID"
      ],
      "type" : "test"
    },
    {
      "c99name" : "COID",
      "module_type" : "SwiftTarget",
      "name" : "COID",
      "path" : "Sources/COID",
      "product_dependencies" : [
        "SimpleLogging"
      ],
      "product_memberships" : [
        "COID",
        "AppUniqueIdentifier"
      ],
      "sources" : [
        "ContextuallyUniqueIdentifier.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.