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 OSLogTrace with Swift 5.10 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/outfoxx/OSLogTrace.git
Reference: 1.1.1
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/outfoxx/OSLogTrace
 * tag               1.1.1      -> FETCH_HEAD
HEAD is now at 6d2b1bc Update build
Cloned https://github.com/outfoxx/OSLogTrace.git
Revision (git rev-parse @):
6d2b1bc73179cac91efc8ae801dbc9143de511ae
SUCCESS checkout https://github.com/outfoxx/OSLogTrace.git at 1.1.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/outfoxx/OSLogTrace.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/7] Compiling OSLogTrace Logging.swift
[4/7] Compiling OSLogTrace Signposts.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Signposts.swift:261:12: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it.
  let ra = _swift_os_log_return_address()
           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Signposts.swift:263:5: warning: '_swift_os_signpost' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it.
    _swift_os_signpost(dso, ra, log, type, namePtr, id.rawValue)
    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Signposts.swift:269:12: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it.
  let ra = _swift_os_log_return_address()
           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Signposts.swift:273:9: warning: '_swift_os_signpost_with_format' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it.
        _swift_os_signpost_with_format(dso, ra, log, type, namePtr, id.rawValue, formatPtr, formatArgs)
        ^
[5/7] Compiling OSLogTrace LogMessage.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LogMessage.swift:112:14: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it.
    let ra = _swift_os_log_return_address()
             ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LogMessage.swift:115:9: warning: '_swift_os_log' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it.
        _swift_os_log(dso, ra, log, .default, str, args)
        ^
[6/7] Emitting module OSLogTrace
[7/7] Compiling OSLogTrace Activity.swift
Build complete! (4.63s)
Build complete.
Done.