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: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/outfoxx/OSLogTrace
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 2c30647 Test with multiple Xcode versions
Cloned https://github.com/outfoxx/OSLogTrace.git
Revision (git rev-parse @):
2c3064725a411fcd2f4ad34402f15357d73d815c
SUCCESS checkout https://github.com/outfoxx/OSLogTrace.git at master
========================================
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 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)
        ^
[4/7] Compiling OSLogTrace Activity.swift
[5/7] Compiling OSLogTrace Logging.swift
[6/7] Emitting module OSLogTrace
[7/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)
        ^
Build complete! (6.98s)
Build complete.
Done.