The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Stem with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/linhay/Stem.git
Reference: 1.5.2
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/linhay/Stem
 * tag               1.5.2      -> FETCH_HEAD
HEAD is now at 7b02a6b chore: 同步代码
Cloned https://github.com/linhay/Stem.git
Revision (git rev-parse @):
7b02a6b4053f68f7a3d3b92a6e5350f60fbc168d
SUCCESS checkout https://github.com/linhay/Stem.git at 1.5.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "stem",
      "name": "Stem",
      "url": "https://github.com/linhay/Stem.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Stem",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/linhay/Stem.git from cache
Fetched https://github.com/linhay/Stem.git (0.28s)
Creating working copy for https://github.com/linhay/Stem.git
Working copy of https://github.com/linhay/Stem.git resolved at 1.5.2
warning: '.resolve-product-dependencies': dependency 'stem' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/174] Compiling Stem DispatchQueue.swift
[2/174] Compiling Stem ByteCountFormatter.swift
[3/176] Compiling Stem Coder.swift
[4/176] Compiling Stem Date.swift
[5/176] Compiling Stem Timer.swift
[6/176] Emitting module StemFilePath
[7/176] Compiling Stem Sequence.swift
[8/176] Compiling Stem Device+network.swift
[9/176] Compiling Stem Device+other.swift
[10/176] Compiling Stem Dictionary.swift
[11/176] Compiling Stem IndexPath.swift
[12/176] Compiling Stem STCountedSet.swift
[13/176] Compiling Stem StringMarker.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StemFilePath/STFile+MMAP.swift:104:30: warning: forming 'UnsafeRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
        Darwin.memcpy(point, &data, data.count)
                             ^
[14/176] Compiling Stem StringRender+Marker.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StemFilePath/STFile+MMAP.swift:104:30: warning: forming 'UnsafeRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
        Darwin.memcpy(point, &data, data.count)
                             ^
[15/176] Compiling Stem StringRender.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StemFilePath/STFile+MMAP.swift:104:30: warning: forming 'UnsafeRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
        Darwin.memcpy(point, &data, data.count)
                             ^
[16/176] Compiling Stem StringProtocol.swift
[17/176] Compiling Stem Then.swift
[18/176] Compiling Stem Array.swift
[19/176] Compiling Stem NumberFormatter.swift
[20/176] Compiling Stem NSItemProvider.swift
[21/176] Compiling Stem CharacterSet.swift
[26/176] Emitting module StemColor
[51/196] Compiling StemHybrid StemHybridViewController.swift
[52/196] Compiling StemHybrid StemHybridConfiguration.swift
[53/196] Emitting module StemHybrid
[54/196] Compiling StemHybrid StemHybridWebView.swift
[55/196] Compiling Stem UITextView.swift
[56/196] Compiling Stem UINib.swift
[57/196] Compiling Stem UIStoryboard.swift
[58/196] Compiling Stem KeyboardStateManager.swift
[59/196] Compiling Stem UIKeyCommand.swift
[60/196] Compiling Stem UILabel.swift
[61/196] Compiling Stem UIScrollView.swift
[62/196] Compiling Stem NSLayoutConstraint.swift
[63/196] Compiling Stem CALayer+Stem.swift
[64/196] Compiling Stem STLayerView.swift
[65/196] Compiling Stem STSwitch.swift
[66/196] Compiling Stem UIResponder.swift
[67/196] Compiling Stem UIStackView.swift
[68/196] Compiling Stem UIView.swift
[69/196] Compiling Stem STControllerPreview.swift
[70/196] Compiling Stem UINavigationController.swift
[71/196] Compiling Stem UIViewController.swift
[72/196] Compiling Stem Data+MimeType.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Stem/CrossPlatform/Fundamentals/String/String+substring.swift:40:61: warning: 'IndexDistance' is deprecated: All index distances are now of type Int
        let index = self.index(startIndex, offsetBy: String.IndexDistance(index))
                                                            ^
[73/196] Compiling Stem Data+crypto.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Stem/CrossPlatform/Fundamentals/String/String+substring.swift:40:61: warning: 'IndexDistance' is deprecated: All index distances are now of type Int
        let index = self.index(startIndex, offsetBy: String.IndexDistance(index))
                                                            ^
[74/196] Compiling Stem Data.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Stem/CrossPlatform/Fundamentals/String/String+substring.swift:40:61: warning: 'IndexDistance' is deprecated: All index distances are now of type Int
        let index = self.index(startIndex, offsetBy: String.IndexDistance(index))
                                                            ^
[75/196] Compiling Stem CGFloat.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Stem/CrossPlatform/Fundamentals/String/String+substring.swift:40:61: warning: 'IndexDistance' is deprecated: All index distances are now of type Int
        let index = self.index(startIndex, offsetBy: String.IndexDistance(index))
                                                            ^
