The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of LogStream with Swift 5.10 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.36.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Wouter01/LogStream.git
Reference: 1.3.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Wouter01/LogStream
 * tag               1.3.0      -> FETCH_HEAD
HEAD is now at 6f83694 Fix 5.8 support
Cloned https://github.com/Wouter01/LogStream.git
Revision (git rev-parse @):
6f83694b2675dcf3b1cea0a52546ff4469c18282
SUCCESS checkout https://github.com/Wouter01/LogStream.git at 1.3.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "logstream",
      "name": "LogStream",
      "url": "https://github.com/Wouter01/LogStream.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LogStream",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Wouter01/LogStream.git from cache
Fetched https://github.com/Wouter01/LogStream.git from cache (0.25s)
Creating working copy for https://github.com/Wouter01/LogStream.git
Working copy of https://github.com/Wouter01/LogStream.git resolved at 1.3.0 (6f83694)
warning: '.resolve-product-dependencies': dependency 'logstream' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/Wouter01/LogStream.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Compiling ExternalAppLoggerHeaders _.c
[2/3] Write swift-version-6044DDE57671499D.txt
[4/8] Compiling LogStream LoggingSupport.swift
[5/8] Compiling LogStream ActivityStreamOptions.swift
[6/8] Emitting module LogStream
[7/8] Compiling LogStream LogStream.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LogStream/LogStream.swift:39:38: warning: capture of 'logstream' with non-sendable type 'LoggingSupport.ActivityStream?' (aka 'Optional<OpaquePointer>') in a `@Sendable` closure
            LoggingSupport.cancelLog(logstream)
                                     ^
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
@frozen public enum Optional<Wrapped> : ExpressibleByNilLiteral {
                    ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LogStream/LogStream.swift:72:13: warning: capture of 'logstreams' with non-sendable type '[LoggingSupport.ActivityStream?]' (aka 'Array<Optional<OpaquePointer>>') in a `@Sendable` closure
            logstreams.forEach(LoggingSupport.cancelLog)
            ^
Swift.Array:1:23: note: generic struct 'Array' does not conform to the 'Sendable' protocol
@frozen public struct Array<Element> : _DestructorSafeContainer {
                      ^
[8/8] Compiling LogStream LogMessage.swift
Build complete! (3.62s)
Build complete.
Done.