Build Information
Successful build of Stem, reference master (fe88a2
), with Swift 5.9 for macOS (SPM) on 16 Dec 2024 13:42:15 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.59.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/linhay/Stem.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/linhay/Stem
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at fe88a25 chore: StemColor 迁移
Cloned https://github.com/linhay/Stem.git
Revision (git rev-parse @):
fe88a25503aa55313938008a781d9bf8dc821c74
SUCCESS checkout https://github.com/linhay/Stem.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/linhay/Stem.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/134] Compiling Stem Date.swift
[2/134] Compiling Stem Timer.swift
[3/134] Compiling Stem DispatchQueue.swift
[4/134] Compiling Stem ByteCountFormatter.swift
[5/134] Compiling Stem NumberFormatter.swift
[6/134] Compiling Stem NSItemProvider.swift
[7/134] Compiling Stem CharacterSet.swift
[8/134] Compiling Stem StringProtocol.swift
[9/134] Compiling Stem Then.swift
[10/134] Compiling Stem Array.swift
[11/134] Compiling Stem CollectionConcurrencyKit.swift
[12/134] Compiling Stem Dictionary.swift
[13/134] Compiling Stem IndexPath.swift
[14/134] Compiling Stem STCountedSet.swift
[15/134] Compiling Stem Sequence.swift
[16/148] Compiling Stem KeyboardStateManager.swift
[17/148] Compiling Stem UIKeyCommand.swift
[18/148] Compiling Stem UILabel.swift
[19/148] Compiling Stem UIScrollView.swift
[20/148] Compiling Stem NSLayoutConstraint.swift
[21/148] Compiling Stem CALayer+Stem.swift
[22/148] Compiling Stem STLayerView.swift
[23/148] Compiling Stem STSwitch.swift
[24/148] Compiling Stem UIResponder.swift
[25/148] Compiling Stem UIStackView.swift
[26/148] Compiling Stem UIView.swift
[27/148] Compiling Stem STControllerPreview.swift
[28/148] Compiling Stem UINavigationController.swift
[29/148] Compiling Stem UIViewController.swift
[30/148] Compiling Stem String+random.swift
[31/148] Compiling Stem String+substring.swift
[32/148] Compiling Stem String+tokenize.swift
[33/148] Compiling Stem URL.swift
[34/148] Compiling Stem ISO_3166-1_alpha-2.swift
[35/148] Compiling Stem CLGeocoder.swift
[36/148] Compiling Stem NSObject.swift
[37/148] Compiling Stem NSObjectObserver.swift
[38/148] Compiling Stem STWeak.swift
[39/148] Compiling Stem NetworkMonitor.swift
[40/148] Compiling Stem StemXML.swift
[41/148] Compiling Stem Invocation.swift
[42/148] Compiling Stem RunTime+Exchange.swift
[43/148] Compiling Stem RunTime+ObjectType.swift
[44/148] Compiling Stem RunTime+Print.swift
[45/148] Compiling Stem STWrapperColor.swift
[46/148] Compiling Stem Bundle.swift
[47/148] Compiling Stem Combine+Async.swift
[48/148] Compiling Stem Combine+NSObject.swift
[49/148] Compiling Stem Combine+Publisher.swift
[50/148] Compiling Stem Device+cpu.swift
[51/148] Compiling Stem Device+information.swift
[52/148] Compiling Stem Device+network.swift
[53/148] Compiling Stem Device+other.swift
[54/148] Compiling Stem Device+space.swift
[55/148] Compiling Stem Device.swift
[56/148] Compiling Stem Delegate.swift
[57/148] Compiling Stem Gcd.swift
[58/148] Compiling Stem Notice.swift
[59/148] Compiling Stem NoticeParsable.swift
[60/148] Compiling Stem NoticeToken.swift
[61/148] Compiling Stem NoticeType.swift
[62/148] Compiling Stem STLRUCache.swift
[63/148] Compiling Stem UserDefaults.swift
[64/148] Compiling Stem STVersion.swift
[65/148] Compiling Stem Version+StringLiteralConvertible.swift
[66/148] Compiling Stem LocationTransformer.swift
[67/148] Compiling Stem StemArrayResultBuilder.swift
[68/148] Compiling Stem StemError.swift
[69/148] Compiling Stem StemFont.swift
[70/148] Compiling Stem StemShell.swift
[71/148] Compiling Stem StringMarker.swift
[72/148] Compiling Stem StringRender+Marker.swift
[73/148] Compiling Stem StringRender.swift
[74/148] Compiling Stem Coder.swift
[75/148] Compiling Stem StemSVG.swift
/Users/admin/builder/spi-builder-workspace/Sources/Stem/UIKit/Image/SVG/StemSVG.swift:59:28: warning: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
.perform(.init("alloc"))
^~~~~~~
#selector(NSObject.alloc as () -> Self)
/Users/admin/builder/spi-builder-workspace/Sources/Stem/UIKit/Image/SVG/StemSVG.swift:61:28: warning: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
.perform(.init("initWithData:"), with: data)
^~~~~~~~~~~~~~~
#selector(NSOpenGLPixelFormat.init(data:))
[76/148] Compiling Stem UIImage+Color.swift
/Users/admin/builder/spi-builder-workspace/Sources/Stem/UIKit/Image/SVG/StemSVG.swift:59:28: warning: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
.perform(.init("alloc"))
^~~~~~~
#selector(NSObject.alloc as () -> Self)
/Users/admin/builder/spi-builder-workspace/Sources/Stem/UIKit/Image/SVG/StemSVG.swift:61:28: warning: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
.perform(.init("initWithData:"), with: data)
^~~~~~~~~~~~~~~
#selector(NSOpenGLPixelFormat.init(data:))
[77/148] Compiling Stem UIImage+CoreImage.swift
/Users/admin/builder/spi-builder-workspace/Sources/Stem/UIKit/Image/SVG/StemSVG.swift:59:28: warning: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
.perform(.init("alloc"))
^~~~~~~
#selector(NSObject.alloc as () -> Self)
/Users/admin/builder/spi-builder-workspace/Sources/Stem/UIKit/Image/SVG/StemSVG.swift:61:28: warning: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
.perform(.init("initWithData:"), with: data)
^~~~~~~~~~~~~~~
#selector(NSOpenGLPixelFormat.init(data:))
[78/148] Compiling Stem UIImage+Edit.swift
/Users/admin/builder/spi-builder-workspace/Sources/Stem/UIKit/Image/SVG/StemSVG.swift:59:28: warning: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
.perform(.init("alloc"))
^~~~~~~
#selector(NSObject.alloc as () -> Self)
/Users/admin/builder/spi-builder-workspace/Sources/Stem/UIKit/Image/SVG/StemSVG.swift:61:28: warning: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
.perform(.init("initWithData:"), with: data)
^~~~~~~~~~~~~~~
#selector(NSOpenGLPixelFormat.init(data:))
[79/148] Compiling Stem UIImage+Format.swift
/Users/admin/builder/spi-builder-workspace/Sources/Stem/UIKit/Image/SVG/StemSVG.swift:59:28: warning: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
.perform(.init("alloc"))
^~~~~~~
#selector(NSObject.alloc as () -> Self)
/Users/admin/builder/spi-builder-workspace/Sources/Stem/UIKit/Image/SVG/StemSVG.swift:61:28: warning: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
.perform(.init("initWithData:"), with: data)
^~~~~~~~~~~~~~~
#selector(NSOpenGLPixelFormat.init(data:))
[80/148] Compiling Stem UIImage+info.swift
/Users/admin/builder/spi-builder-workspace/Sources/Stem/UIKit/Image/SVG/StemSVG.swift:59:28: warning: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
.perform(.init("alloc"))
^~~~~~~
#selector(NSObject.alloc as () -> Self)
/Users/admin/builder/spi-builder-workspace/Sources/Stem/UIKit/Image/SVG/StemSVG.swift:61:28: warning: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
.perform(.init("initWithData:"), with: data)
^~~~~~~~~~~~~~~
#selector(NSOpenGLPixelFormat.init(data:))
[81/148] Compiling Stem UIImage+size.swift
/Users/admin/builder/spi-builder-workspace/Sources/Stem/UIKit/Image/SVG/StemSVG.swift:59:28: warning: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
.perform(.init("alloc"))
^~~~~~~
#selector(NSObject.alloc as () -> Self)
/Users/admin/builder/spi-builder-workspace/Sources/Stem/UIKit/Image/SVG/StemSVG.swift:61:28: warning: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
.perform(.init("initWithData:"), with: data)
^~~~~~~~~~~~~~~
#selector(NSOpenGLPixelFormat.init(data:))
[82/148] Compiling Stem UImage+other.swift
/Users/admin/builder/spi-builder-workspace/Sources/Stem/UIKit/Image/SVG/StemSVG.swift:59:28: warning: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
.perform(.init("alloc"))
^~~~~~~
#selector(NSObject.alloc as () -> Self)
/Users/admin/builder/spi-builder-workspace/Sources/Stem/UIKit/Image/SVG/StemSVG.swift:61:28: warning: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
.perform(.init("initWithData:"), with: data)
^~~~~~~~~~~~~~~
#selector(NSOpenGLPixelFormat.init(data:))
[83/148] Compiling Stem UIImageView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Stem/UIKit/Image/SVG/StemSVG.swift:59:28: warning: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
.perform(.init("alloc"))
^~~~~~~
#selector(NSObject.alloc as () -> Self)
/Users/admin/builder/spi-builder-workspace/Sources/Stem/UIKit/Image/SVG/StemSVG.swift:61:28: warning: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
.perform(.init("initWithData:"), with: data)
^~~~~~~~~~~~~~~
#selector(NSOpenGLPixelFormat.init(data:))
[84/148] Compiling Stem UISearchBar.swift
/Users/admin/builder/spi-builder-workspace/Sources/Stem/UIKit/Image/SVG/StemSVG.swift:59:28: warning: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
.perform(.init("alloc"))
^~~~~~~
#selector(NSObject.alloc as () -> Self)
/Users/admin/builder/spi-builder-workspace/Sources/Stem/UIKit/Image/SVG/StemSVG.swift:61:28: warning: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
.perform(.init("initWithData:"), with: data)
^~~~~~~~~~~~~~~
#selector(NSOpenGLPixelFormat.init(data:))
[85/148] Compiling Stem UITextField.swift
/Users/admin/builder/spi-builder-workspace/Sources/Stem/UIKit/Image/SVG/StemSVG.swift:59:28: warning: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
.perform(.init("alloc"))
^~~~~~~
#selector(NSObject.alloc as () -> Self)
/Users/admin/builder/spi-builder-workspace/Sources/Stem/UIKit/Image/SVG/StemSVG.swift:61:28: warning: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
.perform(.init("initWithData:"), with: data)
^~~~~~~~~~~~~~~
#selector(NSOpenGLPixelFormat.init(data:))
[86/148] Compiling Stem UITextView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Stem/UIKit/Image/SVG/StemSVG.swift:59:28: warning: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
.perform(.init("alloc"))
^~~~~~~
#selector(NSObject.alloc as () -> Self)
/Users/admin/builder/spi-builder-workspace/Sources/Stem/UIKit/Image/SVG/StemSVG.swift:61:28: warning: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
.perform(.init("initWithData:"), with: data)
^~~~~~~~~~~~~~~
#selector(NSOpenGLPixelFormat.init(data:))
[87/148] Compiling Stem UINib.swift
/Users/admin/builder/spi-builder-workspace/Sources/Stem/UIKit/Image/SVG/StemSVG.swift:59:28: warning: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
.perform(.init("alloc"))
^~~~~~~
#selector(NSObject.alloc as () -> Self)
/Users/admin/builder/spi-builder-workspace/Sources/Stem/UIKit/Image/SVG/StemSVG.swift:61:28: warning: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
.perform(.init("initWithData:"), with: data)
^~~~~~~~~~~~~~~
#selector(NSOpenGLPixelFormat.init(data:))
[88/148] Compiling Stem UIStoryboard.swift
/Users/admin/builder/spi-builder-workspace/Sources/Stem/UIKit/Image/SVG/StemSVG.swift:59:28: warning: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
.perform(.init("alloc"))
^~~~~~~
#selector(NSObject.alloc as () -> Self)
/Users/admin/builder/spi-builder-workspace/Sources/Stem/UIKit/Image/SVG/StemSVG.swift:61:28: warning: use of string literal for Objective-C selectors is deprecated; use '#selector' instead
.perform(.init("initWithData:"), with: data)
^~~~~~~~~~~~~~~
#selector(NSOpenGLPixelFormat.init(data:))
[89/148] Compiling Stem Data+MimeType.swift
[90/148] Compiling Stem Data+crypto.swift
[91/148] Compiling Stem Data.swift
[92/148] Compiling Stem CGFloat.swift
[93/148] Compiling Stem CGPoint.swift
[94/148] Compiling Stem CGRect.swift
[95/148] Compiling Stem CGSize.swift
[96/148] Compiling Stem CGVector.swift
[97/148] Compiling Stem Bool.swift
[98/148] Compiling Stem Decimal.swift
[99/148] Compiling Stem Double.swift
[100/148] Compiling Stem Character.swift
[101/148] Compiling Stem String+Emoji.swift
[102/148] Compiling Stem String+Header.swift
[103/148] Compiling Stem String+Map.swift
[104/148] Compiling Stem AttributedString.swift
[105/148] Compiling Stem MutableAttributedString.swift
[106/148] Compiling Stem UIButton.swift
[107/148] Compiling Stem UIControl.swift
[108/148] Compiling Stem STGestureRecognizer.swift
[109/148] Compiling Stem TapticEngine.swift
[110/148] Compiling Stem UIFont.swift
[111/148] Compiling Stem UIGestureRecognizer+State.swift
[112/148] Compiling Stem CGImage.swift
[113/148] Compiling Stem CIFilter+Generator.swift
[114/148] Compiling Stem CIFilter+enum.swift
[115/148] Compiling Stem CIFilter+protocol.swift
[116/148] Compiling Stem NSImage+Data.swift
[117/148] Compiling Stem NSImage+Resize.swift
[118/148] Emitting module Stem
[119/148] Compiling Stem RunTime.swift
[120/148] Compiling Stem SFSymbol+Image.swift
[121/148] Compiling Stem SFSymbol+NSImage.swift
[122/148] Compiling Stem SFSymbol+UIImage.swift
[123/148] Compiling Stem SFSymbol.swift
[124/148] Compiling Stem STImage.swift
[125/148] Compiling Stem STLyric.swift
[126/148] Compiling Stem STLazyView.swift
[127/148] Compiling Stem UNUserNotificationCenter.swift
[128/148] Compiling Stem HybridCookieStorage.swift
[129/148] Compiling Stem WebKit+WKWebView.swift
[130/148] Compiling Stem RecoverNavigationProtocol.swift
[131/148] Compiling Stem UIApplication.swift
[132/148] Compiling Stem UIWindow.swift
[133/148] Compiling Stem AttributedString+Attribute.swift
[134/148] Compiling Stem Stem.swift
/Users/admin/builder/spi-builder-workspace/Sources/Stem/CrossPlatform/AVKit/AudioFileService.swift:117:67: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Optional<OutputType>'; this is likely incorrect because 'Optional<OutputType>' may contain an object reference.
let status = AudioFileGetProperty(fd, property.id, &size, &property.value)
^
/Users/admin/builder/spi-builder-workspace/Sources/Stem/CrossPlatform/AVKit/AudioFileService.swift:127:66: warning: forming 'UnsafeRawPointer' to a variable of type 'Optional<OutputType>'; this is likely incorrect because 'Optional<OutputType>' may contain an object reference.
let status = AudioFileSetProperty(fd, property.id, size, &property.value)
^
[135/148] Compiling Stem AVAsset.swift
/Users/admin/builder/spi-builder-workspace/Sources/Stem/CrossPlatform/AVKit/AudioFileService.swift:117:67: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Optional<OutputType>'; this is likely incorrect because 'Optional<OutputType>' may contain an object reference.
let status = AudioFileGetProperty(fd, property.id, &size, &property.value)
^
/Users/admin/builder/spi-builder-workspace/Sources/Stem/CrossPlatform/AVKit/AudioFileService.swift:127:66: warning: forming 'UnsafeRawPointer' to a variable of type 'Optional<OutputType>'; this is likely incorrect because 'Optional<OutputType>' may contain an object reference.
let status = AudioFileSetProperty(fd, property.id, size, &property.value)
^
[136/148] Compiling Stem AudioFileService.swift
/Users/admin/builder/spi-builder-workspace/Sources/Stem/CrossPlatform/AVKit/AudioFileService.swift:117:67: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Optional<OutputType>'; this is likely incorrect because 'Optional<OutputType>' may contain an object reference.
let status = AudioFileGetProperty(fd, property.id, &size, &property.value)
^
/Users/admin/builder/spi-builder-workspace/Sources/Stem/CrossPlatform/AVKit/AudioFileService.swift:127:66: warning: forming 'UnsafeRawPointer' to a variable of type 'Optional<OutputType>'; this is likely incorrect because 'Optional<OutputType>' may contain an object reference.
let status = AudioFileSetProperty(fd, property.id, size, &property.value)
^
[137/148] Compiling Stem CoreAudioTypes.swift
/Users/admin/builder/spi-builder-workspace/Sources/Stem/CrossPlatform/AVKit/AudioFileService.swift:117:67: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Optional<OutputType>'; this is likely incorrect because 'Optional<OutputType>' may contain an object reference.
let status = AudioFileGetProperty(fd, property.id, &size, &property.value)
^
/Users/admin/builder/spi-builder-workspace/Sources/Stem/CrossPlatform/AVKit/AudioFileService.swift:127:66: warning: forming 'UnsafeRawPointer' to a variable of type 'Optional<OutputType>'; this is likely incorrect because 'Optional<OutputType>' may contain an object reference.
let status = AudioFileSetProperty(fd, property.id, size, &property.value)
^
[138/148] Compiling Stem STAudioPlayer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Stem/CrossPlatform/AVKit/AudioFileService.swift:117:67: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Optional<OutputType>'; this is likely incorrect because 'Optional<OutputType>' may contain an object reference.
let status = AudioFileGetProperty(fd, property.id, &size, &property.value)
^
/Users/admin/builder/spi-builder-workspace/Sources/Stem/CrossPlatform/AVKit/AudioFileService.swift:127:66: warning: forming 'UnsafeRawPointer' to a variable of type 'Optional<OutputType>'; this is likely incorrect because 'Optional<OutputType>' may contain an object reference.
let status = AudioFileSetProperty(fd, property.id, size, &property.value)
^
[139/148] Compiling Stem STAudioQueueService.swift
/Users/admin/builder/spi-builder-workspace/Sources/Stem/CrossPlatform/AVKit/AudioFileService.swift:117:67: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Optional<OutputType>'; this is likely incorrect because 'Optional<OutputType>' may contain an object reference.
let status = AudioFileGetProperty(fd, property.id, &size, &property.value)
^
/Users/admin/builder/spi-builder-workspace/Sources/Stem/CrossPlatform/AVKit/AudioFileService.swift:127:66: warning: forming 'UnsafeRawPointer' to a variable of type 'Optional<OutputType>'; this is likely incorrect because 'Optional<OutputType>' may contain an object reference.
let status = AudioFileSetProperty(fd, property.id, size, &property.value)
^
[140/148] Compiling Stem STAudioRecorder.swift
/Users/admin/builder/spi-builder-workspace/Sources/Stem/CrossPlatform/AVKit/AudioFileService.swift:117:67: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Optional<OutputType>'; this is likely incorrect because 'Optional<OutputType>' may contain an object reference.
let status = AudioFileGetProperty(fd, property.id, &size, &property.value)
^
/Users/admin/builder/spi-builder-workspace/Sources/Stem/CrossPlatform/AVKit/AudioFileService.swift:127:66: warning: forming 'UnsafeRawPointer' to a variable of type 'Optional<OutputType>'; this is likely incorrect because 'Optional<OutputType>' may contain an object reference.
let status = AudioFileSetProperty(fd, property.id, size, &property.value)
^
[141/148] Compiling Stem STAVMetadataObjectKind.swift
/Users/admin/builder/spi-builder-workspace/Sources/Stem/CrossPlatform/AVKit/AudioFileService.swift:117:67: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Optional<OutputType>'; this is likely incorrect because 'Optional<OutputType>' may contain an object reference.
let status = AudioFileGetProperty(fd, property.id, &size, &property.value)
^
/Users/admin/builder/spi-builder-workspace/Sources/Stem/CrossPlatform/AVKit/AudioFileService.swift:127:66: warning: forming 'UnsafeRawPointer' to a variable of type 'Optional<OutputType>'; this is likely incorrect because 'Optional<OutputType>' may contain an object reference.
let status = AudioFileSetProperty(fd, property.id, size, &property.value)
^
[142/148] Compiling Stem STMetadataFaceObject.swift
/Users/admin/builder/spi-builder-workspace/Sources/Stem/CrossPlatform/AVKit/AudioFileService.swift:117:67: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Optional<OutputType>'; this is likely incorrect because 'Optional<OutputType>' may contain an object reference.
let status = AudioFileGetProperty(fd, property.id, &size, &property.value)
^
/Users/admin/builder/spi-builder-workspace/Sources/Stem/CrossPlatform/AVKit/AudioFileService.swift:127:66: warning: forming 'UnsafeRawPointer' to a variable of type 'Optional<OutputType>'; this is likely incorrect because 'Optional<OutputType>' may contain an object reference.
let status = AudioFileSetProperty(fd, property.id, size, &property.value)
^
[143/148] Compiling Stem STMetadataMachineReadableCodeObject.swift
/Users/admin/builder/spi-builder-workspace/Sources/Stem/CrossPlatform/AVKit/AudioFileService.swift:117:67: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Optional<OutputType>'; this is likely incorrect because 'Optional<OutputType>' may contain an object reference.
let status = AudioFileGetProperty(fd, property.id, &size, &property.value)
^
/Users/admin/builder/spi-builder-workspace/Sources/Stem/CrossPlatform/AVKit/AudioFileService.swift:127:66: warning: forming 'UnsafeRawPointer' to a variable of type 'Optional<OutputType>'; this is likely incorrect because 'Optional<OutputType>' may contain an object reference.
let status = AudioFileSetProperty(fd, property.id, size, &property.value)
^
[144/148] Compiling Stem STMetadataObject.swift
/Users/admin/builder/spi-builder-workspace/Sources/Stem/CrossPlatform/AVKit/AudioFileService.swift:117:67: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Optional<OutputType>'; this is likely incorrect because 'Optional<OutputType>' may contain an object reference.
let status = AudioFileGetProperty(fd, property.id, &size, &property.value)
^
/Users/admin/builder/spi-builder-workspace/Sources/Stem/CrossPlatform/AVKit/AudioFileService.swift:127:66: warning: forming 'UnsafeRawPointer' to a variable of type 'Optional<OutputType>'; this is likely incorrect because 'Optional<OutputType>' may contain an object reference.
let status = AudioFileSetProperty(fd, property.id, size, &property.value)
^
[145/148] Compiling Stem UIDevice+AVFoundation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Stem/CrossPlatform/AVKit/AudioFileService.swift:117:67: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Optional<OutputType>'; this is likely incorrect because 'Optional<OutputType>' may contain an object reference.
let status = AudioFileGetProperty(fd, property.id, &size, &property.value)
^
/Users/admin/builder/spi-builder-workspace/Sources/Stem/CrossPlatform/AVKit/AudioFileService.swift:127:66: warning: forming 'UnsafeRawPointer' to a variable of type 'Optional<OutputType>'; this is likely incorrect because 'Optional<OutputType>' may contain an object reference.
let status = AudioFileSetProperty(fd, property.id, size, &property.value)
^
[146/148] Compiling Stem UIImage+video.swift
/Users/admin/builder/spi-builder-workspace/Sources/Stem/CrossPlatform/AVKit/AudioFileService.swift:117:67: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Optional<OutputType>'; this is likely incorrect because 'Optional<OutputType>' may contain an object reference.
let status = AudioFileGetProperty(fd, property.id, &size, &property.value)
^
/Users/admin/builder/spi-builder-workspace/Sources/Stem/CrossPlatform/AVKit/AudioFileService.swift:127:66: warning: forming 'UnsafeRawPointer' to a variable of type 'Optional<OutputType>'; this is likely incorrect because 'Optional<OutputType>' may contain an object reference.
let status = AudioFileSetProperty(fd, property.id, size, &property.value)
^
[147/148] Compiling Stem Color+darkMode.swift
/Users/admin/builder/spi-builder-workspace/Sources/Stem/CrossPlatform/AVKit/AudioFileService.swift:117:67: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Optional<OutputType>'; this is likely incorrect because 'Optional<OutputType>' may contain an object reference.
let status = AudioFileGetProperty(fd, property.id, &size, &property.value)
^
/Users/admin/builder/spi-builder-workspace/Sources/Stem/CrossPlatform/AVKit/AudioFileService.swift:127:66: warning: forming 'UnsafeRawPointer' to a variable of type 'Optional<OutputType>'; this is likely incorrect because 'Optional<OutputType>' may contain an object reference.
let status = AudioFileSetProperty(fd, property.id, size, &property.value)
^
[148/148] Compiling Stem STWrapperColor+typealias.swift
/Users/admin/builder/spi-builder-workspace/Sources/Stem/CrossPlatform/AVKit/AudioFileService.swift:117:67: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Optional<OutputType>'; this is likely incorrect because 'Optional<OutputType>' may contain an object reference.
let status = AudioFileGetProperty(fd, property.id, &size, &property.value)
^
/Users/admin/builder/spi-builder-workspace/Sources/Stem/CrossPlatform/AVKit/AudioFileService.swift:127:66: warning: forming 'UnsafeRawPointer' to a variable of type 'Optional<OutputType>'; this is likely incorrect because 'Optional<OutputType>' may contain an object reference.
let status = AudioFileSetProperty(fd, property.id, size, &property.value)
^
Build complete! (14.45s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Tests/StemTests/Resource/fixture.xcassets
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Stem",
"name" : "Stem",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Stem",
"targets" : [
"Stem"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "StemTests",
"module_type" : "SwiftTarget",
"name" : "StemTests",
"path" : "Tests/StemTests",
"sources" : [
"AttributedString+HTML.swift",
"LyricTests.swift",
"MimeType/CGFloatExtensionTests.swift",
"MimeType/MimeTypeTest.swift",
"MimeType/StringExtensionTests.swift",
"MimeType/Tests.swift",
"Test-Combine.swift",
"XMLTest.swift"
],
"target_dependencies" : [
"Stem"
],
"type" : "test"
},
{
"c99name" : "Stem",
"module_type" : "SwiftTarget",
"name" : "Stem",
"path" : "Sources/Stem",
"product_memberships" : [
"Stem"
],
"sources" : [
"Core/Stem.swift",
"CrossPlatform/AVKit/AVAsset.swift",
"CrossPlatform/AVKit/AudioFileService.swift",
"CrossPlatform/AVKit/CoreAudioTypes.swift",
"CrossPlatform/AVKit/STAudioPlayer.swift",
"CrossPlatform/AVKit/STAudioQueueService.swift",
"CrossPlatform/AVKit/STAudioRecorder.swift",
"CrossPlatform/AVKit/STMetadataObject/STAVMetadataObjectKind.swift",
"CrossPlatform/AVKit/STMetadataObject/STMetadataFaceObject.swift",
"CrossPlatform/AVKit/STMetadataObject/STMetadataMachineReadableCodeObject.swift",
"CrossPlatform/AVKit/STMetadataObject/STMetadataObject.swift",
"CrossPlatform/AVKit/UIDevice+AVFoundation.swift",
"CrossPlatform/AVKit/UIImage+video.swift",
"CrossPlatform/Color/Color+darkMode.swift",
"CrossPlatform/Color/STWrapperColor+typealias.swift",
"CrossPlatform/Color/STWrapperColor.swift",
"CrossPlatform/Custom/Bundle/Bundle.swift",
"CrossPlatform/Custom/Combine/Combine+Async.swift",
"CrossPlatform/Custom/Combine/Combine+NSObject.swift",
"CrossPlatform/Custom/Combine/Combine+Publisher.swift",
"CrossPlatform/Custom/Device/Device+cpu.swift",
"CrossPlatform/Custom/Device/Device+information.swift",
"CrossPlatform/Custom/Device/Device+network.swift",
"CrossPlatform/Custom/Device/Device+other.swift",
"CrossPlatform/Custom/Device/Device+space.swift",
"CrossPlatform/Custom/Device/Device.swift",
"CrossPlatform/Custom/Foundation/Delegate.swift",
"CrossPlatform/Custom/Foundation/Gcd.swift",
"CrossPlatform/Custom/Foundation/Notice/Notice.swift",
"CrossPlatform/Custom/Foundation/Notice/NoticeParsable.swift",
"CrossPlatform/Custom/Foundation/Notice/NoticeToken.swift",
"CrossPlatform/Custom/Foundation/Notice/NoticeType.swift",
"CrossPlatform/Custom/Foundation/STLRUCache.swift",
"CrossPlatform/Custom/Foundation/UserDefaults.swift",
"CrossPlatform/Custom/Foundation/Version/STVersion.swift",
"CrossPlatform/Custom/Foundation/Version/Version+StringLiteralConvertible.swift",
"CrossPlatform/Custom/Location/LocationTransformer.swift",
"CrossPlatform/Custom/StemArrayResultBuilder.swift",
"CrossPlatform/Custom/StemError.swift",
"CrossPlatform/Custom/StemFont.swift",
"CrossPlatform/Custom/StemShell.swift",
"CrossPlatform/Custom/StringMarker/StringMarker.swift",
"CrossPlatform/Custom/StringMarker/StringRender+Marker.swift",
"CrossPlatform/Custom/StringMarker/StringRender.swift",
"CrossPlatform/Foundation/Coder/Coder.swift",
"CrossPlatform/Foundation/Date/Date.swift",
"CrossPlatform/Foundation/Date/Timer.swift",
"CrossPlatform/Foundation/Dispatch/DispatchQueue.swift",
"CrossPlatform/Foundation/Fundamentals/Formatter/ByteCountFormatter.swift",
"CrossPlatform/Foundation/Fundamentals/Formatter/NumberFormatter.swift",
"CrossPlatform/Foundation/NSItemProvider/NSItemProvider.swift",
"CrossPlatform/Foundation/StringProtocol/CharacterSet.swift",
"CrossPlatform/Foundation/StringProtocol/StringProtocol.swift",
"CrossPlatform/Foundation/Then.swift",
"CrossPlatform/Fundamentals/Collections/Array.swift",
"CrossPlatform/Fundamentals/Collections/CollectionConcurrencyKit.swift",
"CrossPlatform/Fundamentals/Collections/Dictionary.swift",
"CrossPlatform/Fundamentals/Collections/IndexPath.swift",
"CrossPlatform/Fundamentals/Collections/STCountedSet.swift",
"CrossPlatform/Fundamentals/Collections/Sequence.swift",
"CrossPlatform/Fundamentals/Data/Data+MimeType.swift",
"CrossPlatform/Fundamentals/Data/Data+crypto.swift",
"CrossPlatform/Fundamentals/Data/Data.swift",
"CrossPlatform/Fundamentals/Geometry/CGFloat.swift",
"CrossPlatform/Fundamentals/Geometry/CGPoint.swift",
"CrossPlatform/Fundamentals/Geometry/CGRect.swift",
"CrossPlatform/Fundamentals/Geometry/CGSize.swift",
"CrossPlatform/Fundamentals/Geometry/CGVector.swift",
"CrossPlatform/Fundamentals/Number/Bool.swift",
"CrossPlatform/Fundamentals/Number/Decimal.swift",
"CrossPlatform/Fundamentals/Number/Double.swift",
"CrossPlatform/Fundamentals/String/Character/Character.swift",
"CrossPlatform/Fundamentals/String/String+Emoji.swift",
"CrossPlatform/Fundamentals/String/String+Header.swift",
"CrossPlatform/Fundamentals/String/String+Map.swift",
"CrossPlatform/Fundamentals/String/String+random.swift",
"CrossPlatform/Fundamentals/String/String+substring.swift",
"CrossPlatform/Fundamentals/String/String+tokenize.swift",
"CrossPlatform/Fundamentals/URL/URL.swift",
"CrossPlatform/ISO/ISO_3166-1_alpha-2.swift",
"CrossPlatform/MapKit/CLGeocoder.swift",
"CrossPlatform/NSObject/NSObject.swift",
"CrossPlatform/NSObject/NSObjectObserver.swift",
"CrossPlatform/NSObject/STWeak.swift",
"CrossPlatform/Network/NetworkMonitor.swift",
"CrossPlatform/Parser/JSON/StemXML.swift",
"CrossPlatform/Runtime/Invocation.swift",
"CrossPlatform/Runtime/RunTime+Exchange.swift",
"CrossPlatform/Runtime/RunTime+ObjectType.swift",
"CrossPlatform/Runtime/RunTime+Print.swift",
"CrossPlatform/Runtime/RunTime.swift",
"CrossPlatform/SFSymbol/SFSymbol+Image.swift",
"CrossPlatform/SFSymbol/SFSymbol+NSImage.swift",
"CrossPlatform/SFSymbol/SFSymbol+UIImage.swift",
"CrossPlatform/SFSymbol/SFSymbol.swift",
"CrossPlatform/STImage.swift",
"CrossPlatform/STLyric.swift",
"CrossPlatform/SwiftUI/STLazyView.swift",
"CrossPlatform/UserNotifications/UNUserNotificationCenter.swift",
"CrossPlatform/WebKit/HybridCookieStorage.swift",
"CrossPlatform/WebKit/WebKit+WKWebView.swift",
"STUIKit/RecoverNavigationProtocol/RecoverNavigationProtocol.swift",
"UIKit/Application/UIApplication.swift",
"UIKit/Application/UIWindow.swift",
"UIKit/AttributedString/AttributedString+Attribute.swift",
"UIKit/AttributedString/AttributedString.swift",
"UIKit/AttributedString/MutableAttributedString.swift",
"UIKit/Control/UIButton.swift",
"UIKit/Control/UIControl.swift",
"UIKit/Custom/GestureRecognizer/STGestureRecognizer.swift",
"UIKit/Custom/TapticEngine/TapticEngine.swift",
"UIKit/Font/UIFont.swift",
"UIKit/GestureRecognizer/UIGestureRecognizer+State.swift",
"UIKit/Image/CGImage/CGImage.swift",
"UIKit/Image/CoreImage/CIFilter+Generator.swift",
"UIKit/Image/CoreImage/CIFilter+enum.swift",
"UIKit/Image/CoreImage/CIFilter+protocol.swift",
"UIKit/Image/NSImage/NSImage+Data.swift",
"UIKit/Image/NSImage/NSImage+Resize.swift",
"UIKit/Image/SVG/StemSVG.swift",
"UIKit/Image/UIImage/UIImage+Color.swift",
"UIKit/Image/UIImage/UIImage+CoreImage.swift",
"UIKit/Image/UIImage/UIImage+Edit.swift",
"UIKit/Image/UIImage/UIImage+Format.swift",
"UIKit/Image/UIImage/UIImage+info.swift",
"UIKit/Image/UIImage/UIImage+size.swift",
"UIKit/Image/UIImage/UImage+other.swift",
"UIKit/ImageView/UIImageView.swift",
"UIKit/InputView/UISearchBar.swift",
"UIKit/InputView/UITextField.swift",
"UIKit/InputView/UITextView.swift",
"UIKit/Interface/UINib.swift",
"UIKit/Interface/UIStoryboard.swift",
"UIKit/Keyboard/KeyboardStateManager.swift",
"UIKit/Keyboard/UIKeyCommand.swift",
"UIKit/Label/UILabel.swift",
"UIKit/ListView/UIScrollView.swift",
"UIKit/NSLayoutConstraint/NSLayoutConstraint.swift",
"UIKit/View/CALayer+Stem.swift",
"UIKit/View/STLayerView.swift",
"UIKit/View/STSwitch.swift",
"UIKit/View/UIResponder.swift",
"UIKit/View/UIStackView.swift",
"UIKit/View/UIView.swift",
"UIKit/ViewController/STControllerPreview.swift",
"UIKit/ViewController/UINavigationController.swift",
"UIKit/ViewController/UIViewController.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.