The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Lullaby 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/jtodaone/Lullaby.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/jtodaone/Lullaby
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f1f42ec docs: remove Synth from future plans
Cloned https://github.com/jtodaone/Lullaby.git
Revision (git rev-parse @):
f1f42ec442d7711ecbe457f17dc159962d65731c
SUCCESS checkout https://github.com/jtodaone/Lullaby.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/jtodaone/Lullaby.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[6/8] Write swift-version--423B1241ED78D482.txt
[8/75] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[9/75] Compiling OrderedCollections OrderedDictionary+CustomStringConvertible.swift
[10/75] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[11/77] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[12/77] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[13/77] Compiling OrderedCollections _HashTable+Constants.swift
[14/77] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[15/77] Compiling OrderedCollections _HashTable+Bucket.swift
[16/77] Compiling OrderedCollections _HashTable+BucketIterator.swift
[17/77] Compiling OrderedCollections OrderedDictionary+Elements+SubSequence.swift
[18/77] Compiling OrderedCollections OrderedDictionary+Elements.swift
[19/77] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[20/77] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[21/77] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[22/77] Compiling OrderedCollections _Hashtable+Header.swift
[23/77] Compiling OrderedCollections OrderedDictionary+Codable.swift
[24/77] Compiling OrderedCollections OrderedDictionary+CustomDebugStringConvertible.swift
[29/83] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[30/83] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[31/83] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[32/83] Compiling OrderedCollections OrderedSet+Diffing.swift
[33/83] Compiling OrderedCollections OrderedSet+Equatable.swift
[34/83] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[35/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[36/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[37/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[38/83] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[39/83] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[40/83] Compiling OrderedCollections OrderedSet+SubSequence.swift
[41/83] Compiling OrderedCollections OrderedSet+Hashable.swift
[42/83] Compiling OrderedCollections OrderedSet+Initializers.swift
[43/83] Compiling OrderedCollections OrderedSet+Insertions.swift
[44/83] Compiling OrderedCollections OrderedSet+Invariants.swift
[45/83] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[46/83] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[47/83] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[48/83] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[49/83] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[50/83] Compiling OrderedCollections OrderedDictionary+Values.swift
[51/83] Compiling OrderedCollections OrderedDictionary.swift
[52/83] Compiling OrderedCollections OrderedSet+Codable.swift
[53/83] Emitting module DequeModule
[54/83] Compiling DequeModule _DequeSlot.swift
[55/83] Compiling DequeModule _UnsafeWrappedBuffer.swift
[71/83] Compiling OrderedCollections _HashTable.swift
[72/83] Emitting module OrderedCollections
[73/83] Compiling OrderedCollections OrderedSet+Testing.swift
[74/83] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[75/83] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[76/83] Compiling OrderedCollections OrderedSet.swift
[77/83] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[78/83] Compiling OrderedCollections _UnsafeBitset.swift
[79/85] Emitting module Collections
[80/85] Compiling Collections Collections.swift
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CMiniAudio/miniaudio.c:1:
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CMiniAudio/include/miniaudio.h:29431:36: warning: 'kAudioObjectPropertyElementMaster' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations]
    propAddressDevices.mElement  = kAudioObjectPropertyElementMaster;
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                   kAudioObjectPropertyElementMain
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareBase.h:208:5: note: 'kAudioObjectPropertyElementMaster' has been explicitly marked deprecated here
    kAudioObjectPropertyElementMaster API_DEPRECATED_WITH_REPLACEMENT("kAudioObjectPropertyElementMain", macos(10.0, 12.0), ios(2.0, 15.0), watchos(1.0, 8.0), tvos(9.0, 15.0)) = kAudioObjectPropertyElementMain
    ^
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CMiniAudio/miniaudio.c:1:
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CMiniAudio/include/miniaudio.h:29465:29: warning: 'kAudioObjectPropertyElementMaster' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations]
    propAddress.mElement  = kAudioObjectPropertyElementMaster;
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                            kAudioObjectPropertyElementMain
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareBase.h:208:5: note: 'kAudioObjectPropertyElementMaster' has been explicitly marked deprecated here
    kAudioObjectPropertyElementMaster API_DEPRECATED_WITH_REPLACEMENT("kAudioObjectPropertyElementMain", macos(10.0, 12.0), ios(2.0, 15.0), watchos(1.0, 8.0), tvos(9.0, 15.0)) = kAudioObjectPropertyElementMain
    ^
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CMiniAudio/miniaudio.c:1:
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CMiniAudio/include/miniaudio.h:29507:29: warning: 'kAudioObjectPropertyElementMaster' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations]
    propAddress.mElement  = kAudioObjectPropertyElementMaster;
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                            kAudioObjectPropertyElementMain
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareBase.h:208:5: note: 'kAudioObjectPropertyElementMaster' has been explicitly marked deprecated here
    kAudioObjectPropertyElementMaster API_DEPRECATED_WITH_REPLACEMENT("kAudioObjectPropertyElementMain", macos(10.0, 12.0), ios(2.0, 15.0), watchos(1.0, 8.0), tvos(9.0, 15.0)) = kAudioObjectPropertyElementMain
    ^
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CMiniAudio/miniaudio.c:1:
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CMiniAudio/include/miniaudio.h:29536:29: warning: 'kAudioObjectPropertyElementMaster' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations]
    propAddress.mElement  = kAudioObjectPropertyElementMaster;
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                            kAudioObjectPropertyElementMain
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareBase.h:208:5: note: 'kAudioObjectPropertyElementMaster' has been explicitly marked deprecated here
    kAudioObjectPropertyElementMaster API_DEPRECATED_WITH_REPLACEMENT("kAudioObjectPropertyElementMain", macos(10.0, 12.0), ios(2.0, 15.0), watchos(1.0, 8.0), tvos(9.0, 15.0)) = kAudioObjectPropertyElementMain
    ^
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CMiniAudio/miniaudio.c:1:
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CMiniAudio/include/miniaudio.h:29591:29: warning: 'kAudioObjectPropertyElementMaster' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations]
    propAddress.mElement  = kAudioObjectPropertyElementMaster;
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                            kAudioObjectPropertyElementMain
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareBase.h:208:5: note: 'kAudioObjectPropertyElementMaster' has been explicitly marked deprecated here
    kAudioObjectPropertyElementMaster API_DEPRECATED_WITH_REPLACEMENT("kAudioObjectPropertyElementMain", macos(10.0, 12.0), ios(2.0, 15.0), watchos(1.0, 8.0), tvos(9.0, 15.0)) = kAudioObjectPropertyElementMain
    ^
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CMiniAudio/miniaudio.c:1:
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CMiniAudio/include/miniaudio.h:29629:29: warning: 'kAudioObjectPropertyElementMaster' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations]
    propAddress.mElement  = kAudioObjectPropertyElementMaster;
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                            kAudioObjectPropertyElementMain
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareBase.h:208:5: note: 'kAudioObjectPropertyElementMaster' has been explicitly marked deprecated here
    kAudioObjectPropertyElementMaster API_DEPRECATED_WITH_REPLACEMENT("kAudioObjectPropertyElementMain", macos(10.0, 12.0), ios(2.0, 15.0), watchos(1.0, 8.0), tvos(9.0, 15.0)) = kAudioObjectPropertyElementMain
    ^
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CMiniAudio/miniaudio.c:1:
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CMiniAudio/include/miniaudio.h:29719:29: warning: 'kAudioObjectPropertyElementMaster' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations]
    propAddress.mElement  = kAudioObjectPropertyElementMaster;
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                            kAudioObjectPropertyElementMain
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareBase.h:208:5: note: 'kAudioObjectPropertyElementMaster' has been explicitly marked deprecated here
    kAudioObjectPropertyElementMaster API_DEPRECATED_WITH_REPLACEMENT("kAudioObjectPropertyElementMain", macos(10.0, 12.0), ios(2.0, 15.0), watchos(1.0, 8.0), tvos(9.0, 15.0)) = kAudioObjectPropertyElementMain
    ^
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CMiniAudio/miniaudio.c:1:
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CMiniAudio/include/miniaudio.h:29841:29: warning: 'kAudioObjectPropertyElementMaster' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations]
    propAddress.mElement  = kAudioObjectPropertyElementMaster;
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                            kAudioObjectPropertyElementMain
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareBase.h:208:5: note: 'kAudioObjectPropertyElementMaster' has been explicitly marked deprecated here
    kAudioObjectPropertyElementMaster API_DEPRECATED_WITH_REPLACEMENT("kAudioObjectPropertyElementMain", macos(10.0, 12.0), ios(2.0, 15.0), watchos(1.0, 8.0), tvos(9.0, 15.0)) = kAudioObjectPropertyElementMain
    ^
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CMiniAudio/miniaudio.c:1:
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CMiniAudio/include/miniaudio.h:29879:29: warning: 'kAudioObjectPropertyElementMaster' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations]
    propAddress.mElement  = kAudioObjectPropertyElementMaster;
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                            kAudioObjectPropertyElementMain
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareBase.h:208:5: note: 'kAudioObjectPropertyElementMaster' has been explicitly marked deprecated here
    kAudioObjectPropertyElementMaster API_DEPRECATED_WITH_REPLACEMENT("kAudioObjectPropertyElementMain", macos(10.0, 12.0), ios(2.0, 15.0), watchos(1.0, 8.0), tvos(9.0, 15.0)) = kAudioObjectPropertyElementMain
    ^
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CMiniAudio/miniaudio.c:1:
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CMiniAudio/include/miniaudio.h:29908:41: warning: 'kAudioObjectPropertyElementMaster' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations]
    propAddressDefaultDevice.mElement = kAudioObjectPropertyElementMaster;
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                        kAudioObjectPropertyElementMain
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareBase.h:208:5: note: 'kAudioObjectPropertyElementMaster' has been explicitly marked deprecated here
    kAudioObjectPropertyElementMaster API_DEPRECATED_WITH_REPLACEMENT("kAudioObjectPropertyElementMain", macos(10.0, 12.0), ios(2.0, 15.0), watchos(1.0, 8.0), tvos(9.0, 15.0)) = kAudioObjectPropertyElementMain
    ^
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CMiniAudio/miniaudio.c:1:
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CMiniAudio/include/miniaudio.h:30982:37: warning: 'kAudioObjectPropertyElementMaster' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations]
            propAddress.mElement  = kAudioObjectPropertyElementMaster;
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                    kAudioObjectPropertyElementMain
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareBase.h:208:5: note: 'kAudioObjectPropertyElementMaster' has been explicitly marked deprecated here
    kAudioObjectPropertyElementMaster API_DEPRECATED_WITH_REPLACEMENT("kAudioObjectPropertyElementMain", macos(10.0, 12.0), ios(2.0, 15.0), watchos(1.0, 8.0), tvos(9.0, 15.0)) = kAudioObjectPropertyElementMain
    ^
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CMiniAudio/miniaudio.c:1:
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CMiniAudio/include/miniaudio.h:31012:37: warning: 'kAudioObjectPropertyElementMaster' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations]
            propAddress.mElement  = kAudioObjectPropertyElementMaster;
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                    kAudioObjectPropertyElementMain
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareBase.h:208:5: note: 'kAudioObjectPropertyElementMaster' has been explicitly marked deprecated here
    kAudioObjectPropertyElementMaster API_DEPRECATED_WITH_REPLACEMENT("kAudioObjectPropertyElementMain", macos(10.0, 12.0), ios(2.0, 15.0), watchos(1.0, 8.0), tvos(9.0, 15.0)) = kAudioObjectPropertyElementMain
    ^
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CMiniAudio/miniaudio.c:1:
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CMiniAudio/include/miniaudio.h:31446:37: warning: 'kAudioObjectPropertyElementMaster' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations]
            propAddress.mElement  = kAudioObjectPropertyElementMaster;
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                    kAudioObjectPropertyElementMain
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareBase.h:208:5: note: 'kAudioObjectPropertyElementMaster' has been explicitly marked deprecated here
    kAudioObjectPropertyElementMaster API_DEPRECATED_WITH_REPLACEMENT("kAudioObjectPropertyElementMain", macos(10.0, 12.0), ios(2.0, 15.0), watchos(1.0, 8.0), tvos(9.0, 15.0)) = kAudioObjectPropertyElementMain
    ^