[76/196] Compiling Stem CGPoint.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Stem/CrossPlatform/Fundamentals/String/String+substring.swift:40:61: warning: 'IndexDistance' is deprecated: All index distances are now of type Int
        let index = self.index(startIndex, offsetBy: String.IndexDistance(index))
                                                            ^
[77/196] Compiling Stem CGRect.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Stem/CrossPlatform/Fundamentals/String/String+substring.swift:40:61: warning: 'IndexDistance' is deprecated: All index distances are now of type Int
        let index = self.index(startIndex, offsetBy: String.IndexDistance(index))
                                                            ^
[78/196] Compiling Stem CGSize.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Stem/CrossPlatform/Fundamentals/String/String+substring.swift:40:61: warning: 'IndexDistance' is deprecated: All index distances are now of type Int
        let index = self.index(startIndex, offsetBy: String.IndexDistance(index))
                                                            ^
[79/196] Compiling Stem CGVector.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Stem/CrossPlatform/Fundamentals/String/String+substring.swift:40:61: warning: 'IndexDistance' is deprecated: All index distances are now of type Int
        let index = self.index(startIndex, offsetBy: String.IndexDistance(index))
                                                            ^
[80/196] Compiling Stem Bool.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Stem/CrossPlatform/Fundamentals/String/String+substring.swift:40:61: warning: 'IndexDistance' is deprecated: All index distances are now of type Int
        let index = self.index(startIndex, offsetBy: String.IndexDistance(index))
                                                            ^
[81/196] Compiling Stem Decimal.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Stem/CrossPlatform/Fundamentals/String/String+substring.swift:40:61: warning: 'IndexDistance' is deprecated: All index distances are now of type Int
        let index = self.index(startIndex, offsetBy: String.IndexDistance(index))
                                                            ^
[82/196] Compiling Stem Double.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Stem/CrossPlatform/Fundamentals/String/String+substring.swift:40:61: warning: 'IndexDistance' is deprecated: All index distances are now of type Int
        let index = self.index(startIndex, offsetBy: String.IndexDistance(index))
                                                            ^
[83/196] Compiling Stem Character.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Stem/CrossPlatform/Fundamentals/String/String+substring.swift:40:61: warning: 'IndexDistance' is deprecated: All index distances are now of type Int
        let index = self.index(startIndex, offsetBy: String.IndexDistance(index))
                                                            ^
[84/196] Compiling Stem String+Emoji.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Stem/CrossPlatform/Fundamentals/String/String+substring.swift:40:61: warning: 'IndexDistance' is deprecated: All index distances are now of type Int
        let index = self.index(startIndex, offsetBy: String.IndexDistance(index))
                                                            ^
[85/196] Compiling Stem String+Header.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Stem/CrossPlatform/Fundamentals/String/String+substring.swift:40:61: warning: 'IndexDistance' is deprecated: All index distances are now of type Int
        let index = self.index(startIndex, offsetBy: String.IndexDistance(index))
                                                            ^
[86/196] Compiling Stem String+Map.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Stem/CrossPlatform/Fundamentals/String/String+substring.swift:40:61: warning: 'IndexDistance' is deprecated: All index distances are now of type Int
        let index = self.index(startIndex, offsetBy: String.IndexDistance(index))
                                                            ^
[87/196] Compiling Stem String+random.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Stem/CrossPlatform/Fundamentals/String/String+substring.swift:40:61: warning: 'IndexDistance' is deprecated: All index distances are now of type Int
        let index = self.index(startIndex, offsetBy: String.IndexDistance(index))
                                                            ^
[88/196] Compiling Stem String+substring.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Stem/CrossPlatform/Fundamentals/String/String+substring.swift:40:61: warning: 'IndexDistance' is deprecated: All index distances are now of type Int
        let index = self.index(startIndex, offsetBy: String.IndexDistance(index))
                                                            ^
[89/196] Compiling Stem String+tokenize.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Stem/CrossPlatform/Fundamentals/String/String+substring.swift:40:61: warning: 'IndexDistance' is deprecated: All index distances are now of type Int
        let index = self.index(startIndex, offsetBy: String.IndexDistance(index))
                                                            ^
[90/196] Compiling Stem STLyric.swift
[91/196] Compiling Stem STLazyView.swift
[92/196] Compiling Stem UNUserNotificationCenter.swift
[93/196] Compiling Stem HybridCookieStorage.swift
[94/196] Compiling Stem WebKit+WKWebView.swift
[95/196] Compiling Stem RecoverNavigationProtocol.swift
[96/196] Compiling Stem UIApplication.swift
[97/196] Compiling Stem UIWindow.swift
[98/196] Compiling Stem AttributedString+Attribute.swift
[99/196] Compiling Stem AttributedString.swift
[100/196] Compiling Stem MutableAttributedString.swift
[101/196] Compiling Stem UIButton.swift
[102/196] Compiling Stem UIControl.swift
[103/196] Compiling Stem STGestureRecognizer.swift
[104/196] Compiling Stem TapticEngine.swift
[105/196] Compiling Stem UIFont.swift
[106/196] Compiling Stem UIGestureRecognizer+State.swift
[107/196] Compiling Stem Stem.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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)
                                                                 ^
