Build Information
Successful build of PcgRandom, reference main (a6b074
), with Swift 5.8 for macOS (SPM) on 19 Oct 2024 09:48:49 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.55.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/paiv/swift-pcg-random.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/paiv/swift-pcg-random
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a6b0749 patch support for visionOS, tvOS
Cloned https://github.com/paiv/swift-pcg-random.git
Revision (git rev-parse @):
a6b07494d67b83a5548e46b1925d31513c5cae7a
SUCCESS checkout https://github.com/paiv/swift-pcg-random.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.8
Building package at path: $PWD
https://github.com/paiv/swift-pcg-random.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Compiling PcgRandomC PcgRandom.c
[2/7] Compiling PcgRandom PcgRandomLocking.swift
[3/7] Compiling PcgRandom UInt128.swift
[4/7] Compiling PcgRandom PcgRandom.swift
[5/7] Emitting module PcgRandom
/Users/admin/builder/spi-builder-workspace/Sources/PcgRandom/OSUnfairLock.swift:1:59: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^
/Users/admin/builder/spi-builder-workspace/Sources/PcgRandom/OSUnfairLock.swift:1:59: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/Users/admin/builder/spi-builder-workspace/Sources/PcgRandom/OSUnfairLock.swift:1:59: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
[6/7] Compiling PcgRandom OSUnfairLock.swift
/Users/admin/builder/spi-builder-workspace/Sources/PcgRandom/OSUnfairLock.swift:1:59: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^
/Users/admin/builder/spi-builder-workspace/Sources/PcgRandom/OSUnfairLock.swift:1:59: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/Users/admin/builder/spi-builder-workspace/Sources/PcgRandom/OSUnfairLock.swift:1:59: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
[7/7] Compiling PcgRandom PThreadMutex.swift
Build complete! (8.08s)
Build complete.
Done.