13 warnings generated.
[80/85] Compiling CMiniAudio miniaudio.c
[82/85] Emitting module LullabyMusic
[83/85] Compiling LullabyMusic Extensions.swift
[84/85] Compiling LullabyMusic Interval.swift
[85/85] Compiling LullabyMusic Tuning.swift
[86/100] Compiling Lullaby Synth.swift
[87/100] Compiling Lullaby Print.swift
[88/100] Compiling Lullaby LinearInterpolatedWavetable.swift
[89/100] Compiling Lullaby Wave+Basic.swift
[90/102] Compiling Lullaby Oscillator+Basic.swift
[91/102] Compiling Lullaby Oscillator.swift
[92/102] Emitting module Lullaby
[93/102] Compiling Lullaby Basic.swift
[94/102] Compiling Lullaby Buffer.swift
[95/102] Compiling Lullaby Envelope.swift
[96/102] Compiling Lullaby Gate.swift
[97/102] Compiling Lullaby Signal.swift
[98/102] Compiling Lullaby ADSR.swift
[99/102] Compiling Lullaby DummyEngine.swift
[100/102] Compiling Lullaby Engine.swift
[101/102] Compiling Lullaby Wave.swift
[102/102] Compiling Lullaby Wavetable.swift
[103/104] Emitting module LullabyMiniAudioEngine
[104/104] Compiling LullabyMiniAudioEngine MiniAudioEngine.swift
Build complete! (5.76s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (0.19s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 0.0.7 (0.40s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 0.0.7
Build complete.
Done.

Build Machine: Mac 7