The Swift Package Index logo.Swift Package Index

Build Information

Successful build of package-concurrency-helpers 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/ordo-one/package-concurrency-helpers.git
Reference: 4.0.2
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/ordo-one/package-concurrency-helpers
 * tag               4.0.2      -> FETCH_HEAD
HEAD is now at 0f7af13 feat(minor): remove @inlineable
Cloned https://github.com/ordo-one/package-concurrency-helpers.git
Revision (git rev-parse @):
0f7af13368d0ff4523904c3e8ddf4a7004d0dbb8
SUCCESS checkout https://github.com/ordo-one/package-concurrency-helpers.git at 4.0.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/ordo-one/package-concurrency-helpers.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/9] Write sources
[6/9] Compiling _PauseShims _PauseShims.c
[7/9] Write swift-version--423B1241ED78D482.txt
[8/11] Compiling _AtomicsShims.c
[10/26] Emitting module LatencyTimer
[11/26] Compiling LatencyTimer LatencyTimer.swift
[12/33] Compiling Atomics Unmanaged extensions.swift
[13/33] Compiling Atomics AtomicBool.swift
[14/33] Compiling Atomics AtomicRawRepresentable.swift
[15/33] Compiling Atomics AtomicStrongReference.swift
[16/33] Compiling Atomics AtomicValue.swift
[17/33] Compiling Atomics DoubleWord.swift
[18/33] Compiling Atomics AtomicLazyReference.swift
[19/33] Compiling Atomics HighLevelTypes.swift
[20/33] Compiling Atomics AtomicInteger.swift
[21/33] Compiling Atomics AtomicMemoryOrderings.swift
[22/33] Compiling Atomics AtomicOptional.swift
[23/33] Compiling Atomics AtomicOptionalRawRepresentable.swift
[24/33] Compiling Atomics IntegerConformances.swift
[25/33] Compiling Atomics PointerConformances.swift
[26/35] Emitting module Atomics
[27/35] Compiling Atomics Primitives.native.swift
[28/35] Compiling Atomics Primitives.shims.swift
[29/43] Compiling PackageConcurrencyHelpers Spinlock.swift
[30/43] Compiling PackageConcurrencyHelpers Protected.swift
[31/43] Compiling PackageConcurrencyHelpers Lock.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:22:25: warning: stored property 'mutex' of 'Sendable'-conforming class 'Lock' has non-sendable type 'UnsafeMutablePointer<os_unfair_lock>' (aka 'UnsafeMutablePointer<os_unfair_lock_s>')
        fileprivate let mutex = UnsafeMutablePointer<os_unfair_lock>.allocate(capacity: 1)
                        ^
Swift.UnsafeMutablePointer:1:23: note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafeMutablePointer<Pointee> : _Pointer {
                      ^
[32/44] Compiling PackageConcurrencyHelpers YieldWithBackPressure.swift
[33/44] Compiling PackageConcurrencyHelpers ForBlockingCall.swift
[34/44] Compiling PackageConcurrencyHelpers Lockable.swift
[35/44] Compiling PackageConcurrencyHelpers NIOSendable.swift
[36/44] Emitting module PackageConcurrencyHelpers
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:22:25: warning: stored property 'mutex' of 'Sendable'-conforming class 'Lock' has non-sendable type 'UnsafeMutablePointer<os_unfair_lock>' (aka 'UnsafeMutablePointer<os_unfair_lock_s>')
        fileprivate let mutex = UnsafeMutablePointer<os_unfair_lock>.allocate(capacity: 1)
                        ^
Swift.UnsafeMutablePointer:1:23: note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafeMutablePointer<Pointee> : _Pointer {
                      ^
[37/44] Compiling PackageConcurrencyHelpers RunSync.swift
[38/44] Compiling Helpers MakeStream.swift
[39/44] Compiling Helpers ProcessingRate.swift
[40/44] Emitting module Helpers
[41/44] Compiling Helpers TimeIntervalCounter.swift
[42/44] Compiling Helpers Box.swift
[43/44] Compiling Helpers NearestPowerOf2.swift
[44/44] Compiling Helpers IsBeingDebugged.swift
Build complete! (13.88s)
Fetching https://github.com/mattgallagher/CwlCatchException.git from cache
Fetching https://github.com/ordo-one/package-latency-tools from cache
Fetching https://github.com/mattgallagher/CwlPreconditionTesting from cache
Fetching https://github.com/apple/swift-numerics from cache
Fetching https://github.com/apple/swift-docc-symbolkit from cache
Fetching https://github.com/apple/swift-atomics from cache
Fetched https://github.com/apple/swift-atomics from cache (0.16s)
Fetching https://github.com/apple/swift-docc-plugin from cache
Fetched https://github.com/ordo-one/package-latency-tools from cache (0.17s)
Fetched https://github.com/mattgallagher/CwlPreconditionTesting from cache (0.17s)
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.18s)
Fetched https://github.com/apple/swift-numerics from cache (0.20s)
Fetched https://github.com/apple/swift-docc-symbolkit from cache (0.20s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.17s)
Computing version for https://github.com/ordo-one/package-latency-tools
Computed https://github.com/ordo-one/package-latency-tools at 1.0.0 (0.33s)
Computing version for https://github.com/apple/swift-atomics
Computed https://github.com/apple/swift-atomics at 1.1.0 (0.33s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.03s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting
Computed https://github.com/mattgallagher/CwlPreconditionTesting at 2.1.2 (0.32s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.2 (0.32s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.04s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.1.2 (0.02s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.1.2
Creating working copy for https://github.com/ordo-one/package-latency-tools
Working copy of https://github.com/ordo-one/package-latency-tools resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
warning: /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/CwlPreconditionTesting-87e551a1 is not valid git repository for 'https://github.com/mattgallagher/CwlPreconditionTesting', will fetch again.
Fetching https://github.com/mattgallagher/CwlPreconditionTesting from cache
Fetched https://github.com/mattgallagher/CwlPreconditionTesting from cache (0.01s)
warning: /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/CwlPreconditionTesting-87e551a1 is not valid git repository for 'https://github.com/mattgallagher/CwlPreconditionTesting', will fetch again.
Fetching https://github.com/mattgallagher/CwlPreconditionTesting from cache
Fetched https://github.com/mattgallagher/CwlPreconditionTesting from cache (0.01s)
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting resolved at 2.1.2
warning: /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/swift-atomics-7429e549 is not valid git repository for 'https://github.com/apple/swift-atomics', will fetch again.
Fetching https://github.com/apple/swift-atomics from cache
Fetched https://github.com/apple/swift-atomics from cache (0.01s)
warning: /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/swift-atomics-7429e549 is not valid git repository for 'https://github.com/apple/swift-atomics', will fetch again.
Fetching https://github.com/apple/swift-atomics from cache
Fetched https://github.com/apple/swift-atomics from cache (0.01s)
Creating working copy for https://github.com/apple/swift-atomics
Working copy of https://github.com/apple/swift-atomics resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.2
Build complete.
Done.

Build Machine: Mac 7