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.32.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sersoft-gmbh/swift-filestreamer.git
Reference: 0.8.1
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/sersoft-gmbh/swift-filestreamer
 * tag               0.8.1      -> FETCH_HEAD
HEAD is now at 3505dfa Disable tests on visionOS for now
Cloned https://github.com/sersoft-gmbh/swift-filestreamer.git
Revision (git rev-parse @):
3505dfa1e2fdba28d0b8a599ac979240d970a362
SUCCESS checkout https://github.com/sersoft-gmbh/swift-filestreamer.git at 0.8.1
========================================
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] Emitting module SystemPackage
[5/26] Compiling SystemPackage Util.swift
[6/26] Compiling SystemPackage UtilConsumers.swift
[7/26] Compiling SystemPackage Errno.swift
[8/26] Compiling SystemPackage FileDescriptor.swift
[9/26] Compiling SystemPackage FileHelpers.swift
[10/26] Compiling SystemPackage FilePathSyntax.swift
[11/26] Compiling SystemPackage FilePathWindows.swift
[12/26] Compiling SystemPackage FilePermissions.swift
[13/26] Compiling SystemPackage FilePathComponents.swift
[14/26] Compiling SystemPackage FilePathParsing.swift
[15/26] Compiling SystemPackage FilePathString.swift
[16/26] Compiling SystemPackage FileOperations.swift
[17/26] Compiling SystemPackage FilePath.swift
[18/26] Compiling SystemPackage FilePathComponentView.swift
[19/26] Compiling SystemPackage CInterop.swift
[20/26] Compiling SystemPackage Constants.swift
[21/26] Compiling SystemPackage Exports.swift
[22/26] Compiling SystemPackage Mocking.swift
[23/26] Compiling SystemPackage Syscalls.swift
[24/26] Compiling SystemPackage WindowsSyscallAdapters.swift
[25/26] Compiling SystemPackage PlatformString.swift
[26/26] Compiling SystemPackage SystemString.swift
[27/28] Emitting module FileStreamer
[28/28] Compiling FileStreamer FileStream.swift
/Users/builder/builds/TDmZkXJm/0/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/0/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! (14.08s)
Fetching https://github.com/apple/swift-system.git from cache
Fetching https://github.com/apple/swift-docc-plugin from cache
Fetching https://github.com/apple/swift-docc-symbolkit from cache
Fetched https://github.com/apple/swift-docc-plugin (0.42s)
Fetched https://github.com/apple/swift-system.git (0.71s)
Computing version for https://github.com/apple/swift-system.git
Fetched https://github.com/apple/swift-docc-symbolkit (0.72s)
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.03s)
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.07s)
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
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-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Build complete.
Done.