[108/196] Compiling Stem AVAsset.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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)
                                                                 ^
[109/196] Compiling Stem AudioFileService.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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)
                                                                 ^
[110/196] Compiling Stem CoreAudioTypes.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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)
                                                                 ^
[111/196] Compiling Stem STAudioPlayer.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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)
                                                                 ^
[112/196] Compiling Stem STAudioQueueService.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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)
                                                                 ^
[113/196] Compiling Stem STAudioRecorder.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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)
                                                                 ^
[114/196] Compiling Stem UIDevice+AVFoundation.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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)
                                                                 ^
[115/196] Compiling Stem UIImage+video.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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)
                                                                 ^
[116/196] Compiling Stem Color+darkMode.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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)
                                                                 ^
[117/196] Compiling Stem STWrapperColor+typealias.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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)
                                                                 ^
[118/196] Compiling Stem STWrapperColor.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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)
                                                                 ^
[119/196] Compiling Stem Bundle.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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)
                                                                 ^
[120/196] Compiling Stem Combine+Async.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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)
                                                                 ^
[121/196] Compiling Stem Combine+NSObject.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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)
                                                                 ^
[122/196] Compiling Stem Combine+Publisher.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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)
                                                                 ^
[123/196] Compiling Stem Device+cpu.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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)
                                                                 ^
[124/196] Compiling Stem Device+information.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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)
                                                                 ^
[125/196] Compiling StemFilePath FilePath+NSOpenPanel.swift
[126/196] Compiling StemFilePath FilePath_File_macos.swift
[127/196] Compiling Stem Delegate.swift
[133/196] Compiling StemColor StemColor+typealias.swift
[134/196] Compiling StemColor StemColor.swift
[135/196] Compiling StemColor StemColorPixel.swift
[143/196] Compiling Stem CGImage.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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:))
[144/196] Compiling Stem CIFilter+Generator.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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:))
[145/196] Compiling Stem CIFilter+enum.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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:))
[146/196] Compiling Stem CIFilter+protocol.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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:))
[147/196] Compiling Stem NSImage+Data.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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:))
[148/196] Compiling Stem NSImage+Resize.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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:))
[149/196] Compiling Stem StemSVG.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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:))
[150/196] Compiling Stem UIImage+Color.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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:))
[151/196] Compiling Stem UIImage+CoreImage.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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:))
[152/196] Compiling Stem UIImage+Edit.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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:))
[153/196] Compiling Stem UIImage+Format.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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:))
[154/196] Compiling Stem UIImage+info.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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:))
[155/196] Compiling Stem UIImage+size.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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:))
[156/196] Compiling Stem UImage+other.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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:))
[157/196] Compiling Stem UIImageView.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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:))
[158/196] Compiling Stem UISearchBar.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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:))
[159/196] Compiling Stem UITextField.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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:))
[160/196] Compiling Stem URL.swift
[161/196] Compiling Stem ISO_3166-1_alpha-2.swift
[162/196] Compiling Stem CLGeocoder.swift
[163/196] Compiling Stem NSObject.swift
[164/196] Compiling Stem NSObjectObserver.swift
[165/196] Compiling Stem STWeak.swift
[166/196] Compiling Stem NetworkMonitor.swift
[167/196] Compiling Stem StemXML.swift
[168/196] Compiling Stem Invocation.swift
[169/196] Compiling Stem RunTime+Exchange.swift
[170/196] Compiling Stem RunTime+ObjectType.swift
[171/196] Compiling Stem RunTime+Print.swift
[172/196] Compiling Stem RunTime.swift
[173/196] Compiling Stem SFSymbol+Image.swift
[174/196] Compiling Stem SFSymbol+NSImage.swift
[175/196] Compiling Stem SFSymbol+UIImage.swift
[176/196] Compiling Stem SFSymbol.swift
[177/196] Compiling Stem STImage.swift
[186/196] Compiling Stem NoticeToken.swift
[187/196] Compiling Stem NoticeType.swift
[188/196] Compiling Stem UserDefaults.swift
[189/196] Compiling Stem STVersion.swift
[190/196] Compiling Stem Version+StringLiteralConvertible.swift
[191/196] Compiling Stem LocationTransformer.swift
[192/196] Compiling Stem StemArrayResultBuilder.swift
[193/196] Compiling Stem StemError.swift
[194/196] Compiling Stem StemFont.swift
[195/196] Compiling Stem StemShell.swift
[196/196] Emitting module Stem
Build complete! (19.02s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StemTests/Resource/fixture.xcassets
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StemColorTests/Resource/fixture.xcassets
Build complete.
Done.