The Swift Package Index logo.Swift Package Index

Build Information

Successful build of morsel 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/krad/morsel.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/krad/morsel
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 975cdf9 Updating the docs a bit
Cloned https://github.com/krad/morsel.git
Revision (git rev-parse @):
975cdf97b5733faeb951d53d6d90c98578336031
SUCCESS checkout https://github.com/krad/morsel.git at master
Fetching https://github.com/krad/grip.git from cache
Fetched https://github.com/krad/grip.git (0.17s)
Computing version for https://github.com/krad/grip.git
Computed https://github.com/krad/grip.git at 1.3.5 (0.01s)
Creating working copy for https://github.com/krad/grip.git
Working copy of https://github.com/krad/grip.git resolved at 1.3.5
========================================
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": "morsel",
      "name": "morsel",
      "url": "https://github.com/krad/morsel.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/morsel",
      "dependencies": [
        {
          "identity": "grip",
          "name": "grip",
          "url": "https://github.com/krad/grip.git",
          "version": "1.3.5",
          "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/grip",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/krad/morsel.git
[1/994] Fetching morsel
Fetched https://github.com/krad/morsel.git (0.26s)
Fetching https://github.com/krad/grip.git from cache
Fetched https://github.com/krad/grip.git (0.16s)
Computing version for https://github.com/krad/grip.git
Computed https://github.com/krad/grip.git at 1.3.5 (0.01s)
Creating working copy for https://github.com/krad/morsel.git
Working copy of https://github.com/krad/morsel.git resolved at master
Creating working copy for https://github.com/krad/grip.git
Working copy of https://github.com/krad/grip.git resolved at 1.3.5
warning: '.resolve-product-dependencies': dependency 'morsel' is not used by any target
Found 1 product dependencies
  - grip
========================================
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/13] Emitting module grip
[2/14] Compiling grip BinaryEncodable.swift
[3/14] Compiling grip BinaryEncodableExtensions.swift
[4/14] Compiling grip Packets.swift
[5/14] Compiling grip StreamTypePacket.swift
[6/14] Compiling grip StreamType.swift
[7/14] Compiling grip CompressedSample.swift
[8/14] Compiling grip ByteHelpers.swift
[9/14] Compiling grip NALU.swift
[10/14] Compiling grip AudioSamplePacket.swift
[11/14] Compiling grip VideoDimensionsPacket.swift
[12/14] Compiling grip VideoParamSetPacket.swift
[13/14] Compiling grip VideoSamplePacket.swift
[14/14] Compiling grip Writeable.swift
[15/63] Compiling morsel STBL.swift
[16/63] Compiling morsel STCO.swift
[17/63] Compiling morsel STSC.swift
[18/63] Compiling morsel STSD.swift
[19/63] Compiling morsel STSZ.swift
[20/63] Compiling morsel STTS.swift
[21/63] Compiling morsel TFDT.swift
[22/69] Compiling morsel General.swift
[23/69] Compiling morsel HDLR.swift
[24/69] Compiling morsel MDAT.swift
[25/69] Compiling morsel MDHD.swift
[26/69] Compiling morsel MDIA.swift
[27/69] Compiling morsel MFHD.swift
[28/69] Compiling morsel MINF.swift
[29/69] Compiling morsel AVC1.swift
[30/69] Compiling morsel AVCC.swift
[31/69] Compiling morsel COLR.swift
[32/69] Compiling morsel DINF.swift
[33/69] Compiling morsel DREF.swift
[34/69] Compiling morsel ESDS.swift
[35/69] Compiling morsel FTYP.swift
[36/69] Compiling morsel MOOF.swift
[37/69] Compiling morsel MOOV.swift
[38/69] Compiling morsel MP4A.swift
[39/69] Compiling morsel MVEX.swift
[40/69] Compiling morsel MVHD.swift
[41/69] Compiling morsel PASP.swift
[42/69] Compiling morsel SMHD.swift
[43/69] Compiling morsel MOOVConfig.swift
[44/69] Compiling morsel HLSEventPlaylist.swift
[45/69] Compiling morsel HLSLivePlaylist.swift
[46/69] Compiling morsel HLSVODPlaylist.swift
[47/69] Compiling morsel Playlist.swift
[48/69] Compiling morsel PlaylistWriter.swift
[49/69] Compiling morsel Codecs.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/morsel/Codecs.swift:78:37: warning: 'characters' is deprecated: Please use String directly
        let characters = Array(self.characters)
                                    ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/morsel/Extensions/NSDateComponents+ISO8601.swift:159:40: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
        let periodValues = periodUnits.flatMap(strForUnit)
                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/morsel/Extensions/NSDateComponents+ISO8601.swift:159:40: note: use 'compactMap(_:)' instead
        let periodValues = periodUnits.flatMap(strForUnit)
                                       ^~~~~~~
                                       compactMap
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/morsel/Extensions/NSDateComponents+ISO8601.swift:160:38: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
        let timeValues   = timeUnits.flatMap(strForUnit)
                                     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/morsel/Extensions/NSDateComponents+ISO8601.swift:160:38: note: use 'compactMap(_:)' instead
        let timeValues   = timeUnits.flatMap(strForUnit)
                                     ^~~~~~~
                                     compactMap
[50/69] Compiling morsel NSDateComponents+ISO8601.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/morsel/Codecs.swift:78:37: warning: 'characters' is deprecated: Please use String directly
        let characters = Array(self.characters)
                                    ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/morsel/Extensions/NSDateComponents+ISO8601.swift:159:40: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
        let periodValues = periodUnits.flatMap(strForUnit)
                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/morsel/Extensions/NSDateComponents+ISO8601.swift:159:40: note: use 'compactMap(_:)' instead
        let periodValues = periodUnits.flatMap(strForUnit)
                                       ^~~~~~~
                                       compactMap
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/morsel/Extensions/NSDateComponents+ISO8601.swift:160:38: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
        let timeValues   = timeUnits.flatMap(strForUnit)
                                     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/morsel/Extensions/NSDateComponents+ISO8601.swift:160:38: note: use 'compactMap(_:)' instead
        let timeValues   = timeUnits.flatMap(strForUnit)
                                     ^~~~~~~
                                     compactMap
[51/69] Compiling morsel String+Numbers.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/morsel/Codecs.swift:78:37: warning: 'characters' is deprecated: Please use String directly
        let characters = Array(self.characters)
                                    ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/morsel/Extensions/NSDateComponents+ISO8601.swift:159:40: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
        let periodValues = periodUnits.flatMap(strForUnit)
                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/morsel/Extensions/NSDateComponents+ISO8601.swift:159:40: note: use 'compactMap(_:)' instead
        let periodValues = periodUnits.flatMap(strForUnit)
                                       ^~~~~~~
                                       compactMap
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/morsel/Extensions/NSDateComponents+ISO8601.swift:160:38: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
        let timeValues   = timeUnits.flatMap(strForUnit)
                                     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/morsel/Extensions/NSDateComponents+ISO8601.swift:160:38: note: use 'compactMap(_:)' instead
        let timeValues   = timeUnits.flatMap(strForUnit)
                                     ^~~~~~~
                                     compactMap
[52/69] Compiling morsel FileWriterDelegate.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/morsel/Codecs.swift:78:37: warning: 'characters' is deprecated: Please use String directly
        let characters = Array(self.characters)
                                    ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/morsel/Extensions/NSDateComponents+ISO8601.swift:159:40: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
        let periodValues = periodUnits.flatMap(strForUnit)
                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/morsel/Extensions/NSDateComponents+ISO8601.swift:159:40: note: use 'compactMap(_:)' instead
        let periodValues = periodUnits.flatMap(strForUnit)
                                       ^~~~~~~
                                       compactMap
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/morsel/Extensions/NSDateComponents+ISO8601.swift:160:38: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
        let timeValues   = timeUnits.flatMap(strForUnit)
                                     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/morsel/Extensions/NSDateComponents+ISO8601.swift:160:38: note: use 'compactMap(_:)' instead
        let timeValues   = timeUnits.flatMap(strForUnit)
                                     ^~~~~~~
                                     compactMap
[53/69] Compiling morsel FragmentedMP4InitSegment.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/morsel/Codecs.swift:78:37: warning: 'characters' is deprecated: Please use String directly
        let characters = Array(self.characters)
                                    ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/morsel/Extensions/NSDateComponents+ISO8601.swift:159:40: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
        let periodValues = periodUnits.flatMap(strForUnit)
                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/morsel/Extensions/NSDateComponents+ISO8601.swift:159:40: note: use 'compactMap(_:)' instead
        let periodValues = periodUnits.flatMap(strForUnit)
                                       ^~~~~~~
                                       compactMap
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/morsel/Extensions/NSDateComponents+ISO8601.swift:160:38: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
        let timeValues   = timeUnits.flatMap(strForUnit)
                                     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/morsel/Extensions/NSDateComponents+ISO8601.swift:160:38: note: use 'compactMap(_:)' instead
        let timeValues   = timeUnits.flatMap(strForUnit)
                                     ^~~~~~~
                                     compactMap
[54/69] Compiling morsel FragmentedMP4Segment.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/morsel/Codecs.swift:78:37: warning: 'characters' is deprecated: Please use String directly
        let characters = Array(self.characters)
                                    ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/morsel/Extensions/NSDateComponents+ISO8601.swift:159:40: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
        let periodValues = periodUnits.flatMap(strForUnit)
                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/morsel/Extensions/NSDateComponents+ISO8601.swift:159:40: note: use 'compactMap(_:)' instead
        let periodValues = periodUnits.flatMap(strForUnit)
                                       ^~~~~~~
                                       compactMap
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/morsel/Extensions/NSDateComponents+ISO8601.swift:160:38: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
        let timeValues   = timeUnits.flatMap(strForUnit)
                                     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/morsel/Extensions/NSDateComponents+ISO8601.swift:160:38: note: use 'compactMap(_:)' instead
        let timeValues   = timeUnits.flatMap(strForUnit)
                                     ^~~~~~~
                                     compactMap
[55/69] Compiling morsel FragmentedMP4Writer.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/morsel/Codecs.swift:78:37: warning: 'characters' is deprecated: Please use String directly
        let characters = Array(self.characters)
                                    ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/morsel/Extensions/NSDateComponents+ISO8601.swift:159:40: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
        let periodValues = periodUnits.flatMap(strForUnit)
                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/morsel/Extensions/NSDateComponents+ISO8601.swift:159:40: note: use 'compactMap(_:)' instead
        let periodValues = periodUnits.flatMap(strForUnit)
                                       ^~~~~~~
                                       compactMap
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/morsel/Extensions/NSDateComponents+ISO8601.swift:160:38: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
        let timeValues   = timeUnits.flatMap(strForUnit)
                                     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/morsel/Extensions/NSDateComponents+ISO8601.swift:160:38: note: use 'compactMap(_:)' instead
        let timeValues   = timeUnits.flatMap(strForUnit)
                                     ^~~~~~~
                                     compactMap
[56/69] Emitting module morsel
[57/69] Compiling morsel TFHD.swift
[58/69] Compiling morsel TKHD.swift
[59/69] Compiling morsel TRAF.swift
[60/69] Compiling morsel TRAK.swift
[61/69] Compiling morsel TREX.swift
[62/69] Compiling morsel TRUN.swift
[63/69] Compiling morsel VMHD.swift
[64/69] Compiling morsel Representation.swift
[65/69] Compiling morsel Sample.swift
[66/69] Compiling morsel Segment.swift
[67/69] Compiling morsel StreamSegmenter.swift
[68/69] Compiling morsel StreamState.swift
[69/69] Compiling morsel ThreadSafeArray.swift
Build complete! (12.98s)
Build complete.
Done.