Build Information
Successful build of Lullaby, reference 0.2.3 (f1f42e), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 01:12:11 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jaekong/Lullaby.git
Reference: 0.2.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jaekong/Lullaby
* tag 0.2.3 -> FETCH_HEAD
HEAD is now at f1f42ec docs: remove Synth from future plans
Cloned https://github.com/jaekong/Lullaby.git
Revision (git rev-parse @):
f1f42ec442d7711ecbe457f17dc159962d65731c
SUCCESS checkout https://github.com/jaekong/Lullaby.git at 0.2.3
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/jaekong/Lullaby.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[6/8] Write swift-version-1EA4D86E10B52AF.txt
[8/77] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[9/77] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[10/78] Compiling OrderedCollections OrderedDictionary+Elements.swift
[11/78] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[12/78] Compiling DequeModule _UnsafeWrappedBuffer.swift
[13/78] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[14/78] Compiling OrderedCollections OrderedDictionary+CustomStringConvertible.swift
[15/78] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[16/78] Compiling OrderedCollections OrderedDictionary+Elements+SubSequence.swift
[22/83] Compiling OrderedCollections OrderedSet+Codable.swift
[23/83] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[24/83] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[25/83] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[26/83] Compiling OrderedCollections OrderedSet+Diffing.swift
[27/83] Compiling OrderedCollections OrderedDictionary+Codable.swift
[28/83] Compiling OrderedCollections OrderedDictionary+CustomDebugStringConvertible.swift
[29/83] Compiling OrderedCollections _HashTable+Constants.swift
[30/83] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[31/83] Emitting module DequeModule
[32/83] Compiling OrderedCollections _HashTable.swift
[33/83] Compiling OrderedCollections _Hashtable+Header.swift
[34/83] Compiling OrderedCollections _HashTable+Testing.swift
[35/83] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[36/83] Compiling OrderedCollections _HashTable+Bucket.swift
[37/83] Compiling OrderedCollections _HashTable+BucketIterator.swift
[38/83] Compiling OrderedCollections OrderedSet+Equatable.swift
[39/83] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[40/83] Compiling OrderedCollections OrderedSet+Hashable.swift
[41/83] Compiling OrderedCollections OrderedSet+Initializers.swift
[42/83] Compiling OrderedCollections OrderedSet+Insertions.swift
[43/83] Compiling OrderedCollections OrderedSet+Invariants.swift
[44/83] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[45/83] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[46/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[47/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[48/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[49/83] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[50/83] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[51/83] Compiling OrderedCollections OrderedSet+SubSequence.swift
[52/83] Compiling OrderedCollections OrderedSet+Testing.swift
[56/83] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[57/83] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[58/83] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[59/83] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[60/83] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[61/83] Compiling OrderedCollections OrderedDictionary+Values.swift
[62/83] Compiling OrderedCollections OrderedDictionary.swift
[73/83] Emitting module OrderedCollections
[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/admin/builder/spi-builder-workspace/Sources/CMiniAudio/miniaudio.c:1:
/Users/admin/builder/spi-builder-workspace/Sources/CMiniAudio/include/miniaudio.h:29431:36: warning: 'kAudioObjectPropertyElementMaster' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations]
29431 | propAddressDevices.mElement = kAudioObjectPropertyElementMaster;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| kAudioObjectPropertyElementMain
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareBase.h:208:5: note: 'kAudioObjectPropertyElementMaster' has been explicitly marked deprecated here
208 | 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/admin/builder/spi-builder-workspace/Sources/CMiniAudio/miniaudio.c:1:
/Users/admin/builder/spi-builder-workspace/Sources/CMiniAudio/include/miniaudio.h:29465:29: warning: 'kAudioObjectPropertyElementMaster' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations]
29465 | propAddress.mElement = kAudioObjectPropertyElementMaster;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| kAudioObjectPropertyElementMain
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareBase.h:208:5: note: 'kAudioObjectPropertyElementMaster' has been explicitly marked deprecated here
208 | 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/admin/builder/spi-builder-workspace/Sources/CMiniAudio/miniaudio.c:1:
/Users/admin/builder/spi-builder-workspace/Sources/CMiniAudio/include/miniaudio.h:29507:29: warning: 'kAudioObjectPropertyElementMaster' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations]
29507 | propAddress.mElement = kAudioObjectPropertyElementMaster;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| kAudioObjectPropertyElementMain
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareBase.h:208:5: note: 'kAudioObjectPropertyElementMaster' has been explicitly marked deprecated here
208 | 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/admin/builder/spi-builder-workspace/Sources/CMiniAudio/miniaudio.c:1:
/Users/admin/builder/spi-builder-workspace/Sources/CMiniAudio/include/miniaudio.h:29536:29: warning: 'kAudioObjectPropertyElementMaster' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations]
29536 | propAddress.mElement = kAudioObjectPropertyElementMaster;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| kAudioObjectPropertyElementMain
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareBase.h:208:5: note: 'kAudioObjectPropertyElementMaster' has been explicitly marked deprecated here
208 | 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/admin/builder/spi-builder-workspace/Sources/CMiniAudio/miniaudio.c:1:
/Users/admin/builder/spi-builder-workspace/Sources/CMiniAudio/include/miniaudio.h:29591:29: warning: 'kAudioObjectPropertyElementMaster' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations]
29591 | propAddress.mElement = kAudioObjectPropertyElementMaster;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| kAudioObjectPropertyElementMain
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareBase.h:208:5: note: 'kAudioObjectPropertyElementMaster' has been explicitly marked deprecated here
208 | 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/admin/builder/spi-builder-workspace/Sources/CMiniAudio/miniaudio.c:1:
/Users/admin/builder/spi-builder-workspace/Sources/CMiniAudio/include/miniaudio.h:29629:29: warning: 'kAudioObjectPropertyElementMaster' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations]
29629 | propAddress.mElement = kAudioObjectPropertyElementMaster;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| kAudioObjectPropertyElementMain
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareBase.h:208:5: note: 'kAudioObjectPropertyElementMaster' has been explicitly marked deprecated here
208 | 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/admin/builder/spi-builder-workspace/Sources/CMiniAudio/miniaudio.c:1:
/Users/admin/builder/spi-builder-workspace/Sources/CMiniAudio/include/miniaudio.h:29719:29: warning: 'kAudioObjectPropertyElementMaster' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations]
29719 | propAddress.mElement = kAudioObjectPropertyElementMaster;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| kAudioObjectPropertyElementMain
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareBase.h:208:5: note: 'kAudioObjectPropertyElementMaster' has been explicitly marked deprecated here
208 | 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/admin/builder/spi-builder-workspace/Sources/CMiniAudio/miniaudio.c:1:
/Users/admin/builder/spi-builder-workspace/Sources/CMiniAudio/include/miniaudio.h:29841:29: warning: 'kAudioObjectPropertyElementMaster' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations]
29841 | propAddress.mElement = kAudioObjectPropertyElementMaster;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| kAudioObjectPropertyElementMain
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareBase.h:208:5: note: 'kAudioObjectPropertyElementMaster' has been explicitly marked deprecated here
208 | 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/admin/builder/spi-builder-workspace/Sources/CMiniAudio/miniaudio.c:1:
/Users/admin/builder/spi-builder-workspace/Sources/CMiniAudio/include/miniaudio.h:29879:29: warning: 'kAudioObjectPropertyElementMaster' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations]
29879 | propAddress.mElement = kAudioObjectPropertyElementMaster;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| kAudioObjectPropertyElementMain
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareBase.h:208:5: note: 'kAudioObjectPropertyElementMaster' has been explicitly marked deprecated here
208 | 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/admin/builder/spi-builder-workspace/Sources/CMiniAudio/miniaudio.c:1:
/Users/admin/builder/spi-builder-workspace/Sources/CMiniAudio/include/miniaudio.h:29908:41: warning: 'kAudioObjectPropertyElementMaster' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations]
29908 | propAddressDefaultDevice.mElement = kAudioObjectPropertyElementMaster;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| kAudioObjectPropertyElementMain
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareBase.h:208:5: note: 'kAudioObjectPropertyElementMaster' has been explicitly marked deprecated here
208 | 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/admin/builder/spi-builder-workspace/Sources/CMiniAudio/miniaudio.c:1:
/Users/admin/builder/spi-builder-workspace/Sources/CMiniAudio/include/miniaudio.h:30982:37: warning: 'kAudioObjectPropertyElementMaster' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations]
30982 | propAddress.mElement = kAudioObjectPropertyElementMaster;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| kAudioObjectPropertyElementMain
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareBase.h:208:5: note: 'kAudioObjectPropertyElementMaster' has been explicitly marked deprecated here
208 | 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/admin/builder/spi-builder-workspace/Sources/CMiniAudio/miniaudio.c:1:
/Users/admin/builder/spi-builder-workspace/Sources/CMiniAudio/include/miniaudio.h:31012:37: warning: 'kAudioObjectPropertyElementMaster' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations]
31012 | propAddress.mElement = kAudioObjectPropertyElementMaster;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| kAudioObjectPropertyElementMain
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareBase.h:208:5: note: 'kAudioObjectPropertyElementMaster' has been explicitly marked deprecated here
208 | 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/admin/builder/spi-builder-workspace/Sources/CMiniAudio/miniaudio.c:1:
/Users/admin/builder/spi-builder-workspace/Sources/CMiniAudio/include/miniaudio.h:31446:37: warning: 'kAudioObjectPropertyElementMaster' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations]
31446 | propAddress.mElement = kAudioObjectPropertyElementMaster;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| kAudioObjectPropertyElementMain
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareBase.h:208:5: note: 'kAudioObjectPropertyElementMaster' has been explicitly marked deprecated here
208 | 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 Tuning.swift
[85/85] Compiling LullabyMusic Interval.swift
[86/101] Compiling Lullaby Wave.swift
[87/102] Compiling Lullaby Synth.swift
[88/102] Compiling Lullaby Print.swift
[89/102] Compiling Lullaby LinearInterpolatedWavetable.swift
[90/102] Compiling Lullaby Oscillator+Basic.swift
[91/102] Compiling Lullaby Oscillator.swift
[92/102] Compiling Lullaby DummyEngine.swift
[93/102] Compiling Lullaby Engine.swift
[94/102] Compiling Lullaby Wave+Basic.swift
[95/102] Compiling Lullaby Signal.swift
[96/102] Compiling Lullaby ADSR.swift
[97/102] Emitting module Lullaby
[98/102] Compiling Lullaby Basic.swift
[99/102] Compiling Lullaby Buffer.swift
[100/102] Compiling Lullaby Envelope.swift
[101/102] Compiling Lullaby Gate.swift
[102/102] Compiling Lullaby Wavetable.swift
[103/104] Compiling LullabyMiniAudioEngine MiniAudioEngine.swift
[104/104] Emitting module LullabyMiniAudioEngine
Build complete! (8.38s)
Fetching https://github.com/apple/swift-collections.git
[1/16640] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.72s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 0.0.7 (2.29s)
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.
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.5",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
}
],
"manifest_display_name" : "Lullaby",
"name" : "Lullaby",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "Lullaby",
"targets" : [
"Lullaby"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LullabyMusic",
"targets" : [
"LullabyMusic"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LullabyMiniAudioEngine",
"targets" : [
"LullabyMiniAudioEngine"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LullabyTests",
"module_type" : "SwiftTarget",
"name" : "LullabyTests",
"path" : "Tests/LullabyTests",
"sources" : [
"LullabyTests.swift"
],
"target_dependencies" : [
"Lullaby",
"LullabyMiniAudioEngine"
],
"type" : "test"
},
{
"c99name" : "LullabyMusic",
"module_type" : "SwiftTarget",
"name" : "LullabyMusic",
"path" : "Sources/LullabyMusic",
"product_memberships" : [
"Lullaby",
"LullabyMusic",
"LullabyMiniAudioEngine"
],
"sources" : [
"Extensions/Extensions.swift",
"Harmony/Interval.swift",
"Tuning/Tuning.swift"
],
"type" : "library"
},
{
"c99name" : "LullabyMiniAudioEngine",
"module_type" : "SwiftTarget",
"name" : "LullabyMiniAudioEngine",
"path" : "Sources/LullabyMiniAudioEngine",
"product_memberships" : [
"LullabyMiniAudioEngine"
],
"sources" : [
"MiniAudioEngine.swift"
],
"target_dependencies" : [
"CMiniAudio",
"Lullaby"
],
"type" : "library"
},
{
"c99name" : "Lullaby",
"module_type" : "SwiftTarget",
"name" : "Lullaby",
"path" : "Sources/Lullaby",
"product_dependencies" : [
"Collections"
],
"product_memberships" : [
"Lullaby",
"LullabyMiniAudioEngine"
],
"sources" : [
"Audio/Basic.swift",
"Audio/Buffer.swift",
"Audio/Engine/DummyEngine.swift",
"Audio/Engine/Engine.swift",
"Audio/Signal.swift",
"Envelope/ADSR.swift",
"Envelope/Envelope.swift",
"Envelope/Gate.swift",
"Oscillator/Oscillator+Basic.swift",
"Oscillator/Oscillator.swift",
"Synth/Synth.swift",
"Utility/Print.swift",
"Wave/LinearInterpolatedWavetable.swift",
"Wave/Wave+Basic.swift",
"Wave/Wave.swift",
"Wave/Wavetable.swift"
],
"target_dependencies" : [
"LullabyMusic"
],
"type" : "library"
},
{
"c99name" : "CMiniAudio",
"module_type" : "ClangTarget",
"name" : "CMiniAudio",
"path" : "Sources/CMiniAudio",
"product_memberships" : [
"LullabyMiniAudioEngine"
],
"sources" : [
"miniaudio.c"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.