The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-filestreamer with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.34.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sersoft-gmbh/swift-filestreamer.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/sersoft-gmbh/swift-filestreamer
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 404d00d Ignore .swiftpm directory
Cloned https://github.com/sersoft-gmbh/swift-filestreamer.git
Revision (git rev-parse @):
404d00d4d1d1d76b2e329410911a06ea02fefa8b
SUCCESS checkout https://github.com/sersoft-gmbh/swift-filestreamer.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $workDir
https://github.com/sersoft-gmbh/swift-filestreamer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/3] Compiling CSystem shims.c
[4/24] Compiling SystemPackage PlatformString.swift
[5/24] Compiling SystemPackage SystemString.swift
[6/26] Emitting module SystemPackage
[7/26] Compiling SystemPackage FileOperations.swift
[8/26] Compiling SystemPackage FilePath.swift
[9/26] Compiling SystemPackage FilePathComponentView.swift
[10/26] Compiling SystemPackage Mocking.swift
[11/26] Compiling SystemPackage Syscalls.swift
[12/26] Compiling SystemPackage WindowsSyscallAdapters.swift
[13/26] Compiling SystemPackage Errno.swift
[14/26] Compiling SystemPackage FileDescriptor.swift
[15/26] Compiling SystemPackage FileHelpers.swift
[16/26] Compiling SystemPackage CInterop.swift
[17/26] Compiling SystemPackage Constants.swift
[18/26] Compiling SystemPackage Exports.swift
[19/26] Compiling SystemPackage FilePathSyntax.swift
[20/26] Compiling SystemPackage FilePathWindows.swift
[21/26] Compiling SystemPackage FilePermissions.swift
[22/26] Compiling SystemPackage FilePathComponents.swift
[23/26] Compiling SystemPackage FilePathParsing.swift
[24/26] Compiling SystemPackage FilePathString.swift
[25/26] Compiling SystemPackage Util.swift
[26/26] Compiling SystemPackage UtilConsumers.swift
[27/28] Emitting module FileStreamer
[28/28] Compiling FileStreamer FileStream.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FileStreamer/FileStream.swift:88:54: warning: capture of 'source' with non-sendable type 'any DispatchSourceRead' in a `@Sendable` closure
        cont.onTermination = { _ in _terminateSource(source) }
                                                     ^
Dispatch.DispatchSourceRead:1:17: note: protocol 'DispatchSourceRead' does not conform to the 'Sendable' protocol
public protocol DispatchSourceRead : DispatchSourceProtocol {
                ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FileStreamer/FileStream.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Dispatch
^
@preconcurrency
Build complete! (13.21s)
Fetching https://github.com/apple/swift-docc-plugin from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetching https://github.com/apple/swift-docc-symbolkit from cache
Fetched https://github.com/apple/swift-docc-plugin (0.46s)
Fetched https://github.com/apple/swift-docc-symbolkit (0.83s)
Fetched https://github.com/apple/swift-system.git (0.85s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.04s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.02s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.15s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Build complete.
Done.